tbrehm
2011-07-25 ed30c60150ffda0301eb1f8d30c93cac94de41df
server/conf/apache_ispconfig.conf.master
@@ -14,13 +14,24 @@
# 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
<Directory /usr/share/phpmyadmin>
        Order allow,deny
        Allow from all
</Directory>
<Directory /usr/share/phpMyAdmin>
        Order allow,deny
        Allow from all
</Directory>
@@ -30,6 +41,13 @@
        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"
<tmpl_loop name="ip_adresses">
NameVirtualHost {tmpl_var name="ip_address"}:80