From:             [EMAIL PROTECTED]
Operating system: Linux Redhat 6.2
PHP version:      4.3.0
PHP Bug Type:     Apache related
Bug description:  When Php compiled with support for openssl it broke the SIHUP of 
apache

Hi,

My setup :
Apache/1.3.27 (Unix) PHP/4.3.0 mod_ssl/2.8.12 OpenSSL/0.9.6g

PHP compiled without openssl or anyother app that need openssl compiled in
php
apachectl startssl
killall -1 httpd - Apache reload configuration and all is fine
killall -1 httpd - Apache reload configuration and all is fine
killall -1 httpd - Apache reload configuration and all is fine
killall -1 httpd - Apache reload configuration and all is fine
killall -1 httpd - Apache reload configuration and all is fine
killall -1 httpd - Apache reload configuration and all is fine
etc ....
the httpd deamon reload is config and never die

PHP compiled with --with-openssl=/usr/local/ssl ( tested 4 time with
different delay between SIGHUP )
apachectl startssl
killall -1 httpd - Apache reload configuration and all is fine
killall -1 httpd - Apache reload configuration and all is fine
killall -1 httpd - Apache reload configuration and all is fine
killall -1 httpd - SIGHUP received.  Attempting to restart -- and apache
never restart

PHP compiled with --with-openssl=/usr/local/ssl --with-imap
--with-imap-ssl=/usr/local/ssl
apachectl startssl
killall -1 httpd - SIGHUP received.  Attempting to restart -- and apache
never restart
I can't even SIGHUP one time the http server

Ok i know that the bug is between apache-mod_ssl and php-openssl

But i would like to know how i can correct that problem.

Thanks in advance for any help.

Regards.



-- 
Edit bug report at http://bugs.php.net/?id=22112&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22112&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22112&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22112&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22112&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22112&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22112&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22112&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22112&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22112&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22112&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22112&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22112&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22112&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22112&r=gnused

Reply via email to