Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: make_sock: could not bind to address 0.0.0.0:80 |
|
Author |
|
sgangey
Joined: 11 Sep 2016 Posts: 3 Location: USA, Austin, Texas
|
Posted: Tue 13 Sep '16 2:53 Post subject: make_sock: could not bind to address 0.0.0.0:80 |
|
|
Admin note: Split from www.apachelounge.com/viewtopic.php?t=2394
Command line response:
-----
C:\Windows\System32>cd \apache24
C:\Apache24>httpd
(OS 10013)An attempt was made to access a socket in 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 in 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
C:\Apache24>
----
Same thing happened the first time. Port 80 is being used by the NT Kernel. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Mon 19 Sep '16 14:58 Post subject: |
|
|
On Windows 10 there is sometimes an error that port 80 is blocked, it might be W3SVC service. Set it to "manual" starting.
french name is: "Service de publication World Wide Web"
english name is: "World Wide Web Publishing Services"
german name is: "WWW-Publishingdienst"
Polish name is: "Usluga publikowania w sieci WWW"
Russian name is "Служба веб-публикаций" |
|
Back to top |
|
sgangey
Joined: 11 Sep 2016 Posts: 3 Location: USA, Austin, Texas
|
Posted: Tue 20 Sep '16 2:46 Post subject: Blinking Cursor |
|
|
Thanks for the input.
Good news I think, no error.
On execution of HTTPD it drops one line and blinks forever.... |
|
Back to top |
|
sgangey
Joined: 11 Sep 2016 Posts: 3 Location: USA, Austin, Texas
|
Posted: Tue 20 Sep '16 12:48 Post subject: Installed successfully |
|
|
After setting the W3SVC service to manual running httpd pretty much did nothing.
So I decided to try a couple things....
C:\Apache24>httpd -k start
[Tue Sep 20 05:30:31.408904 2016] [mpm_winnt:error] [pid 832:tid 360] (OS 2)The system cannot find the file specified. : AH00436: No installed service named "Apache2.4".
Found that interesting so I did this next....
C:\Apache24>httpd -k install
Installing the 'Apache2.4' service
The 'Apache2.4' service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
C:\Apache24>httpd -k start
C:\Apache24>
Then I ran "localhost" in a browser and got "It works!"
Now if I could just find the remaining setup procedures I'd be in great shape.
Thanks! Still looking! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|