[nzlug] Apache Restarting Problems

Hadley Rich hads at nice.net.nz
Wed Mar 19 13:27:34 NZST 2008


On Wednesday 19 March 2008 14:24:02 Rob wrote:
> thanks for the reply's guys
>
> netstat -plnt | grep 80 gave me this:
>
> [root at me ~]# netstat -plnt |grep 80
> tcp        0      0 0.0.0.0:5801                0.0.0.0:*
> LISTEN      2070/Xvnc
> tcp        0      0 0.0.0.0:5802                0.0.0.0:*
> LISTEN      2101/Xvnc
> tcp        0      0 :::80                       :::*
> LISTEN      1945/httpd
> [root at me ~]#
>
> that random 0.0.0.0 thing

0.0.0.0 just means that the program is listening on all IP addresses on the 
system.

So it looks like httpd (apache) isn't stopping for one reason or another.

You should be able to kill it with `kill 1945` (as root). 1945 is the current 
process id of apache.

hads
-- 
http://nicegear.co.nz
VoIP, DVB and other Linux compatible hardware. Linux laptops.



More information about the NZLUG mailing list