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