M
MattElmore
Guest
Before you flame me for posting inquiries regarding a topic that has been beaten to death, please hear me out. 
We are attempting to modify the basedir for a domain on our Plesk 7.5.4 server.
We include in /usr/local/psa/home/vhosts/domain.com/conf/vhost.conf:
We then execute the command:
Which returns no output.
However, this does not appear to update httpd.include:
Then restarting apache. Still the same thing.
Does anyone have any suggestions as to what's going on?
We are attempting to modify the basedir for a domain on our Plesk 7.5.4 server.
We include in /usr/local/psa/home/vhosts/domain.com/conf/vhost.conf:
Code:
<Directory /usr/local/psa/home/vhosts/domain.com/httpdocs>
php_admin_flag engine on
php_admin_value open_basedir "/usr/local/psa/home/vhosts/domain.com"
</Directory>
We then execute the command:
Code:
/usr/local/psa/admin/bin/websrvmng -u --vhost-name=domain.com
Which returns no output.
However, this does not appear to update httpd.include:
Code:
# grep basedir httpd.include
php_admin_value open_basedir "/usr/local/psa/home/vhosts/domain.com/httpdocs:/tmp"
php_admin_value open_basedir "/usr/local/psa/home/vhosts/domain.com/httpdocs:/tmp"
php_admin_value open_basedir "/usr/local/psa/home/vhosts/domain.com/httpdocs:/tmp"
php_admin_value open_basedir "/usr/local/psa/home/vhosts/domain.com/httpdocs:/tmp"
Then restarting apache. Still the same thing.
Does anyone have any suggestions as to what's going on?