[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Webserver restart RAQ2



On Mon, 5 Mar 2001, Katrin [iso-8859-1] Çappar wrote:

> > Try /etc/rc.d/init.d/httpd.init restart
> 
> I tried before, but always get the message
> command not found. Just /usr/sbin/httpd restart
> seems to work, but I'm not sure if it is ok.

This works, but it's not quite the same, it makes apache completly stop
and start up again. It can get lock files out of sync...it also won't
update flags that the GUI uses to tell you the server is running...

> Is there any log file, were I can see how long/since
> when the httpd daemon is running?

You can see the restart/start/stop messages in the error log,,try

grep notice /var/log/httpd/error |tail

Note that the admin web server is seperate from the main server, it has
it's own start/stop script  and it's logs go elsewhere...

gsh