diff --git a/gpl-virtual-server/CHANGELOG b/gpl-virtual-server/CHANGELOG index 849bb1df1..6f18579da 100644 --- a/gpl-virtual-server/CHANGELOG +++ b/gpl-virtual-server/CHANGELOG @@ -580,3 +580,5 @@ Greylisting using Postgrey can now be setup using Virtualmin, via the new Email ---- Changes since 3.69 ---- Bandwidth usage by date or month can now be graphed for sub-servers. Partially completed backups (where only some domains failed) are now shown in the backup logs. +Added the Convert Alias Server page to change an existing alias virtual server into a sub-server. +Moved the settings for which Webmin modules are available to virtual server owners from the Module Config page to a new section in server templates, so that it can be adjusted on a per-template basis. diff --git a/gpl-virtual-server/config.info b/gpl-virtual-server/config.info index 0fc280e61..e837edad4 100644 --- a/gpl-virtual-server/config.info +++ b/gpl-virtual-server/config.info @@ -112,30 +112,6 @@ quota_list_groups_command=Command to list group quotas,3,Use standard programs quota_get_user_command=Command to get a user's quota,3,Use standard programs quota_get_group_command=Command to get a group's quota,3,Use standard programs -line5=Webmin modules available to server administrators,11 -avail_dns=BIND DNS Server (for DNS domain),1,1-Yes,0-No -avail_mail=Virtual Email (for mailboxes and aliases),1,1-Yes,0-No -avail_web=Apache Webserver (for virtual host),1,1-Yes,0-No -avail_webalizer=Webalizer Logfile Analysis (for website's logs),1,1-Yes,0-No -avail_mysql=MySQL Database Server (for database),1,1-Yes,0-No -avail_postgres=PostgreSQL Database Server (for database),1,1-Yes,0-No -avail_spam=SpamAssassin Mail Filter (for domains config file),1,1-Yes,0-No - -line3=Extra modules available to server administrators,11 -avail_file=File Manager (home directory only),1,1-Yes,0-No -avail_passwd=Change Password,1,2-User and mailbox passwords,1-User password,0-No -avail_proc=Running Processes (user's processes only),1,2-See own processes,1-See all processes,0-No -avail_cron=Scheduled Cron Jobs (user's Cron jobs),1,1-Yes,0-No -avail_at=Scheduled Commands (user's commands),1,1-Yes,0-No -avail_telnet=SSH/Telnet Login,1,1-Yes,0-No -avail_updown=Upload and Download (as user),1,1-Yes,0-No -avail_change-user=Change Language and Theme,1,1-Yes,0-No -avail_htaccess-htpasswd=Protected Web Directories (under home directory),1,1-Yes,0-No -avail_mailboxes=Read User Mail (users' mailboxes),1,1-Yes,0-No -avail_custom=Custom Commands,1,1-Yes,0-No -avail_shell=Command Shell (run commands as admin),1,1-Yes,0-No -avail_syslog=System Logs (view Apache logs),1,1-Yes,0-No - line7=Status collection,11 collect_interval=Interval between status collection job runs,10,none-Never run,Minutes collect_restart=Restart services that are detected as down?,1,1-Yes,0-No diff --git a/gpl-virtual-server/unalias-domain.pl b/gpl-virtual-server/unalias-domain.pl new file mode 120000 index 000000000..282f272c6 --- /dev/null +++ b/gpl-virtual-server/unalias-domain.pl @@ -0,0 +1 @@ +../virtual-server/unalias-domain.pl \ No newline at end of file diff --git a/gpl-virtual-server/unalias.cgi b/gpl-virtual-server/unalias.cgi new file mode 120000 index 000000000..98bd795bb --- /dev/null +++ b/gpl-virtual-server/unalias.cgi @@ -0,0 +1 @@ +../virtual-server/unalias.cgi \ No newline at end of file