On 15/10/12 10:27, Ralph Corderoy wrote:
Hi Tim,

What if you try http://192.168.0.55/index.html from your local PC?
Nothing, the browser is unable to find the page
Have a look at the output of

     sudo lsof -ni4tcp:80

It will list anything to do with port 80, including connections from
your browser to port 80 on remote servers so the output may be
sensitive.  You're looking for ones that say `LISTEN', that's a local
server, hopefully Apache, and it will say what interfaces it's listening
on, `*' for all of them.

Cheers, Ralph.


This is what I get

mit@vulcan ~ $ sudo lsof -ni4tcp:80
[sudo] password for mit:
COMMAND  PID USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
firefox 8342 mit 53u IPv4 11765792 0t0 TCP 192.168.0.55:33033->88.221.88.73:http (ESTABLISHED) firefox 8342 mit 54u IPv4 11763161 0t0 TCP 192.168.0.55:33034->88.221.88.73:http (ESTABLISHED) firefox 8342 mit 56u IPv4 11763162 0t0 TCP 192.168.0.55:33035->88.221.88.73:http (ESTABLISHED) firefox 8342 mit 57u IPv4 11763163 0t0 TCP 192.168.0.55:33036->88.221.88.73:http (ESTABLISHED) firefox 8342 mit 60u IPv4 11763164 0t0 TCP 192.168.0.55:33037->88.221.88.73:http (ESTABLISHED) firefox 8342 mit 61u IPv4 11763165 0t0 TCP 192.168.0.55:33038->88.221.88.73:http (ESTABLISHED) firefox 8342 mit 65u IPv4 11760861 0t0 TCP 192.168.0.55:37859->173.194.34.128:http (ESTABLISHED)

(and before anybody rushes to whois they are Akamai and Google IP)

No sign of Apache listening

Tim

--
Next meeting:  ???, ???day, 2012-11-?? 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread on mailing list:  mailto:[email protected]
How to Report Bugs Effectively:  http://goo.gl/4Xue

Reply via email to