diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 01:08:48 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 01:08:48 -0200 |
commit | 5ccb78707ac02dd2fa44be5822d712d941c21e65 (patch) | |
tree | 867122e0e718e1f17b27ab5942351f1af4041a54 /templates | |
parent | 888f2a36a9fabeaffd055e22a572aeb7a55f75a4 (diff) | |
download | puppet-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.erb | 2 |
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: |