On Saturday, 2001-10-27 at 10:03:04 -0000, Bug Database wrote: > ID: 13816 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Feedback > Bug Type: Reproducible crash > Operating System: Solaris 8 SPARC > PHP Version: 4.0.6 > New Comment:
> Did you do 'apachectl stop ; apachectl start' ?? > Restart won't work. I wouldn't expect restart to work. Should it? Here is a session log: Solaris8 SPARC# /opt/OCTOapache-1.3.22/bin/httpd -X & [1] 14892 Solaris8 SPARC# telnet localhost 8088 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.1 200 OK Date: Sun, 28 Oct 2001 08:54:47 GMT Server: Apache/1.3.22 (Unix) mod_perl/1.26 Last-Modified: Fri, 04 May 2001 00:00:38 GMT ETag: "398ee-5b0-3af1f126" Accept-Ranges: bytes Content-Length: 1456 Connection: close Content-Type: text/html Content-Language: en Connection closed by foreign host. Solaris8 SPARC# kill %1 Solaris8 SPARC# [1]+ Done /opt/OCTOapache-1.3.22/bin/httpd -X Solaris8 SPARC# grep -i 'module.*php' /opt/OCTOapache-1.3.22/conf/httpd.conf #-# LoadModule php4_module libexec/libphp4.so #-# AddModule mod_php4.c Solaris8 SPARC# # ... edit ... Solaris8 SPARC# grep -i 'module.*php' /opt/OCTOapache-1.3.22/conf/httpd.conf LoadModule php4_module libexec/libphp4.so AddModule mod_php4.c Solaris8 SPARC# /opt/OCTOapache-1.3.22/bin/httpd -X & [1] 14933 Solaris8 SPARC# telnet localhost 8088 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. HEAD / HTTP/1.0 Connection closed by foreign host. Solaris8 SPARC# [1]+ Segmentation Fault /opt/OCTOapache-1.3.22/bin/httpd -X Solaris8 SPARC# exit -- | [EMAIL PROTECTED] | http://free.prohosting.com/~lupe | | I have challenged the entire ISO-9000 quality assurance team to a | | Bat-Leth contest on the holodeck. They will not concern us again. | | http://public.logica.com/~stepneys/joke/klingon.htm | -- 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]