]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
AddHandler cgi-script for .cgi files
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jan 2010 03:08:48 +0000 (01:08 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jan 2010 03:08:48 +0000 (01:08 -0200)
templates/apache2.conf.erb

index db005d551c600646e3724bc9e0e217e8f89abe66..9ff6ea5c796fc68c0af832d5a4d4c0800255ebce 100644 (file)
@@ -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: