Hello,
I'm running Plesk 5.0.5 Standard version on RedHat 7.2, and the current PHP version is 4.2.2
I need to upgrade it to 4.3.4 to include CURL support, however it seems to break SSL functionality when I load the new PHP binary.
With the PHP 4.2.2, Apache loads the following:
[Sat Jan 31 05:38:24 2004] [notice] Apache/1.3.27 (Unix) mod_perl/1.26 mod_throttle/3.1.2 PHP/4.2.2 FrontPage/4.0.4.3 mod_ssl/2.8.11 OpenSSL/0.9.6h configured -- resuming normal operations
When I load the new PHP binary, I only get the following:
[Sat Jan 31 06:02:39 2004] [notice] Apache/1.3.27 (Unix) mod_perl/1.26 mod_throttle/3.1.2 PHP/4.3.4 FrontPage/4.0.4.3 configured -- resuming normal operations
And when I access an SSL site on the server, the following is shown in the error_log:
Invalid method in request x80Lx01x03
Does anyone have ANY idea how I can recompile PHP without breaking SSL? It seems like my PHP compile isnt linking to the same versions of openssl/mod_ssl that this Plesk PHP compile does.
Any suggestions?