|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-06 00:48 UTC] Clement dot Ong at shinetech dot com
[2001-04-06 11:30 UTC] sniper@php.net
[2001-04-09 04:05 UTC] Clement dot Ong at shinetech dot com
[2001-04-09 22:30 UTC] Clement dot Ong at shinetech dot com
[2001-04-10 09:26 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 03:00:01 2025 UTC |
I am running Apache 3.1.19 with mod_ssl-2.8.2-1.3.19 and OpenSSl-0.9.6 for SSL functionality. Using https from my Internet Explorer 5.0 browser causes the requested web page to be returned after a very long wait, .eg more than 20 minutes maybe longer. Subsequent retrieval takes as long too. If I have PHP disabled by removing the LoadModule and AddModule directive https works immediately however when I reinstate the PHP modules I would experience the problem again. Other scenario :- 1. retrieved a https page with my browser without PHP (response received immediately) 2. modify httpd.conf to enable PHP 3. restarts Apache 4. starts a *NEW* browser to retrieve https(waits very long) 5. using the same browser session in step 1 to retrieve again using https(response received immediately) Also noticed in the Apache errors_log file the following error :- [Fri Apr 6 11:46:30 2001] [notice] child pid 2654 exit signal Segmentation fault (11) [Fri Apr 6 11:46:36 2001] [notice] child pid 2668 exit signal Segmentation fault (11) [Fri Apr 6 11:46:36 2001] [notice] child pid 2667 exit signal Segmentation fault (11) This is how I configure PHP :- ./configure --with-apxs=/usr/local/apache/bin/apxs \ --with-config-file-path=/etc/php \ --with-mysql=/usr \ --with-java=/usr/java/jdk1.3 \ --with-ldap \ --with-imap \ --with-curl \ --with-gd \ --enable-versioning