Skip to content

Commit 159f582

Browse files
author
Marius Burkard
committed
Add Alias to make sure a global /mail alias does not interfere with ISPConfig UI
1 parent dc17335 commit 159f582

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

install/dist/tpl/gentoo/apache_ispconfig.vhost.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<VirtualHost _default_:{vhost_port}>
1313
ServerAdmin webmaster@localhost
1414

15+
Alias /mail /var/www/ispconfig/mail
16+
1517
<IfModule mod_fcgid.c>
1618
DocumentRoot /var/www/ispconfig/
1719
SuexecUserGroup ispconfig ispconfig

install/tpl/apache_ispconfig.vhost.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ NameVirtualHost *:<tmpl_var name="vhost_port">
99
<VirtualHost _default_:<tmpl_var name="vhost_port">>
1010
ServerAdmin webmaster@localhost
1111

12+
Alias /mail /var/www/ispconfig/mail
13+
1214
<Directory /var/www/ispconfig/>
1315
<FilesMatch "\.ph(p3?|tml)$">
1416
SetHandler None

0 commit comments

Comments
 (0)