php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11914 Segmentation fault on Apache 1.3.20/1.3.19
Submitted: 2001-07-05 15:38 UTC Modified: 2001-08-06 09:26 UTC
From: luizfernando at justoaqui dot com dot br Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.6 OS: SuSE 7.0
Private report: No CVE-ID: None
 [2001-07-05 15:38 UTC] luizfernando at justoaqui dot com dot br
I was installing PHP support on my Apache 1.3.19 as Static Module, when after I done the steps for installing and starting Apache daemon I was the following error messages on apache's log:

[Thu Jul  5 15:44:43 2001] [notice] Apache/1.3.20 (Unix) PHP/4.0.6 configured -- resuming normal operations
[Thu Jul  5 15:45:31 2001] [notice] child pid 24328 exit signal Segmentation fault (11)
[Thu Jul  5 15:45:34 2001] [notice] child pid 24327 exit signal Segmentation fault (11)

And all requests I did to my webserver I received that messages and nothing was returned back to my browser

After some tries to compile with different apache versions, I tried to compile a different PHP version, 3.0.5, with my Apache on Static Mode, and I got it!

I don't know what is going on with PHP/4.0.6, but I couldn't install with Apache/1.3.20 on a SuSE 7.0

p.s. I tried once a installation as Dynamic Module and I hadn't sucessful too.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-05 15:50 UTC] luizfernando at justoaqui dot com dot br
            I was installing PHP support on my Apache 1.3.19 as Static Module, when after I done the
            steps for installing and starting Apache daemon I was the following error messages on
            apache's log:

            [Thu Jul  5 15:44:43 2001] [notice] Apache/1.3.20 (Unix) PHP/4.0.6 configured -- resuming
            normal operations
            [Thu Jul  5 15:45:31 2001] [notice] child pid 24328 exit signal Segmentation fault (11)
            [Thu Jul  5 15:45:34 2001] [notice] child pid 24327 exit signal Segmentation fault (11)

            And all requests I did to my webserver I received that messages and nothing was returned
            back to my browser

            After some tries to compile with different apache versions, I tried to compile a different
            PHP version, 3.0.5, with my Apache on Static Mode, and I got it!

            I don't know what is going on with PHP/4.0.6, but I couldn't install with Apache/1.3.20 on
            a SuSE 7.0

p.s. - I tried once a installation as Dynamic Module and I hadn't sucessful too.
p.s. 2 - I used the following parameters to configure PHP, other parameters were default:
./configure --with-pgsql=/usr/lib/pgsql/ --with-apache=../apache_1.3.20
--enable-track-vars
 [2001-07-06 03:28 UTC] derick@php.net
What is your configure line? (To both Apache and PHP)

Derick
 [2001-08-06 09:26 UTC] andy@php.net
no feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC