ID:               19292
 Updated by:       [EMAIL PROTECTED]
 Reported By:      tnowak at triger dot com dot pl
-Status:           Closed
+Status:           Open
 Bug Type:         Apache related
 Operating System: linux
-PHP Version:      4.3.0
+PHP Version:      4.3.3RC4
 New Comment:

Random reproducable with PHP 4.3.3RC4.


Previous Comments:
------------------------------------------------------------------------

[2003-05-28 10:02:35] zen at heavengames dot com

That fix works.  Thanks!

------------------------------------------------------------------------

[2003-05-23 21:36:35] zen at heavengames dot com

I'll give that a try and see what happens.  Will report back after this
weekend.

------------------------------------------------------------------------

[2003-05-23 10:29:18] [EMAIL PROTECTED]

So if one sets open_basedir in one vhost, one must set it in every
vhost, as none or otherwise?

------------------------------------------------------------------------

[2003-05-23 10:14:23] [EMAIL PROTECTED]

In the other vhost, set open_basedir to none


------------------------------------------------------------------------

[2003-05-23 10:03:57] zen at heavengames dot com

Tried it with PHP4.3.2RC4.  Problem still persists:

[23-May-2003 11:00:05] PHP Warning:  Unknown(): open_basedir
restriction in effect.
File(/usr/www/heavend1/httpd/htdocs/zen/gallery/view_album.php) is not
within the allowed path(s):
(/usr/www/heavend1/httpd/htdocs/wildfire/:/usr/www/heavend1/httpd/.php/)
in Unknown on line 0
[23-May-2003 11:00:05] PHP Warning: 
Unknown(/usr/www/heavend1/httpd/htdocs/zen/gallery/view_album.php):
failed to open stream: Operation not permitted in Unknown on line 0
[23-May-2003 11:00:05] PHP Warning:  (null)(): Failed opening
'/usr/www/heavend1/httpd/htdocs/zen/gallery/view_album.php' for
inclusion (include_path='.:/usr/www/heavend1/php') in Unknown on line
0

---
httpd.conf configuration:
<Directory /usr/www/heavend1/httpd/htdocs/wildfire>
  php_admin_flag safe_mode On
  php_admin_value doc_root /usr/www/heavend1/httpd/htdocs/wildfire/
  php_admin_value open_basedir
/usr/www/heavend1/httpd/htdocs/wildfire/:/usr/www/heavend1/httpd/.php/
  php_admin_value error_log
/usr/www/heavend1/httpd/logs/wildfire/php_error
  php_flag display_errors On
  php_admin_flag register_globals Off
</Directory>

<Directory /usr/www/heavend1/httpd/htdocs/zen>
  php_admin_flag safe_mode Off
  php_admin_value doc_root /usr/www/heavend1/httpd/htdocs/zen
  php_admin_value error_log
/usr/www/heavend1/httpd/logs/zen/php_error_log
  php_flag display_errors Off
  php_admin_flag register_globals Off
</Directory>

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/19292

-- 
Edit this bug report at http://bugs.php.net/?id=19292&edit=1

Reply via email to