• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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