tcnjdeluca
New Pleskian
I am upgrading my sites from the apache module to fastcgi on the advice of my hosting company. I can not get working the sites that relay on PEAR packages. When I switch to the fastcgi the PEAR install fails. The site does not seem to be read the vhost.conf for the domain.
Here is my ghost.conf file
<Directory "/var/www/vhosts/classchatterlive.com/httpdocs">
php_admin_value open_basedir "/var/www/vhosts/classchatterlive.com/httpdocs/:/tmp/:/usr/share/pear/"
php_admin_value include_path "/var/www/vhosts/classchatterlive.com/httpdocs/:/tmp/:/usr/share/pear/"
</Directory>
I have run httpdmng and stopped and restarted apache with no luck.
What should the permissions be on my vhost.conf? Should it be owned by apache or the ftp user? Any other things I can try I am about to pull out my hair.
Dan
Here is my ghost.conf file
<Directory "/var/www/vhosts/classchatterlive.com/httpdocs">
php_admin_value open_basedir "/var/www/vhosts/classchatterlive.com/httpdocs/:/tmp/:/usr/share/pear/"
php_admin_value include_path "/var/www/vhosts/classchatterlive.com/httpdocs/:/tmp/:/usr/share/pear/"
</Directory>
I have run httpdmng and stopped and restarted apache with no luck.
What should the permissions be on my vhost.conf? Should it be owned by apache or the ftp user? Any other things I can try I am about to pull out my hair.
Dan