Re: Bug#253203: apache will not start due to syntax error

2004-06-10 Thread Fabio Massimo Di Nitto
On Thu, 10 Jun 2004 [EMAIL PROTECTED] wrote: > On Thu, Jun 10, 2004 at 10:16:34AM -0400, William R. McDonough wrote: > > I have removed the following lines from my httpd.conf > > > > I have no idea why they were in there... but everything works fine without > > them. > > Do you have mod_perl inst

Re: Bug#253203: apache will not start due to syntax error

2004-06-10 Thread rm
On Thu, Jun 10, 2004 at 10:16:34AM -0400, William R. McDonough wrote: > I have removed the following lines from my httpd.conf > > I have no idea why they were in there... but everything works fine without > them. Do you have mod_perl installed (dpkg --status libapache-mod-perl) ? > # If the per

Re: Bug#253203: apache will not start due to syntax error

2004-06-08 Thread rm
On Tue, Jun 08, 2004 at 10:37:45AM -0400, William R. McDonough wrote: > > Try "bash -x /usr/sbin/apachectl start" > > > > -- > > + PIDFILE=/var/run/apache.pid > + HTTPD=/usr/sbin/apache > + LYNX=lynx -dump > + STATUSURL=http://localhost/server-status > + ERROR=0 > + ARGV=start > + '[' xstart = x '

Re: Bug#253203: apache will not start due to syntax error

2004-06-08 Thread Matthew Wilcox
On Tue, Jun 08, 2004 at 09:53:49AM -0400, William R. McDonough wrote: > [EMAIL PROTECTED]: /bin]$ ls -aFl sh > lrwxrwxrwx1 root root4 May 10 09:42 sh -> bash* > > [EMAIL PROTECTED]: /usr/sbin]$ head -1 /usr/sbin/apachectl > #!/bin/bash > > [EMAIL PROTECTED]: /usr/sbin]$ apache

Re: Bug#253203: apache will not start due to syntax error

2004-06-08 Thread Fabio Massimo Di Nitto
On Tue, 8 Jun 2004, William R. McDonough wrote: > 34d0b1e7407e3f169028cf0f9cc871b7 /usr/sbin/apache > 8a5ac7ab4a335b8629e846eb578b86d6 /usr/sbin/apache-modconf > cf518d10df69144b16f10665bba39348 /usr/sbin/apache-perl > 8a5ac7ab4a335b8629e846eb578b86d6 /usr/sbin/apache-perlconfig > e55eebf2281f

Re: Bug#253203: apache will not start due to syntax error

2004-06-08 Thread Fabio Massimo Di Nitto
On Tue, 8 Jun 2004, William R. McDonough wrote: > > I've already tried all this... but here's the output for your benefit. > I was hoping for some sort of gdb or extended debugging ideas to tell me > what file apache is choaking on. Can you compare the md5sum? md5sum /usr/sbin/apache* 34d0b1e740

Re: Bug#253203: apache will not start due to syntax error

2004-06-08 Thread Fabio Massimo Di Nitto
On Tue, 8 Jun 2004, Fabio Massimo Di Nitto wrote: > try to start apache again and keep an eye on /var/log/error.log. oops /var/log/apache/error.log Fabio -- fajita: step one Whatever the problem, step one is always to look in the error log. fajita: step two When in danger or in doubt, step

Re: Bug#253203: apache will not start due to syntax error

2004-06-08 Thread Fabio Massimo Di Nitto
On Mon, 7 Jun 2004, William R. McDonough wrote: > Package: apache > Version: 1.3.31-1 > > Sometime in the last 24 hours, probably after an upgrade... not sure... > Apache died and will not restart. > The error given is not enough information for me to find which file apache > is complaining abou