Solve the problem that other machines in intranet can't access the local Apache website
Win7 installed Apache, this machine can access, LAN other machines cannot access
(Oracle is also a similar problem, the solution is, in fact, a kind of problem)
Under the vista/win7 system, due to the system security restrictions, our own Apache or IIS server in the local area network, other people's machines can not be accessed, the solution is as follows:
Click Advanced Settings on the left side of Control Panel > System and Security > Windows Firewall
Click the left inbound rule, then click the new rule on the right, and then in the Incoming Rule wizard that pops up
Rule type: Port
Protocols and ports we chose the TCP protocol and the specific local port (example: 80)
Action: Allow connection
When to apply a rule with all (domain, public, private) selected
Enter a name and description
Click Finish, OK.
With the above settings, other computers on the same LAN can use your IP address to access the server you have built.
The settings in server2008 are: Click My Computer Right button-The Server Manager---Configure----Advanced Security Windows Firewall---Inbound rules, and then press the above method.
Original: http://www.server110.com/apache/201310/1978.html