Skip to content

Commit 5734aa4

Browse files
committed
Updated apacheChanged apache_ispconfig.conf.master template to allow access to phpmyadmin and squirrelmail in redhat based distributions.
1 parent 3764dc4 commit 5734aa4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

install/tpl/apache_ispconfig.conf.master

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
2626
Allow from all
2727
</Directory>
2828

29+
<Directory /usr/share/phpMyAdmin>
30+
Order allow,deny
31+
Allow from all
32+
</Directory>
33+
2934
<Directory /usr/share/squirrelmail>
3035
Order allow,deny
3136
Allow from all

server/conf/apache_ispconfig.conf.master

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
2525
Allow from all
2626
</Directory>
2727

28+
<Directory /usr/share/phpMyAdmin>
29+
Order allow,deny
30+
Allow from all
31+
</Directory>
32+
2833
<Directory /usr/share/squirrelmail>
2934
Order allow,deny
3035
Allow from all

0 commit comments

Comments
 (0)