Thread: Error Message
View Single Post
Old April 6th, 2006, 07:05 PM   #5 (permalink)
SaN-DeeP
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
you are using plesk 8 try the group operations in plesk control panel, all your domains will be set to safe mode.

please confirm about same.. or read the plesk docs.. or manually do the same this way.

add vhost.conf at /var/www/vhosts/domain.com/conf/

with the following lines:

<Directory /var/www/vhosts/domain.com/httpdocs>
php_admin_value safe_mode Off
</Directory>

then run

/usr/local/psa/admin/bin/websrvmng --reconfigure-vhost --vhost-name=<domain_name>

then run

service httpd restart
SaN-DeeP is offline   Reply With Quote