S
snelson100
Guest
Hi Folks,
I'm wanting to create a directory for my users that is accessible by php but would not be served up by apache.
To make this change for just one user I am tempted to just modify this line:
So I do that instead and nothing happens, the basedir stays the same. I have restarted apache and that doesn't seem to cause it to recognize the change either... so what am I doing wrong? How do I modify the basedir for my user?
I'm wanting to create a directory for my users that is accessible by php but would not be served up by apache.
To make this change for just one user I am tempted to just modify this line:
in his httpd.include file. But at the very start of that file it says:php_admin_value open_basedir "/home/httpd/vhosts/webqualityhost.net/httpsdocs:/tmp"
# 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. IF YOU REQUIRE CUSTOM
# MODIFICATIONS TO BE APPLIED TO THE CONFIGURATION, PLEASE, PERFORM THEM IN THE
# FOLLOWING FILE(S):
# /home/httpd/vhosts/host/conf/vhost.conf
# /home/httpd/vhosts/host/conf/vhost_ssl.conf
# /home/httpd/vhosts/subdomains/<subdomain-name>/conf/vhost.conf
So I do that instead and nothing happens, the basedir stays the same. I have restarted apache and that doesn't seem to cause it to recognize the change either... so what am I doing wrong? How do I modify the basedir for my user?