* Duncan McGreggor (duncan at adytumsolutions.com) wrote: > Hey all, > > I've got a linux server that runs apache. The apache process is now > dead, but tcp port 80 is still listening. To confirm there is no > process associated with this I have done the following: > > netstat -pn|grep 80 > lsof -i|grep http > does fuser 80/tcp return anything when ran as root?