on my machine I have installed nginx server. I am able to access it using <a href="http://localhost/" target="_blank">http://localhost</a><br>
<br>
But when I try to connect it from other machine using my machine's 
IP(172.16.10.211) address and port number(80), it fails. It just doesn't
 connect.<br>
In both the machines, I have made firewalls OFF.<br>
Host machine having linux has selinux disabled and other machine having window's OS has all firewalls OFF.<br>
--------------------------------------------------------------------<br>
[root@localhost ~]# uname -r<br>
2.6.18-238.19.1.el5<br>
---------------------------------------------------------------------<br>
<br>
Please help me know the solution to access nginx server from other machine on same LAN.