diff options
Diffstat (limited to 'apache.conf')
-rw-r--r-- | apache.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apache.conf b/apache.conf new file mode 100644 index 0000000..48954fd --- /dev/null +++ b/apache.conf @@ -0,0 +1,10 @@ +NameVirtualHost * +<VirtualHost *> + ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ + <Directory "/usr/lib/cgi-bin"> + AllowOverride None + Options ExecCGI -MultiViews +SymLinksIfOwnerMatch + Order allow,deny + Allow from all + </Directory> +</VirtualHost> |