[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Web Server not responding
- Subject: Re: [cobalt-users] Web Server not responding
- From: flash22@xxxxxxx
- Date: Mon Feb 12 20:57:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Mon, 12 Feb 2001, Richard Young wrote:
> Forgot to add - this is on a RAQ 4r
> tried httpd.init start - but it was telling me that the httpd.init is an
> invalid directory.
> A listing of the init.d directory shows only text files and no
> subdirectories beyond that.
There aren't any subdirectories in there, those are the scripts....
try
/etc/rc.d/init.d/httpd.init start
ps: the files in there should all be owned by root, read only (except by
root), executable, and the httpd script should be about 1k in size....
if that doesn't work, try
apachectl start
(or restart might be safer unless you're sure it's dead)
Note: in general, the first is better than using apachectl, as they don't
talk to each other well)
as a last resort only....
/usr/sbin/httpd
you shouldn't normally run it this way, but it might give better
messages...note: funny things will happen when you stop it if you start it
this way, this is normal, the lock files will be missing)
gsh