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: installation errors |
|
Author |
|
mkarmali
Joined: 09 Aug 2012 Posts: 13 Location: Canada, Edmonton
|
Posted: Sat 11 Aug '12 19:59 Post subject: installation errors |
|
|
I typed in httpd.exe and got the following error messages:
OS10048 Only one usage of each socket address is normally permited
AH00072 make_sock: could not bind to address [::]:80
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
Please help.
Thanks |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Sun 12 Aug '12 5:24 Post subject: |
|
|
This means something else is running on the same port (default is 80) and you need to find it and change the port this conflicting program is running on.
netstat -ab
should tell you what all is running on what port.
Code: | [httpd.exe]
TCP 0.0.0.0:80 COMP3:0 LISTENING |
shows that httpd.exe is listening on port 80, the 0.0.0.0 means all IP addresses on the machine. |
|
Back to top |
|
mkarmali
Joined: 09 Aug 2012 Posts: 13 Location: Canada, Edmonton
|
Posted: Sun 12 Aug '12 22:39 Post subject: |
|
|
I was able to solve this problem.
I has started apache as a service before doing the install.
I removed the service and then started getting the problem that I have mentioned in my other post:
Installation errors 2 |
|
Back to top |
|
|
|
|
|
|