Help - Search - Members - Calendar
Full Version: Apache down
The Planet Forums > Control Panels > Plesk
SeXalina
I have a problem with my plesk, when i restart my server from my plesk control panel or when i add a domain, my apache server stop and i have to start it from a shell with /usr/local/psa/apache/bin/apachectl start.

My problem started when i added vhost.conf to the dir
/usr/local/psa/home/vhosts/domain.com/conf/ to set the "safe mode"= off for a domain.

This file contain the follow code:


php_admin_value safe_mode 0


Then i execute the /usr/local/psa/apache/bin/my_apci_rst correctly but the apache server didnīt work then i restarted the server from the plesk control panel but this didnīt solve the problem and i now have to start the apache server with /usr/local/psa/apache/bin/apachectl start from a shell each time i add a domain, add a user or modify one.

How can i solve this problem?
bobk
I'm not especially versed in these things, but the settings that work for me on Plesk 2.5 are:
CODE
<Directory /usr/local/psa/home/vhosts/example.com/httpdocs>

 php_admin_value safe_mode 0

 php_admin_value open_basedir "/usr/local/psa/home/vhosts/example.com/httpdocs:/tmp"

</Directory>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.