michaellunsford Regular Pleskian Jul 28, 2006 #1 The main site's basedir restriction is different from the web_users restriction. Where is the vhost.conf file for the web_user?
The main site's basedir restriction is different from the web_users restriction. Where is the vhost.conf file for the web_user?
michaellunsford Regular Pleskian Aug 3, 2006 #2 found something inside vhost.conf file, I can add the following -- which seems to work fine: Code: <Directory /home/httpd/vhosts/example.com/web_users/username> php_admin_flag engine on php_admin_value open_basedir /tmp/:/home/httpd/vhosts/example.com/web_users/username/: </directory>
found something inside vhost.conf file, I can add the following -- which seems to work fine: Code: <Directory /home/httpd/vhosts/example.com/web_users/username> php_admin_flag engine on php_admin_value open_basedir /tmp/:/home/httpd/vhosts/example.com/web_users/username/: </directory>
D DCNet_James Guest Aug 4, 2006 #3 To answer your question specifically, its in the $DOMAINROOT/conf/httpd.include
michaellunsford Regular Pleskian Aug 4, 2006 #4 you mean the file that says: # ATTENTION! # DO NOT MODIFY THIS FILE OR ANY PART OF IT. THIS CAN RESULT IN IMPROPER PLESK # FUNCTIONING OR FAILURE, CAUSE DAMAGE AND LOSS OF DATA. Click to expand... I was looking for the method by which one could change the basedir restriction. httpd.conf was it -- I just didn't know the language until I hacked on it for a few days. Thanks anyway!
you mean the file that says: # ATTENTION! # DO NOT MODIFY THIS FILE OR ANY PART OF IT. THIS CAN RESULT IN IMPROPER PLESK # FUNCTIONING OR FAILURE, CAUSE DAMAGE AND LOSS OF DATA. Click to expand... I was looking for the method by which one could change the basedir restriction. httpd.conf was it -- I just didn't know the language until I hacked on it for a few days. Thanks anyway!