hi,
you get that error cause you try to run
/var/www/vhosts/domain.com/conf/vhost.conf
but thats wrong --- you have to edit and/or make new file ... just read the following :
to edit a file u have to use an editor ... vi or pico ... so try the following with your ssh client :
vi /var/www/vhosts/domain.com/conf/vhost.conf
and then if you get a new screen ... with a look like an editor Oo - press i for insert and insert the stuff whats is here ... :
<Directory /var/www/vhosts/domain.com/httpdocs>
php_admin_value safe_mode Off
</Directory>
after it press "ESC" and after that ... press "!!" - (with putty ^^)
and then there has to be a new line under the editor .. like this
:
here type "wq" - and then <enter> .
now just call the other one :
/usr/local/psa/admin/bin/websrvmng --reconfigure-vhost --vhost-name=domain_name
without any prefix ... and then restart apache .. in plesk - thats easier than to make it with ssh ^^
- greetz from ibor
PS: if this helps you to disable safe_mode - just let me know -
http://robert-beran.de/guestbook.php 