php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #26302 open_basedir /home outside the virtual host
Submitted: 2003-11-18 11:19 UTC Modified: 2003-12-02 01:37 UTC
From: sanry at now dot net dot cn Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.3.4 OS: redhat9
Private report: No CVE-ID: None
 [2003-11-18 11:19 UTC] sanry at now dot net dot cn
Description:
------------
when use mod vhost in apache1.3.x  
like this 
<VirtualHost  61.145.112.42:80>
<Directory /home>
  php_admin_value open_basedir /home
</Directory>
..
</VirtualHost>

<VirtualHost  61.145.112.42:81>
..
</VirtualHost>

open_basedir will affect sometimes in all the virualhost after one day or more runing ( this bug appear since php4.3.0 and php4.2.2 is ok)



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-02 01:37 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

see bug #25753

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 09:01:33 2025 UTC