Added Ubuntu 14.04 Trusty, didn't check if the configfiles are working

This commit is contained in:
Lednerb
2015-01-10 23:46:37 +01:00
parent 797db9aa8b
commit e21b923194
46 changed files with 1506 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<IfModule mod_fastcgi.c>
FastCgiIpcDir <FPM_IPCDIR>
<Location "/fastcgiphp">
Order Deny,Allow
Deny from All
# Prevent accessing this path directly
Allow from env=REDIRECT_STATUS
</Location>
</IfModule>