First batch of config files for pangolin

This commit is contained in:
Nicolas Berens
2012-04-24 09:54:59 +02:00
parent fcfb4af3a0
commit 6ab5c07036
18 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<IfModule mod_fastcgi.c>
FastCgiWrapper /usr/lib/apache2/suexec
FastCgiIpcDir /var/run/apache2/
<Location "/fastcgiphp">
Order Deny,Allow
Deny from All
# Prevent accessing this path directly
Allow from env=REDIRECT_STATUS
</Location>
</IfModule>