[imp] Configure options for Apache / PHP when using aSSLaccelerator.

Christopher Crowley ccrowley@tulane.edu
Tue, 28 May 2002 16:39:14 -0500


>
> How do I prevent the redirect.php page from detecting the port number?
>

More info:

My apache 1.3.24 is configured with mod_setenvif, and I tried to set the
variable in Apache:

<IfModule mod_setenvif.c>

SetEnv SERVER_PORT 9443

</IfModule>

But my phpinfo() page still indicates that the SERVER_PORT variable is 81.

Also, I tried to set the parameter in the php.ini file, but was unsuccesful
at that as well.