> Date: Sun, 23 Jan 2000 10:01:05 +1100
> 
> I'm fiddling around with my Apache config. To test my changes I kill the
> httpd process, then try to run it again with 
> httpd -f /pathtotheconfigfile
> and although I don't get any error message, there is subsequently no
> httpd process shown nor does it serve.  What have I done wrong?

You've probably already tried httpd -t (test config) option. Another
thing that might give you a clue is 
strace httpd -X -f /pathtotheconfigfile 2>&1 | less
at least that'll tell you where it's dying. Are there any core files
left behind by any chance?

---<GRiP>---
Grant Parnell [EMAIL PROTECTED] ([EMAIL PROTECTED]) 
Ph: 02-9715-6171  Mobile 0408-686-201 Web: http://www.poboxes.com/gripz

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to