Added Ubuntu 14.04 Trusty, didn't check if the configfiles are working
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user