tbrehm
2009-10-18 011700f520307aa76ffa4c6e36cd40e0fa4fb9db
Added missing newline at the end of apache_ispconfig.conf.master
2 files modified
23 ■■■■■ changed files
install/tpl/apache_ispconfig.conf.master 3 ●●●● patch | view | raw | blame | history
server/conf/apache_ispconfig.conf.master 20 ●●●●● patch | view | raw | blame | history
install/tpl/apache_ispconfig.conf.master
@@ -29,4 +29,5 @@
<Directory /usr/share/squirrelmail>
        Order allow,deny
        Allow from all
</Directory>
</Directory>
server/conf/apache_ispconfig.conf.master
@@ -12,7 +12,27 @@
    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>
<tmpl_loop name="ip_adresses">
NameVirtualHost {tmpl_var name="ip_address"}:80
NameVirtualHost {tmpl_var name="ip_address"}:443
</tmpl_loop>