tbrehm
2009-10-27 5734aa4561e8b6027bdecabdc795432fb3cc024e
Updated apacheChanged apache_ispconfig.conf.master template to allow access to phpmyadmin and squirrelmail in redhat based distributions.

2 files modified
10 ■■■■■ changed files
install/tpl/apache_ispconfig.conf.master 5 ●●●●● patch | view | raw | blame | history
server/conf/apache_ispconfig.conf.master 5 ●●●●● patch | view | raw | blame | history
install/tpl/apache_ispconfig.conf.master
@@ -26,6 +26,11 @@
        Allow from all
</Directory>
<Directory /usr/share/phpMyAdmin>
        Order allow,deny
        Allow from all
</Directory>
<Directory /usr/share/squirrelmail>
        Order allow,deny
        Allow from all
server/conf/apache_ispconfig.conf.master
@@ -25,6 +25,11 @@
        Allow from all
</Directory>
<Directory /usr/share/phpMyAdmin>
        Order allow,deny
        Allow from all
</Directory>
<Directory /usr/share/squirrelmail>
        Order allow,deny
        Allow from all