tbrehm
2011-05-17 3a7411613ddeebd47a92590a14002d84b81f19e6
Fixed: FS#1620 - [Security] No Access in additional php.ini
2 files modified
18 ■■■■ changed files
install/tpl/apache_ispconfig.conf.master 6 ●●●●● patch | view | raw | blame | history
server/conf/apache_ispconfig.conf.master 12 ●●●● patch | view | raw | blame | history
install/tpl/apache_ispconfig.conf.master
@@ -20,6 +20,12 @@
       Deny from all
</Directory>
<Directory /var/www/conf>
    AllowOverride None
    Order Deny,Allow
    Deny from all
</Directory>
# Except of the following directories that contain website scripts
<Directory /usr/share/phpmyadmin>
        Order allow,deny
server/conf/apache_ispconfig.conf.master
@@ -14,9 +14,15 @@
# Do not allow access to the root file system of the server for security reasons
<Directory />
       AllowOverride None
       Order Deny,Allow
       Deny from all
    AllowOverride None
    Order Deny,Allow
    Deny from all
</Directory>
<Directory /var/www/conf>
    AllowOverride None
    Order Deny,Allow
    Deny from all
</Directory>
# Except of the following directories that contain website scripts