From 35fcc48ffb2b625c4480aadec71908b3ba5df40c Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 20 Mar 2008 21:36:04 +0000 Subject: [PATCH] Store public_html and cgi-bin directory selected at creation time in domain object --- gpl-virtual-server/CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/gpl-virtual-server/CHANGELOG b/gpl-virtual-server/CHANGELOG index b85217798..5de3d6442 100644 --- a/gpl-virtual-server/CHANGELOG +++ b/gpl-virtual-server/CHANGELOG @@ -418,3 +418,4 @@ Ported the migrate-domain.pl script from Virtualmin GPL, which allows migration When migrating a domain from other control panel like Plesk, you can now select to have to downloaded directly from a remote FTP or SSH server. The migrate-domain.pl command-line script also allows use of ftp:// or ssh:// URLs for backup sources. If the skeleton directory contains a public_html sub-directory, it is copied to a sub-domain's web pages directory when the domain is created. For alias domains whose virtusers are always copied from the target, no home directory is created (as it isn't needed). +The path to the public_html and cgi-bin directories is now stored in each new domain's data file, so that they are correctly preserved when the path is changed in the template, or the domain is moved to another system with a different directory name.