|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-30 20:47 UTC] iliaa@php.net
[2002-10-16 01:00 UTC] php-bugs at lists dot php dot net
[2003-09-01 23:26 UTC] sorry at nospam dot org
[2003-09-02 08:42 UTC] sniper@php.net
[2003-09-02 10:28 UTC] thetaphi@php.net
[2003-09-02 18:24 UTC] thetaphi@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 00:00:01 2025 UTC |
After installing PHP on two different Solaris boxes. I have found a problem I just can't find a resolve to. One box is iPlanet Enterprise 4.1 Other is is iPlanet Enterprise 6.0 Some of the PHP scripts I'm using use the web servers environment variables. Because the iPlanet web server also uses an ADMIN port for configuration. The environment variables are reporting the admin port instead of the normal http port 80 where the working web server resides. If I use a <?phpinfo()?> script. I get the following results reported. HTTP_HOST box1.myhost.com:8808 HTTP_REFERER http://box1.myhost.com:8808/https-box1.myhost.com/bin/commit SERVER_PORT 8808 SERVER_URL http://box1.myhost.com:8808 etc... The port reported is my admin port not the web server port of 80. Everything else seems to function perfectly I have been researching this problem for two weeks now and still haven't come any closer to the fix. Could anyone please clue me in! Thanks