tbrehm
2011-11-07 e01f81c8cd2ca4f0cd489f0931491a0c2fc3bae0
install/tpl/apache_ispconfig.conf.master
@@ -20,8 +20,19 @@
       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
        Allow from all
</Directory>
<Directory /usr/share/phpMyAdmin>
        Order allow,deny
        Allow from all
</Directory>
@@ -31,4 +42,11 @@
        Allow from all
</Directory>
# allow path to awstats and alias for awstats icons
<Directory /usr/share/awstats>
        Order allow,deny
        Allow from all
</Directory>
Alias /awstats-icon "/usr/share/awstats/icon"