diff --git a/gpl-virtual-server/CHANGELOG b/gpl-virtual-server/CHANGELOG index baeb9d3bc..5c4d3b837 100644 --- a/gpl-virtual-server/CHANGELOG +++ b/gpl-virtual-server/CHANGELOG @@ -474,3 +474,5 @@ Added the check-config.pl command line script, for validating the configuration. Added Module Config options for a hosting provider logo and link. Added an option on the Module Config page for an alternate GPL to Pro upgrade URL. The default limit on the number of non-alias domains can now be set in server templates. +DNS aliases named 'webmail' and 'admin' are now created in all new virtual servers by default, and Apache is configured to redirect requests for them to Usermin and Webmin by default. +Added the Global Variables page under the System Customization category, for creating variables that can be used in all templates. diff --git a/gpl-virtual-server/config b/gpl-virtual-server/config index aac513062..dc19a141b 100644 --- a/gpl-virtual-server/config +++ b/gpl-virtual-server/config @@ -164,3 +164,5 @@ show_nf=master,reseller,domain from_reseller=0 collect_interval=5 nodeniedssh=0 +web_webmail=1 +web_admin=1 diff --git a/gpl-virtual-server/config-freebsd b/gpl-virtual-server/config-freebsd index 3083ab4f4..e1a30f8ff 100644 --- a/gpl-virtual-server/config-freebsd +++ b/gpl-virtual-server/config-freebsd @@ -162,3 +162,5 @@ show_nf=master,reseller,domain from_reseller=0 collect_interval=5 nodeniedssh=0 +web_webmail=1 +web_admin=1 diff --git a/gpl-virtual-server/edit_newglobal.cgi b/gpl-virtual-server/edit_newglobal.cgi new file mode 120000 index 000000000..2ef16e6a6 --- /dev/null +++ b/gpl-virtual-server/edit_newglobal.cgi @@ -0,0 +1 @@ +../virtual-server/edit_newglobal.cgi \ No newline at end of file diff --git a/gpl-virtual-server/save_newglobal.cgi b/gpl-virtual-server/save_newglobal.cgi new file mode 120000 index 000000000..becb1d7d5 --- /dev/null +++ b/gpl-virtual-server/save_newglobal.cgi @@ -0,0 +1 @@ +../virtual-server/save_newglobal.cgi \ No newline at end of file