Skip to content
Snippets Groups Projects
Commit e9a25c9c authored by tbrehm's avatar tbrehm
Browse files

Changed: Add rules to deny direct access to the wrapper scripts directories.

parent 8b74ee10
No related branches found
No related tags found
No related merge requests found
...@@ -41,4 +41,15 @@ NameVirtualHost *:{vhost_port} ...@@ -41,4 +41,15 @@ NameVirtualHost *:{vhost_port}
</VirtualHost> </VirtualHost>
<Directory /var/www/php-cgi-scripts>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
<Directory /var/www/php-fcgi-scripts>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment