SBDavid
Mar 17th, 2010
Mar 17th, 2010
CGI is not working for sub-domain after the site has been imported
CGI is not working for sub-domain after the site has been imported
This is because the /home/virtual//fst/var/subdomain//html link which points to ../../../home//public_html doesn’t export because this link does not belong to exported user.
To resolve this issue, Create the mentioned link after export manually.
Login to the server as root
Change directory to home of a site administrator of exported site
chroot ~adminN
Where N is an ID of the site administrator.
Create the necessary link by executing the following command:
ln –s ../../../home//public_html/var/subdomain//html
4. After link has been created the CGI for sub-domain(s) should be working.
Reference : http://parallels.com