logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: After Install: could not bind to address 0.0.0.0:80 etc.
Author
hiba



Joined: 14 Jun 2013
Posts: 4

PostPosted: Sat 15 Jun '13 11:29    Post subject: After Install: could not bind to address 0.0.0.0:80 etc. Reply with quote

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

PostPosted: Sat 15 Jun '13 20:22    Post subject: Reply with quote

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

PostPosted: Sun 16 Jun '13 10:26    Post subject: Reply with quote

No Skype was working i changes listen 80 to listen 8080 now its green Smile thnx for the reply
Back to top
hiba



Joined: 14 Jun 2013
Posts: 4

PostPosted: Sun 16 Jun '13 15:03    Post subject: Reply with quote

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

PostPosted: Mon 17 Jun '13 11:03    Post subject: Reply with quote

See http://www.ferolen.com/blog/microsoft-httpapi2-0-use-port-80-cannot-start-wamp-apache/
Back to top


Reply to topic   Topic: After Install: could not bind to address 0.0.0.0:80 etc. View previous topic :: View next topic
Post new topic   Forum Index -> Apache