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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-23 17:06 UTC] tony2001@php.net
Duplicate of bug #36257.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 02 11:01:29 2025 UTC