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

2004-06-10 Thread William R. McDonough
> > Do you have mod_perl installed (dpkg --status libapache-mod-perl) ? [EMAIL PROTECTED]: ~]$ dpkg --status libapache-mod-perl Package: libapache-mod-perl Status: install ok installed Priority: optional Section: web Installed-Size: 1276 Maintainer: Debian Apache Maintainers Architecture: i386 S

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

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

2004-06-10 Thread William R. McDonough
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. # If the perl module is installed, this will be enabled. ## ## Alias /perl/ /var/www/perl/ ## ##SetHandler perl-script ##PerlHandler Apache::Registry #

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 '

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

2004-06-08 Thread William R. McDonough
> 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 ']' + '[' -f /var/run/apache.pid ']' ++ cat /var/run/apache.pid + PID=14803 + '[' x14803 '!='

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

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

2004-06-08 Thread William R. McDonough
> hmmm apacheclt is a shell script and uses /bin/sh > Which shell is linked to /bin/sh ? If it is not bash can you try to change > it to /bin/bash? > > I think it could be that /bin/sh is a broken symlink or something... Any ideas on maybe some GDB settings... [EMAIL PROTECTED]: /bin]$ ls -aFl

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

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

2004-06-08 Thread William R. McDonough
> Can you compare the md5sum? > > md5sum /usr/sbin/apache* > 34d0b1e7407e3f169028cf0f9cc871b7 /usr/sbin/apache > 8a5ac7ab4a335b8629e846eb578b86d6 /usr/sbin/apacheconfig > a0e409b4d3e70f3a8d7e5b72f1ebe9bd /usr/sbin/apachectl > 8a5ac7ab4a335b8629e846eb578b86d6 /usr/sbin/apache-modconf 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, 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

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

2004-06-08 Thread William R. McDonough
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. > Please run the following commands for me: > > /etc/init.d/apache stop > > to be sure nothing is running. [EMAIL PROT

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

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

2004-06-07 Thread William R. McDonough
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 about: [EMAIL PROTECTED]: ~]$ apachectl start Bareword found wher