From: Silvio Rhatto Date: Thu, 7 Jan 2010 03:08:48 +0000 (-0200) Subject: AddHandler cgi-script for .cgi files X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5ccb78707ac02dd2fa44be5822d712d941c21e65;p=puppet-apache.git AddHandler cgi-script for .cgi files --- 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: