ID:               24282
 Updated by:       [EMAIL PROTECTED]
 Reported By:      matzrek at shw-networks dot de
-Status:           Open
+Status:           Bogus
 Bug Type:         Apache related
 Operating System: Suse Linux 8.2 / Apache 1.3.27
 PHP Version:      4.3.2
 New Comment:

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. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

Duplicate of bug #23580


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

[2003-09-19 04:13:06] siminka at gmx dot de

Same thing here with auto_prepend_file (Apache 2.0.47, PHP 4.3.3) -
default httpd.conf and php-ini.dist.

Two vhosts -

<VirtualHost *:80>
    ServerName domain1.tld
    DocumentRoot /var/www/domain1.tld
    php_value auto_prepend_file global.php
</VirtualHost>

<VirtualHost *:80>
    ServerName domain2.tld
    DocumentRoot /var/www/domain2.tld
</VirtualHost>

...one with auto_prepend_file, one without. Sometimes the
auto_prepend_file of domain1.tld is prepended for the vhost of
domain2.tld.
When adding 'php_value auto_prepend_file none' to the domain2.tld
vhost, the problem is gone.

Really annoying bug!

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

[2003-08-26 00:43:14] red at raven dot ch

seems to be the same or similar thing: bug #25198

I realised the same issue as dprado at floripa dot com dot br
mentioned...

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

[2003-08-15 11:07:33] [EMAIL PROTECTED]

I say again: We need to get the httpd.conf, etc. with which you HAVE
been experiencing this problem. Read my previous comment.


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

[2003-08-15 09:52:48] dprado at floripa dot com dot br

Samething happens here. PHP 4.3.2, the bug only shows randomly when
accessing virtualhosts that DO NOT have open_basedir set on a machine
that has other vhosts with open_basedir set. Taking a wild guess, it
seems that an apache thread that server up a page for a vhost with
openbasedir set when it tries to serve a page for another vhost
whithout openbasedir it keeps the openbasedir settings. Setting 
open_basedir for all vhosts solved the problem.

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

[2003-08-05 11:17:30] [EMAIL PROTECTED]

Try this in the other vhosts:

php_admin_value open_basedir none



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

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/24282

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

Reply via email to