Hi there.

Tried 192.168.1.4 (hard assigned), 127.0.0.1, localhost and 0.0.0.0: nothing
shows up.  

Tried netstat -ln and nothing showing "8080" in any return.  



Jason Woods Wrote:
-------------------------------------------------------
> Try port scan your network assigned IP and not 127.0.0.1.
> 
> If something listens on 192.168.0.10:8080 for example, which is not
> 127.0.0.1, it will block requests for listening on "all interfaces"
> (0.0.0.0) which Nginx is trying to do, because one or more interface
> is in use for that port.
> 
> netstat -ln
> Will tell you all listening ports and interfaces on most OS and is
> always preferred over port scans as its direct information that does
> not rely on successful connection that a firewall may block.
> 
> Hope it helps
> 
> Jason

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,258229,258235#msg-258235

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to