By jvieille on
I am trying to get Drupal working with FasCGI and APC on my current multisites install (same Drupal directory, different dbs)
I am almost done. But for getting all sites working, not only the default site, I had to modify the access rigths to the whole account directory from 710 to 711 ("List" allowed to "Others")
(the directory /home/mainAccount in /home/mainAccount/www where Drupal is)
This seems to be related to the fastcgi engine being run independently for each site making a different users calling for it in the very same file system.
Is that wrong?
That seems working well except than the DAV api of File Framework does no longer get access authorization.
Thanks for help
Comments
Virtual host config for fastcgi
Bellow the only configuration that worked in my httpd.conf:
"controlc" is both the default web site directory and user of the main site
(the one I had to downgrade the access rights to 0711)
"ccm" is both he the default web site directory and user for the secondary web site
What puzzles me is the mix between both accounts.
But if I put "controlc" everywhere; that seems working until a total mess takes place with all the sites mixed up together.
If I had proceeded with symlinks instead of normal Vhost install, (as in shared hosting), this configuration wouldn't have been possible
JV