From:             tobias dot mattsson at comhem dot com
Operating system: Linux RH 8.0
PHP version:      4.3.1
PHP Bug Type:     Apache related
Bug description:  php does not work with mod_ssl

## Environment:
Red hat 8.0
Openssl 0.9.7a
apache 1.3.27
mod_ssl
gcc 3.2

## Description of the problem:
PHP generates a segmentation fault (but no coredump) when the webserver
try to execute a .php file with ssl. But if I change the AddType in
httpd.conf to .php4 (or anything else), it works fine.
It also works fine without SSL.
Even if the .php file did not exist, I get a segmentaion fault - not a
404!

The browser (mozilla) displays a alert message (document contains no
data).

It seems to be hung up about the file-extension .php

I have not been able to create a core dump with gdb accordning to your
instructions at http://bugs.php.net/bugs-generating-backtrace.php

>From error_log:
[Mon Mar 24 17:16:07 2003] [notice] child pid 10008 exit signal
Segmentation fault (11)

I have also tried openssl 0.9.6b (from RPM) and the latest CVS snapshot of
PHP (php4-STABLE-200303241430) without any change.


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

Reply via email to