php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8894 Upgraded to 4.0.4p1 from 4.0.4 caused apache to crash
Submitted: 2001-01-24 23:13 UTC Modified: 2001-01-26 13:16 UTC
From: pcory at nc dot rr dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.4pl1 OS: Red Hat Linux 6.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pcory at nc dot rr dot com
New email:
PHP Version: OS:

 

 [2001-01-24 23:13 UTC] pcory at nc dot rr dot com
When I upgraded to 4.0.4p1 from 4.0.4 using the apxs mechanism, Apache (1.3.14) started crashing. I have both mod_perl and mod_php loading as DSOs.

Swapping the load order of mod_php and mod_perl in the httpd.conf file, so that mod_php loaded first, solved the problem (at least for the moment).

LoadModule php4_module        libexec/libphp4.so
LoadModule perl_module        libexec/libperl.so

and

AddModule mod_php4.c
AddModule mod_perl.c

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-25 05:54 UTC] sniper@php.net
What was the configure line used for PHP ?

--Jani
 [2001-01-25 20:18 UTC] sniper@php.net
User feedback:
-----------
./configure --with-mysql=/usr --with-pgsql=/usr 
--with-apxs=/usr/local/apache/bin/apxs
-----------

Could you please try to generate a GDB backtrace of the crash?

--Jani
 [2001-01-25 20:38 UTC] sniper@php.net
I just installed mod_perl into my test system. No problems at all.
So how did you configure / compile mod_php ?
And did you do 'apachectl stop ; apachectl start' right after the update
of PHP ??? Could you please try changing the order of those directives
again and then do stop/start for apache again and see if it works?

--Jani

 [2001-01-26 13:16 UTC] sniper@php.net
User feedback:
--------------

Well, dammit. I just moved things back to where they were last night when 
they were failing, and they are working correctly now.

I apologize for getting you all all worked up. I thought I was being 
helpful.
--------------

Solution: Just remember to stop / start apache when
you update ANY module in it.. :)


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC