ID: 10995
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Apache related
Operating system:
PHP Version: 4.0 Latest CVS (2001-05-21)
Assigned To:
Comments:
For me:
The first example does not work.
Second works.
This is with PHP 4.0.6RC1
What is your configure line?
Do you have any extensions/libs included that use openssl?
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-05-21 14:13:16] [EMAIL PROTECTED]
Incorrect description
"httpd.conf (NG)" must be "OK".
"httpd.conf (OK)" must be "NG".
---------------------------------------------------------------------------
[2001-05-21 14:08:54] [EMAIL PROTECTED]
This report is probably a duplicate of 9813 and 10974.
Apahce+Mod-SSL dumps core when httpd is started with SSL
option and php4 module is loaded before mod-ssl.
= httpd.conf (NG) =
LoadModule php4_module lib/apache/libphp4.so
<IfDefine SSL>
LoadModule ssl_module lib/apache/libssl.so
</IfDefine>
= httpd.conf (OK) =
<IfDefine SSL>
LoadModule ssl_module lib/apache/libssl.so
</IfDefine>
LoadModule php4_module lib/apache/libphp4.so
Loading php4 module before mod-ssl starts httpd. It seems
working.
Apache 1.3.20
Mod-SSL 2.8.4
OpenSSL 0.9.6
PHP4.0.7-dev (CVS 5/21/2000)
I guess you don't need config, backtrace, etc. If you need,
let me know.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10995&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]