From 5ccb78707ac02dd2fa44be5822d712d941c21e65 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jan 2010 01:08:48 -0200 Subject: AddHandler cgi-script for .cgi files --- templates/apache2.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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: -- cgit v1.2.3