NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problems with NetBSD 5.0.1/apache 2.2.12



On Thu, Aug 20, 2009 at 10:00 AM, Manuel 
Bouyer<bouyer%antioche.eu.org@localhost> wrote:
> Hello,
> since I upgraded servers to NetBSD 5.0.1 and apache 2.2.12, I notice some
> strange behavior of apache:
>
> on several of them, I get
> [Thu Aug 20 15:44:22 2009] [notice] child pid 13943 exit signal Segmentation 
> fault (11)
> The servers have different configurations and modules loaded, the common point
> is:
> Apache/2.2.12 (Unix) mod_ssl/2.2.12 OpenSSL/0.9.9-dev DAV/2 PHP/5.2.9
>
> On  another servers, which don't have php nor ssl, I get
> [Mon Aug 17 14:47:20 2009] [warn] (54)Connection reset by peer: connect to 
> liste
> ner on 0.0.0.0:80
> In this last case, adding
> AcceptFilter http none
> AcceptFilter https none
>
> to httpd.conf helped. I didn't change anything for systems showing the
> "Segmentation fault" problem.
>
> Has anyone else seen this ? Any idea ?
>


The specific error message is definitely a new one on me, but the
first thing to check is that you're using PreFork and not Worker.
Otherwise I would maybe get httpd's source and search for that string.
 (The servers have different configurations and modules loaded, the
common point)


Home | Main Index | Thread Index | Old Index