pkgsrc-Bugs archive

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

Re: pkg/50990: apache-2.2.31nb2 is not working well on netbsd-7



The following reply was made to PR pkg/50990; it has been noted by GNATS.

From: Manuel Bouyer <bouyer%antioche.eu.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/50990: apache-2.2.31nb2 is not working well on netbsd-7
Date: Mon, 21 Mar 2016 09:47:31 +0100

 On Mon, Mar 21, 2016 at 08:35:00AM +0000, martin%NetBSD.org@localhost wrote:
 > Not sure if this is a pkg or a kern problem - recording here first, need
 > to investigate more.
 > 
 > I updated this machine from netbsd-6 to netbsd-7 (latest checkout about a week
 > ago) and then recompiled all pkgs for it.
 > 
 > Since then, apache22 over night stops serving requests.
 > When I check in the morning, only a single httpd process is running and
 > it doesn't answer new connections.
 
 Do you see zombies httpd processes ? If so it could be
 http://mail-index.netbsd.org/current-users/2015/02/13/msg026686.html
 
 A workaround it to put
 Listen [::]:80
 Listen 0.0.0.0:80
 
 instead of
 Listen 0.0.0.0:80
 Listen [::]:80
 
 (i.e. but the wilcard v4 address last)
 
 if you don't use wilcard addresses then you problem is somtheing else.
 
 -- 
 Manuel Bouyer <bouyer%antioche.eu.org@localhost>
      NetBSD: 26 ans d'experience feront toujours la difference
 --
 


Home | Main Index | Thread Index | Old Index