just saw that precise pangolin is called precise, not pangolin

This commit is contained in:
Nicolas Berens
2012-04-24 12:37:36 +02:00
parent 6ab5c07036
commit 912940f8c8
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>