Hello,
I installed apache-2.2.11nb2 on a NetBSD 5.0 RC4 machine, but
noticed that it just stopped responding after some weeks of service.
I found this in apache logfile(s), but since It's only segfaults in
the error_log and nothing written to the access_log it's harder to
find the cause of the problem...
# less /var/log/httpd/error_log
...
[Wed Apr 29 02:08:22 2009] [notice] child pid 22460 exit signal
Segmentation fault (11)
[Wed Apr 29 02:08:22 2009] [notice] child pid 16080 exit signal
Segmentation fault (11)
[Wed Apr 29 02:09:06 2009] [warn] (51)Network is unreachable:
connect to listener on [::]:443
(Last line repeated several times...)
Unfortunately, this error seem to be quite common on all type of
platforms, and the "best" explanation I found so far is that apache
modules could cause this. And the only additional apache module I've
installed is ap22-php5-5.2.9nb1
Anybody else seen or had problems with unresponsive apache(2.2) on
NetBSD 5 yet?