ID: 37323 Updated by: [EMAIL PROTECTED] Reported By: jameslporter at gmail dot com Status: Bogus Bug Type: Apache2 related Operating System: Gentoo PHP Version: 5.1.4 New Comment:
Well, I somehow doubt there's something to resolve. I guess you've a ServerAlias directive active. Previous Comments: ------------------------------------------------------------------------ [2006-05-05 16:44:43] jameslporter at gmail dot com What process should we follow to get this resolved?? I assume if it is an apache problem, then it needs to be sent upstream. ------------------------------------------------------------------------ [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