ID:               22799
 Comment by:       b_ulrich at t-online dot de
 Reported By:      chenfou at ms34 dot hinet dot net
 Status:           Open
 Bug Type:         Apache related
 Operating System: Solaris 5.8 Generic_108528-14
 PHP Version:      4.3.1
 New Comment:

This is a Problem in mod_ssl-2.8.13-1.3.27 try mod_ssl-2.8.12-1.3.27
and everything will work fine.


Previous Comments:
------------------------------------------------------------------------

[2003-03-20 02:50:28] chenfou at ms34 dot hinet dot net

Here's my Apache
config(apache(1.3.27)+mod_ssl(2.8.13-1.3.27)+openssl(0.97a))
./configure \
--with-layout=Apache \
--prefix=/user1/web/server-home \
--htdocsdir=/user1/web/server-home/htdocs/html \
--enable-module=rewrite \
--enable-shared=rewrite \
--enable-module=mime-magic \
--enable-shared=mime-magic \
--enable-module=headers \
--enable-shared=headers \
--enable-module=info \
--enable-shared=info \
--enable-module=speling \
--enable-shared=speling \
--enable-module=include \
--enable-module=so \
--enable-shared=max \
--enable-module=most \
--enable-module=proxy \
--enable-shared=proxy \
--enable-module=ssl \
Here's my PHP config
./configure \
--with-apxs=/user1/web/server-home/bin/apxs \
--with-sybase=/opt/sybase/OCS-12_0 \
--without-mysql \
--enable-calendar \
--enable-memory-limit=yes \
--enable-debug \
--enable-trans-sid \
--enable-track-vars \
--enable-magic-quotes \
--prefix=/usr/local/php \
--with-config-file-path=/usr/local/php \
--enable-sockets \

I write a test program
<?
phpinfo();
?>
I test this program on http://127.0.0.1/test.php
is OK
but I test this program on https://127.0.0.1/test.php
in error log have 
child pid 7814 exit signal Segmentation Fault(11)

please help me,thanks

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22799&edit=1

Reply via email to