Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2004
    Location
    Southwest UK
    Posts
    1,175

    open_basedir in php 4.4.6

    Hi all.

    I've just upgraded my apache install to Apache 2.0.59 and PHP 4.4.6 and suddenly open_basedir has stopped working. I have an open_basedir setting in each vhost configuration that used to work fine on php 4.3.9, now upgraded it thinks there is no path specified and I'm getting the usual failures where my scripts are not allowed to write to a directory.

    Has anyone else seen this or knows what's happening? I'm on 64-bit Centos 4.4

    thanks.
    Do not meddle in the affairs of Dragons, for you are crunchy and taste good.

  2. #2
    You can check open_basedir setting in a phpinfo() page.
    LiteSpeed Web Acceleration Platform by https://www.litespeedtech.com
    Apache drop-in replacement. Triple server capacity with 10X performance increases.
    Ultimate web serving platform for WordPress, Magento and other web applications.
    Turbo charging all WordPress sites hosted on your server with a single click!

  3. #3
    Join Date
    Oct 2004
    Location
    Southwest UK
    Posts
    1,175
    I should point out that the open_basedir setting is printed out ok, and the /tmp path that it is trying to write to is included in the printed path.
    /home/admin/domains/xyz.co.uk/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/
    Do not meddle in the affairs of Dragons, for you are crunchy and taste good.

  4. #4
    Join Date
    Jan 2002
    Location
    UK
    Posts
    1,040
    the apache upgrade probably the culprit diff vhost layout format.

  5. #5
    Join Date
    Oct 2004
    Location
    Southwest UK
    Posts
    1,175
    As far as I can tell, the vhost config is correct, and I even moved the open_basedir setting inside the <Directory> configuration, still no luck.

    Unfortunately, there is an open_basedir bug that describes my problems with writing to /tmp on the php bug tracker - the final comment is "we really don't support PHP 4 anymore". <sigh>
    Do not meddle in the affairs of Dragons, for you are crunchy and taste good.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •