Bug#225287: Apache - Segmentation fault

2003-12-28 Thread Kevin Renskers
Package: Apache
Version: 1.3.27.0-2
I can't start or restart my Apache webserver anymore since yesterday. 
This is what I get:

# /etc/init.d/apache start
Starting web server: apache/etc/init.d/apache: line 70: 14391 
Segmentation fault  start-stop-daemon --start --pidfile $PIDFILE 
--exec $DAEMON
failed
# /usr/sbin/apachectl start
/usr/sbin/apachectl: line 171: 14393 Segmentation fault  $HTTPD
/usr/sbin/apachectl start: httpd could not be started

So in both scripts there are suddently errors, it appears.
I am using Debian testing, kernel version 2.4.22-1-686 and libc6 
2.3.2.ds1-1.




Bug#225287: correction

2003-12-29 Thread Kevin Renskers
The bug is not in /usr/sbin/apachectl or /etc/init.d/apache but in 
Apache itself (stupid that I thought otherwise at first):

# /usr/sbin/apache start
Segmentation fault
I tried disabling the virtual hosts as discribed in bug 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=225056 but that didn't 
help. So I don't know what is causing this fault...




Bug#225287: found solution

2003-12-29 Thread Kevin Renskers
Okay, after even more searching through all the bug reports, I came 
across http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=224049 (in 
section libapache-mod-perl).

And indeed, after disabling mod_perl, apache is working again. When will 
this be fixed? And why wasn't this bug posted in the Apache section?