• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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