From 5734aa4561e8b6027bdecabdc795432fb3cc024e Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 27 Oct 2009 15:35:37 +0000 Subject: [PATCH] Updated apacheChanged apache_ispconfig.conf.master template to allow access to phpmyadmin and squirrelmail in redhat based distributions. --- install/tpl/apache_ispconfig.conf.master | 5 +++++ server/conf/apache_ispconfig.conf.master | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/install/tpl/apache_ispconfig.conf.master b/install/tpl/apache_ispconfig.conf.master index 4d29612ab6..3ed44107e6 100644 --- a/install/tpl/apache_ispconfig.conf.master +++ b/install/tpl/apache_ispconfig.conf.master @@ -26,6 +26,11 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m 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 diff --git a/server/conf/apache_ispconfig.conf.master b/server/conf/apache_ispconfig.conf.master index 743920823d..7a7179c7f7 100644 --- a/server/conf/apache_ispconfig.conf.master +++ b/server/conf/apache_ispconfig.conf.master @@ -25,6 +25,11 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m 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 -- GitLab