php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36836 Leaking vhost values
Submitted: 2006-03-23 16:58 UTC Modified: 2006-03-23 17:06 UTC
From: tim at sharper dot nl Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.1.2 OS: FreeBSD 4.11
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tim at sharper dot nl
New email:
PHP Version: OS:

 

 [2006-03-23 16:58 UTC] tim at sharper dot nl
Description:
------------
Webserver: Apache/2.0.55 on FreeBSD 4.11 running PHP 5.1.2.

INI Settings, in our case open_basedir, seems to be leaking between apache virtualhost settings. It occasionaly happens
that the open_basedir settings, made in the virtualhosts, get mixed up. Here an example error, when accesing a file in
"/home/dev.sharper.nl/www/".

Warning: Unknown(): open_basedir restriction in effect.
File(/home/dev.sharper.nl/www/index.php) is not within the allowed
path(s): (/home/cvr12.sharper.nl/www/) in Unknown on line 0

Warning: Unknown(/home/dev.sharper.nl/www/index.php): failed to open
stream: Operation not permitted in Unknown on line 0


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-23 17:06 UTC] tony2001@php.net
Duplicate of bug #36257.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 12:01:27 2024 UTC