RE: Plesk and owner/group file issues, to my knowledge, this can be overcome by running PHP as a FastCGI module, instead of as an Apache Module.
But, on to my problem...
This post is almost a year old. The version of the manual I just downloaded does have some notes for setting up JMS Multi Sites in Plesk. But I'm not understanding the recommended file structure and I'm a bit confused by the language in the manual.
General Goals:
1. Master site database
2. Individual databases for each site
3. Separate site files for each site (so they can be exported if a site leaves).
4. Each slave site should be accessed by it's own domain name:
www.slave1.com; www.slave2.com, etc.
Questions:
1. On page 22 you recommend we "deploy the website into a directory 'domains'. So that each domain will be beside each other..." And in the chart below, you list the following:
URL:
www.domain.com
Directory Location: [HOME]/domains/domain.com/public_html
But in Plesk, my server path is:
/var/www/vhosts/domain.com/httpdocs
And then below that server path chart you say that on Plesk, "'public_html' is replaced by 'httpdocs'". So are you saying that on Plesk I should be placing my slave.com domains inside the "vhosts" directory? Or do I need to create a "domains" directory inside "httpdocs"?