I set up a web server in my Windows 7 with easyPHP. The website works fine when you browse to http://localhost/ or http://127.0.0.1/. But, you can't open the site from another computer in my LAN. My local IP is in the 10.x.x.x range. I can ping other machines on the same LAN. But, I cannot browse to 10.x.x.x from my own or any other PC.
I am currently easyPHP on Windows 7 with the firewall turned off on my private network.
P.S.: I fixed one problem: In httpd.conf I changed Listen 127.0.0.1:80 to Listen 80. Now browsing the page using localhost works fine, but using 10.x.x.x I get an Access forbidden message.