summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-07 01:08:48 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-07 01:08:48 -0200
commit5ccb78707ac02dd2fa44be5822d712d941c21e65 (patch)
tree867122e0e718e1f17b27ab5942351f1af4041a54 /templates
parent888f2a36a9fabeaffd055e22a572aeb7a55f75a4 (diff)
downloadpuppet-apache-5ccb78707ac02dd2fa44be5822d712d941c21e65.tar.gz
puppet-apache-5ccb78707ac02dd2fa44be5822d712d941c21e65.tar.bz2
AddHandler cgi-script for .cgi files
Diffstat (limited to 'templates')
-rw-r--r--templates/apache2.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apache2.conf.erb b/templates/apache2.conf.erb
index db005d5..9ff6ea5 100644
--- a/templates/apache2.conf.erb
+++ b/templates/apache2.conf.erb
@@ -486,7 +486,7 @@ ServerSignature On
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
- #AddHandler cgi-script .cgi
+ AddHandler cgi-script .cgi
#
# For files that include their own HTTP headers: