tbrehm
2009-10-17 bccb874a45a1bccaeecd2b5bd7f3249e073116f0
Changed apache_ispconfig.conf.master template to allow access to phpmyadmin and squirrelmail in debian.
1 files modified
10 ■■■■■ changed files
install/tpl/apache_ispconfig.conf.master 10 ●●●●● patch | view | raw | blame | history
install/tpl/apache_ispconfig.conf.master
@@ -13,10 +13,20 @@
    Deny from all
</Directory>
# Do not allow access to the root file system of the server for security reasons
<Directory />
       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
        Allow from all
</Directory>
<Directory /usr/share/squirrelmail>
        Order allow,deny
        Allow from all
</Directory>