ID:               27375
 Comment by:       rob at realmsolutions dot com
 Reported By:      oliver at update dot ch
 Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Linux
 PHP Version:      4.3.3.
 New Comment:

OK, I've got similar but even weirder problem.  I just installed the
latest production releases of apache2/php and now I occasionally get
_wrong_ values in the DOCUMENT_ROOT variable.  Instead of containing
the pathname of the current virtual host, it sometimes contains the
pathname of a different virtual host also configured on this server!

There is definitely some problem here, if I click from vhost site to
vhost site, I can get these errors repeatedly.  Since I'm including
files based on the DOCUMENT_ROOT, it manifests itself as an error that
looks like this:



Warning:

main(/home/wrongwebsite/www/includes/functions_generic.php): failed to
open stream: No such file or directory in
/home/correctwebsite/www/includes/config.php on line 47



In this example its _should_ be including the file functions_generic
from "correctwebsite", not "wrongwebsite"



After the first instance of this error, it seems to go away until I
switch to another website, where it may or may not happen again...     
                                            

                         

FYI, here are the flags set in my virtualhost:

php_admin_flag engine on

php_admin_flag safe_mode off

php_admin_flag register_globals off

php_admin_flag display_errors on


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

[2004-02-25 06:17:12] [EMAIL PROTECTED]

If you had bothered searching the bug database first you would have
find couple of dozen similar reports. And also that this is most likely
FIXED in CVS. (get stable snapshot from http://snaps.php.net/ )



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

[2004-02-25 02:04:35] oliver at update dot ch

Sorry about that. I'm not the pro on stuff like this. 

But I try again:



Configuration:

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

'./configure' '--with-apxs2=/opt/httpd-2.0.47/bin/apxs' 

'--with-config-file-path=/etc/httpd2' '--prefix=/opt/

php-4.x' '--enable-versioning' '--with-gd' '--with-jpeg-

dir=/usr' '--with-xpm-dir=/usr' '--with-bz2' '--with-

freetype-dir=/usr' '--enable-gd-native-ttf' '--enable-

debug=no' '--with-exec-dir=/opt/php-4.x/run' '--enable-

track-vars=yes' '--disable-cgi' '--enable-calendar' '--

with-ttf' '--with-imap' '--with-ft' '--with-xml' '--

with-mhash' '--with-mcrypt' '--with-bcmath' '--with-

snmp' '--enable-ucd-snmp-hack' '--enable-ucd-snmp-

compatibility' '--with-pdflib=/opt/pdflib-4.0' '--with-

zlib' '--enable-trans-sid' '--with-openssl' '--with-

wddx' '--with-crack' '--with-kerberos' '--with-gettext'



Reproduce code:

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

register_globals: "<?=ini_get('register_globals')?>"

$GLOBALS["DOCUMENT_ROOT"] = "<?

=$GLOBALS["DOCUMENT_ROOT"];?>

$DOCUMENT_ROOT: "<?=$DOCUMENT_ROOT?>"

$_SERVER["DOCUMENT_ROOT"]: "<?=$_SERVER[ 'DOCUMENT_ROOT' 

]?>"



Expected result:

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

register_globals: "1"

$GLOBALS["DOCUMENT_ROOT"] = "/home/www/

$DOCUMENT_ROOT: "/home/www/"

$_SERVER["DOCUMENT_ROOT"]: "/home/www/"



Result (tested on 02/24/04):

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

register_globals: "1"

$GLOBALS["DOCUMENT_ROOT"] = ""

$DOCUMENT_ROOT: ""

$_SERVER["DOCUMENT_ROOT"]: "/home/www/"



PHP-Version is 4.3.3.



The thing is, that I couldn't reproduce the result today 

(02/25). So I guess, you can really let vanish this 

report. Thanks for the help anyway.

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

[2004-02-24 16:57:50] [EMAIL PROTECTED]

Second try. (If I have to ask these same things for the 3rd time, this
bug report will vanish mysteriously..)



1. How did you configure Apache? (configure line used)

2. What MPM are you using with Apache?

3. What is register_globals set to WHEN this happens?

(put var_dump(ini_get("register_globals")); in the beginning of your
script, see bug #24253 what a nice short test script looks like)

4. Are you sure there aren't any .htaccess files or vhosts setting
register_globals to something else? Or setting any other php.ini
options? (using php_value, php_admin_value, php_flag or php_admin_flag
directives)

5. How was PHP configured into Apache? (as module or CGI binary??)



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

[2004-02-24 12:59:58] oliver at update dot ch

register_globals is always set on. register_globals is 

set to on in the php.ini file.



SERVER_SOFTWARE:

Apache/2.0.47 (Unix) mod_perl/1.99_09 Perl/v5.6.1 

mod_ssl/2.0.47 OpenSSL/0.9.6c DAV/2 FrontPain/5.0.0.0

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

[2004-02-24 12:03:10] [EMAIL PROTECTED]

When this happens, is register_globals on or off? 

Do you override it in some vhost ?

How do you do it? 



In other words: Not enough information..



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

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

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

Reply via email to