Re: apache won't start although no errors

2004-02-16 Thread David Purton
On Mon, Feb 16, 2004 at 04:15:49PM -0800, Brian wrote: > Hi, > Sorry, I found this was bug# 219535, (I think). Disable php4 and the > problem goes away. Course, so does php4 support. Hehe. Bummer. > I think it's actually the php imap module - just comment this out in php.ini. cheers dc --

Re: apache won't start although no errors

2004-02-16 Thread Brian
Hi, Sorry, I found this was bug# 219535, (I think). Disable php4 and the problem goes away. Course, so does php4 support. Hehe. Bummer. Brian -- ContagiousDesign! web . design . software . photo Brian Rose . programmer Stacey Rose . designer (604)-588-8827 . b_roseATshawDOTca -- To UNSUBSCRIB

Re: apache won't start although no errors

2004-02-16 Thread Brian
Hi, I tried strace again, this: [EMAIL PROTECTED]:/etc/apache$ sudo strace -f /etc/init.d/apache restart ... connect(5, {sa_family=AF_UNIX, path="/var/run/.nscd_socket"}, 110) = -1 ENOENT (No such file or directory) close(5)= 0 open("/etc/hosts", O_RDONLY)

Re: apache won't start although no errors

2004-02-15 Thread Brian
Hi, man strace ? I have the same problem with apache. What do I look for in the strace? - Here is the tail end of the output: If I run "sudo strace /etc/init.d/apache restart", I get: ... waitpid(-1, Processing config directory: /etc/apache/conf.d [WIFEXITED(s) && WEXITSTATUS(s

Re: apache won't start although no errors

2004-02-11 Thread Mark
On Sat, Feb 07, 2004 at 10:54:31AM -0500, Kevin Coyner wrote: > > This one is weird. > > I'm running apache 1.3, and just did a restart, and it won't come up. > > When I execute 'apachectl start' I get: > > [EMAIL PROTECTED]:$ apachectl start > Processing config directory: /etc/apache/conf.d >

Re: apache won't start although no errors

2004-02-07 Thread Kevin Coyner
On Sat, Feb 07, 2004 at 05:25:33PM -0500, Adam Aube wrote.. > On Saturday 07 February 2004 05:20 pm, Kevin Coyner wrote: > > > However, if now I go back into httpd.conf, and add the following line > > to a virtual host directive: > > SetEnv SQWEBMAIL_TEMPLATEDIR /home/vmail/sqwebmail > > an

Re: apache won't start although no errors

2004-02-07 Thread Adam Aube
On Saturday 07 February 2004 05:20 pm, Kevin Coyner wrote: > Through a lot of trial and error, I did manage to get back into a > running state. Actually, more like a limping state. > However, if now I go back into httpd.conf, and add the following line > to a virtual host directive: > SetEnv SQWE

Re: apache won't start although no errors

2004-02-07 Thread Kevin Coyner
On Sun, Feb 08, 2004 at 12:07:36AM +0530, Ritesh Raj Sarraf wrote.. > I too am having similar problems. > > executing /etc/init.d/apache start > shows no errors. But apache isn't running. No telnet response on port 80. Nothing. > Although apache-ssl works fine. > apachectl configtest on my

Re: apache won't start although no errors

2004-02-07 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I too am having similar problems. executing /etc/init.d/apache start shows no errors. But apache isn't running. No telnet response on port 80. Nothing. Although apache-ssl works fine. apachectl configtest on my machine also results in "Syntax OK". p

Re: apache won't start although no errors

2004-02-07 Thread Jacob S.
On Sat, 07 Feb 2004 12:50:51 -0500 Kevin Coyner <[EMAIL PROTECTED]> wrote: > I'm trying to install and config Apache2 now. I have it working, but > it won't run php files, even though php4 is installed and was working > fine under my old apache 1.3 setup. I believe the PHP4 module needs to be r

Re: apache won't start although no errors

2004-02-07 Thread Kevin Coyner
On Sat, Feb 07, 2004 at 10:48:02AM -0700, John M. Purser wrote.. > When I was experimenting with Apache it would show up in ps as "httpd" > not "Apache". True when you install from source tar.gz files or a RH rpm. But in Debian I've always only seen it as apache. And while my apache isn

RE: apache won't start although no errors

2004-02-07 Thread John M. Purser
When I was experimenting with Apache it would show up in ps as "httpd" not "Apache". -Original Message- From: Kevin Coyner [mailto:[EMAIL PROTECTED] Sent: Saturday, February 07, 2004 10:18 AM To: [EMAIL PROTECTED] Subject: Re: apache won't start although no e

Re: apache won't start although no errors

2004-02-07 Thread Kevin Coyner
On Sat, Feb 07, 2004 at 10:49:15AM -0600, Jacob S. wrote.. > The "Debian method" for doing this is "/etc/init.d/apache restart". > Have you tried this yet? Yes. Same result. Doesn't start, but no error msgs either. And I've got httpd.conf logging set to 'debug'. > > But when I check

Re: apache won't start although no errors

2004-02-07 Thread Jacob S.
On Sat, 07 Feb 2004 10:54:31 -0500 Kevin Coyner <[EMAIL PROTECTED]> wrote: > > This one is weird. > > I'm running apache 1.3, and just did a restart, and it won't come up. > > When I execute 'apachectl start' I get: > > [EMAIL PROTECTED]:$ apachectl start > Processing config directory: /etc/ap

Re: Apache won't start

2004-02-03 Thread Stephen
On Tue, Feb 03, 2004 at 02:36:05PM -0500 or thereabouts, charlie derr wrote: > Stephen wrote: > >On Tue, Feb 03, 2004 at 01:37:01PM -0500 or thereabouts, Adam Aube wrote: > > >>Could you post the full line in question from httpd.conf? > > > > > >Sure, does this help? > > Sure does. > > Try inste

Re: Apache won't start

2004-02-03 Thread Stephen
On Tue, Feb 03, 2004 at 02:32:48PM -0500 or thereabouts, Adam Aube wrote: > On Tuesday 03 February 2004 02:17 pm, Stephen wrote: > > On Tue, Feb 03, 2004 at 01:37:01PM -0500 or thereabouts, Adam Aube > wrote: > >> Could you post the full line in question from httpd.conf? > > > > Sure, does this he

Re: Apache won't start

2004-02-03 Thread charlie derr
Stephen wrote: On Tue, Feb 03, 2004 at 01:37:01PM -0500 or thereabouts, Adam Aube wrote: Could you post the full line in question from httpd.conf? Sure, does this help? Sure does. Try instead using: ServerName barnyard.sweetpig.dyndns.org --- # #ServerName new.host.

Re: Apache won't start

2004-02-03 Thread Adam Aube
On Tuesday 03 February 2004 02:17 pm, Stephen wrote: > On Tue, Feb 03, 2004 at 01:37:01PM -0500 or thereabouts, Adam Aube wrote: >> Could you post the full line in question from httpd.conf? > > Sure, does this help? > #ServerName new.host.name > barnyard.sweetpig.dyndns.org Absolutely. You have

Re: Apache won't start

2004-02-03 Thread Stephen
On Wed, Feb 04, 2004 at 12:14:52AM +0530 or thereabouts, Sandip Bhattacharya wrote: > Stephen wrote: > > > Starting web server: apacheSyntax error on line 313 of > > /etc/apache/httpd.conf: > > Invalid command 'barnyard.sweetpig.dyndns.org', perhaps > > mis-spelled or defined by a

Re: Apache won't start

2004-02-03 Thread Stephen
On Tue, Feb 03, 2004 at 01:37:01PM -0500 or thereabouts, Adam Aube wrote: > On Tuesday 03 February 2004 01:31 pm, Stephen wrote: > > As the subject says, it won't start. > > This is the error message: > > > Starting web server: apacheSyntax error on line 313 of > > /etc/apache/httpd.conf:

Re: Apache won't start

2004-02-03 Thread Sandip Bhattacharya
Stephen wrote: Starting web server: apacheSyntax error on line 313 of /etc/apache/httpd.conf: Invalid command 'barnyard.sweetpig.dyndns.org', perhaps mis-spelled or defined by a module not included in the server configuration failed Now the output of

Re: Apache won't start

2004-02-03 Thread Adam Aube
On Tuesday 03 February 2004 01:31 pm, Stephen wrote: > As the subject says, it won't start. > This is the error message: > Starting web server: apacheSyntax error on line 313 of > /etc/apache/httpd.conf: > Invalid command 'barnyard.sweetpig.dyndns.org' Could you post the full li

Re: Apache won't start. Apacheconfig spews warnings/errors.

2000-11-24 Thread Matt Miller
On Fri, Nov 24, 2000 at 08:38:06AM -0800, Brian wrote: > A recent update to one or more apache module installation > scripts resulted in quite a few services being turned off. > >[...] > > Whichever > apache update made the changes (I installed several at once) > disabled mod_status, mod_dir, mod_

Re: Apache won't start. Apacheconfig spews warnings/errors.

2000-11-24 Thread Brian
A recent update to one or more apache module installation scripts resulted in quite a few services being turned off. Edit the section of your /etc/apache/httpd.conf with the LoadModule lines and check to see which modules might not be enabled. Compare against a working server or see if you've got

Re: Apache won't start. Apacheconfig spews warnings/errors.

2000-11-24 Thread Chris Gray
I'm having the same problem and I know that none of the solutions provided so far will work. I do have apache-common installed. I went to the lengths of commenting out the ExtendedStatus line in httpd.conf and then got a similar syntax error on the first "Order" directive. I commented that out a

Re: Apache won't start. Apacheconfig spews warnings/errors.

2000-11-24 Thread Silver
You need to activate mod_status to use ExtendedStatus Silver - Original Message - From: "Matt Miller" <[EMAIL PROTECTED]> To: Sent: Friday, November 24, 2000 8:23 AM Subject: Apache won't start. Apacheconfig spews warnings/errors. > Syntax error on line 248 of /etc/apache/httpd.conf: >

Re: Apache won't start. Apacheconfig spews warnings/errors.

2000-11-24 Thread Pluto
Hi, Have you installed apache-common? > Running unstable, I do this: > > apachectl start > > And get this: > > Syntax error on line 248 of /etc/apache/httpd.conf: > Invalid command 'ExtendedStatus', perhaps mis-spelled or > defined by a module not included in the s

Re: Apache won't start. Apacheconfig spews warnings/errors.

2000-11-24 Thread Daniel Mettler
hi matt, On Fri, 24 Nov 2000, Matt Miller wrote: > Are the apacheconfig messages related to the invalid commands in > /etc/apache/httpd.conf? Is Perl issuing errors or warnings? i do not know as i run potato. i do not use apacheconfig as i can hardly imagine a script that really configures apach