Author |
|
hiba
Joined: 14 Jun 2013 Posts: 4
|
Posted: Sat 15 Jun '13 11:29 Post subject: After Install: could not bind to address 0.0.0.0:80 etc. |
|
|
I downloaded httpd-2.4.4-win64.zip from http://www.apachelounge.com/download/win64/
did all steps below reached to C:\Apache24\bin\httpd.exe -k install
when i press enter i get :
The Apache2.4 is successfully installed
Then after testing httpd.conf i got error httpd.exe could not reliably determine the server's fully qualified do main name, using fe80::a1d7:bd3f:41d1:a1bb. Set the 'server name' directive globally to suppress this message.
An attempt was made to access a socket i a way forbidden by its access permissions. : AH00072: make_sock: could not bind to address [::]:80
<OS 10013> An attempt was made to access a socket i a way forbidden by its access permissions. : AH00072: make_sock: could not bind to address 0.0.0.0:80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
What should i do ?? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3120 Location: Hilversum, NL, EU
|
Posted: Sat 15 Jun '13 20:22 Post subject: |
|
|
Some app is already using port 80.
Skype running ?
Check in a Command windows:
>netstat -o -n -a | findstr :80
There is a list from james which programs blocks apache
http://www.apachelounge.com/viewtopic.php?t=1265 |
|
Back to top |
|
hiba
Joined: 14 Jun 2013 Posts: 4
|
Posted: Sun 16 Jun '13 10:26 Post subject: |
|
|
No Skype was working i changes listen 80 to listen 8080 now its green thnx for the reply |
|
Back to top |
|
hiba
Joined: 14 Jun 2013 Posts: 4
|
Posted: Sun 16 Jun '13 15:03 Post subject: |
|
|
I'm sorry i said it worked but i needed to restart my computer now its not working ! when i test port 80 i get the msg its used by MICROSOFT-HTTPAPI/2.0 what should i do !!! i cant get to my local host i need to finish my work !!! |
|
Back to top |
|
glsmith Moderator

Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
|
Back to top |
|