• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

php 4.4.0 open_basedir problem

N

netpresent

Guest
please help me: php 4.4.0 weiird open_basedir problem

I am having a very weird open_basedir problem since i upgraded to php 4.4.0.

No matter if I set the value for open_basedir to / in /etc/php.ini or vhost.conf, phpinfo() still shows the following local value for open_basedir:

/home/httpd/vhosts/{domain.name}/httpdocs:/tmp

That's the value that is written in the httpd.include files, but I thought I could overwrite that in vhost.conf. I can actually overwrite other values with vhost.conf, e.g. the magic quotes, but not open_basedir...

I wouldn't mind changing a skeleton file for httpd.include either, if I only knew where it was. Or is this hard-coded into plesk somehow?

Very puzzled,
any help or hint would be appreciated...

Joempie
 
swsoft doesn't know?

i would expect someone at swsoft to know why some php values can be set in vhost.conf, but open_basedir cannot?

please?
 
In vhost.conf do this:
<Directory /var/www/vhosts/domain.com/httpdocs>
php_admin_value open_basedir none
</Directory>

I run PHP 4.4.0 from ART and have no problems with this setting.
 
Re: swsoft doesn't know?

Originally posted by netpresent
i would expect someone at swsoft to know why some php values can be set in vhost.conf, but open_basedir cannot?

please?
First, this forum is for Plesk USERS to help each other. Plesk staff do not use this forum by policy.

Second, open_basedir is not Plesk specific, has been covered in many many posts before, is not difficult to find by using search, other documentation is readily found such as php.net
 
Back
Top