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

Re: [cobalt-users] web server on raq 4 not responding



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