2010-12-21 09:34:10 +00:00
|
|
|
<VirtualHost *:80>
|
2013-02-18 14:55:42 +00:00
|
|
|
DocumentRoot /usr/share/alternc/panel/admin
|
2011-05-22 09:22:45 +00:00
|
|
|
AssignUserId alterncpanel alterncpanel
|
2012-08-24 15:40:01 +00:00
|
|
|
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
2011-03-06 19:11:49 +00:00
|
|
|
ServerName %%fqdn%%
|
2011-03-11 12:52:33 +00:00
|
|
|
RewriteEngine on
|
|
|
|
RewriteRule ^/admin/(.*) /$1
|
2011-03-06 19:11:49 +00:00
|
|
|
|
2011-06-04 09:14:29 +00:00
|
|
|
alias /alternc-sql /usr/share/phpmyadmin
|
2012-08-26 17:20:10 +00:00
|
|
|
|
2012-08-26 17:55:44 +00:00
|
|
|
RewriteEngine On
|
|
|
|
RewriteRule ^webmail /webmail-redirect.php [L]
|
|
|
|
|
|
|
|
# will be used to define aliases such as /javascript /squirrelmail ...
|
2012-08-26 17:20:10 +00:00
|
|
|
Include /etc/alternc/apache-panel.d/*.conf
|
|
|
|
|
2010-12-21 09:34:10 +00:00
|
|
|
</VirtualHost>
|