ID:               37323
 User updated by:  jameslporter at gmail dot com
 Reported By:      jameslporter at gmail dot com
 Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Gentoo
 PHP Version:      5.1.4
 New Comment:

What process should we follow to get this resolved?? I assume if it is
an apache problem, then it needs to be sent upstream.


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

[2006-05-05 16:32:40] [EMAIL PROTECTED]

This is what we get from Apache.

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

[2006-05-05 06:00:13] jameslporter at gmail dot com

Description:
------------
$_SERVER[SERVER_NAME] needs to have the value of ServerName Directive
in Apache....it's not..it's using the url (www)...this is definitely
not the expected result and makes this variable useless....makes our
hostname on our SSL Cert not match.

Reproduce code:
---------------
<?php
echo $_SERVER['SERVER_NAME'];

?>

Expected result:
----------------
http://website.com/

website.com

http://www.website.com/

website.com

Actual result:
--------------
http://website.com/

website.com

http://www.website.com/

www.website.com


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


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

Reply via email to