Greetings all, I've been having a frustrating time with the following:
System is a Compaq 1600R (PIII 500, etc)
RedHat 6.2
Apache 1.3.11 (I have also tried 1.3.12, 1.3.6, 1.3.9)
PHP4.0.1pl2
OpenSSL, mod_ssl to match apache...(2.5.1)
I build PHP with
./configure --with-apache=../apache_1.3.11 --with-mysql=/usr/local --enable-track-vars --disable-debug
then $make clean, then $make, then $make install
I build Apache
./configure --prefix=/www --enable-module=ssl --activate-module=src/modules/php4/libphp4.a
and then all the makes....
When completed, everything seems to be working OK, except...
Whenever I try to set a session variable
(session_start(), or session_register("x"), the web server will not respond... it just sits there until the connection times out... If there is a frame looking for sessions, only that frame will sit there.
I'm at wits end here.. I've build a number of machines similar to the above, and they are all running like a top... This one is fighting me.
Anyone have any idea what is going on with this..
Any help would be appreciated.
Thanks in advance,
Sean.