Thursday, November 8, 2012

How to solve problem "(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : make_sock: could not bind to address 0.0.0.0:80"

This error happens while install Appache, but port 80 is used by other application

Disable all of applications for Port 80
- Run netstat -ao to check if any application is listening this port
http://www.sitepoint.com/unblock-port-80-on-windows-run-apache/

No comments:

Post a Comment