[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] web server on raq 4 not responding
- Subject: Re: [cobalt-users] web server on raq 4 not responding
- From: Marko Èehaja <Internut@xxxxxxxxxxxxxx>
- Date: Mon Mar 4 05:35:47 2002
- Organization: Thetaworld Services & Computer Club Kosmos Banjaluka
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello,
On Tue, Mar 05, 2002 at 12:16:30AM +1000, Kai wrote:
>
> There was actually 5 times as many but this email would be too long :).
>
> Now.. For some reason it's not responding. So I kill them all. To do this:
>
> kill -9 19727 ( or whatever pid it is )
>
> So in my case above I would type:
> kill -9 19727
> kill -9 25254
> kill -9 25255
I think, more proper way would be simply:
/etc/rc.d/init.d/httpd stop
and that takes care about everything needed. When you do kill -9, it
interrupts the server and maybe breaks some process.
Sincerely,
Marko