Reputation: 11
These are the error message I get while trying to run Apache from Xampp control panel. I am using Windows 8 and XAMPP Version: 1.8.2
Error Message :
The Apache service named reported the following error: (OS 10013) An attempt was made to access a socket in a way forbidden by its access permissions. : AH00073: make_sock: unable to listen for connections on address 0.0.0.0:80
I have already tried these solutions but no use :
Control Panel error:
Windows event view error:
Upvotes: 1
Views: 2354
Reputation: 43
I know this is an old thread. I don't have enough reps to upvote. :( But after 2 hours of troubleshooting, changing the http.conf and httpd-ssl.conf files for the listener and port references to 8080, and still getting this error, but @afkari got it. Running XAMPP as administrator resolved my issue (Windows 10).
Upvotes: 1
Reputation: 1
. . . made to access a socket in a way forbidden by its access permissions . . .
Do you run xampp with administrator access in windows 8.* ?
Xampp on windows 8 need administrator access to work correctly.
Follow there steps :
When the UAC message is displayed, do one of the following:
OR
You can use this link on microsoft website :
Upvotes: 0