Remove 'open_basedir' from httpd.include

B

boftx

Guest
How can I remove the open_basedir entry entirely from httpd.include? I have a legacy package that will not work if that value is present. Using vhost.conf will NOT do it. I have even tried disabling php support for the domain and then puting the engine on command in vhost.conf to no avail, I can't override anything that already exists in httpd.include.

Thanks in advance!

Jim
 
Hello,

Yes it should do it.
Once I had similar problems and it was because I did not define <Directory >
and tryied that way.
 
You nailed it. I realized that about 30min after posting. I was tempted to remove the post, but figured if it might helped someone else to not feel as stupid as I did I'd leave it up. :)

Jim
 
Back
Top