At Sat, 9 Aug 2003 02:52:01 +0100, Matthew Wilcox wrote: > [EMAIL PROTECTED]:~$ sudo /etc/init.d/apache start > Starting web server: apache/etc/init.d/apache: line 70: 29184 Segmentation fault > start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON > failed > > [EMAIL PROTECTED]:~# /usr/sbin/apache > Segmentation fault
Could you tell me which apache version do you use? > Program received signal SIGSEGV, Segmentation fault. > server_type (cmd=0x60000000000282e3, dummy=0x600000000001a598, arg=0x600000000 > 282d8 "standalone") at http_core.c:2032 > 2032 http_core.c: No such file or directory. > in http_core.c http_core.c:2032 is not server_type() in apache 1.3.27.0-2, so your apache is not the latest. > (gdb) bt > #0 server_type (cmd=0x60000000000282e3, dummy=0x600000000001a598, arg=0x60000 > 0000282d8 "standalone") at http_core.c:2032 > #1 0x4000000000020f80 in server_type (cmd=0x600000000000cf20, dummy=0x60000ff > fffb7c0, arg=0x600000000001a598 "") at http_core.c:2028 > #2 0x60000fffffff97cb in ?? () > #3 0x4000000000020f80 in server_type (cmd=0x0, dummy=0x0, arg=0x0) at http_co > .c:2028 Regards, -- gotom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

