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: Installing httpd-2.2.3-win32-x86-ssl.zip
Author
new to this



Joined: 06 Dec 2006
Posts: 2

PostPosted: Thu 07 Dec '06 18:24    Post subject: Installing httpd-2.2.3-win32-x86-ssl.zip Reply with quote

I am very new to this so please bare with me. I downloaded httpd-2.2.3-win32-x86-ssl.zip from apachelounge.com and followed all the instructions that came along with it but i stay recieving the following error:
----------------------------------------------------------------------------------------------------------------------------
C:\APACHE2\BIN>httpd.exe -k install
Installing the Apache2 service
The Apache2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
----------------------------------------------------------------------------------------------------------------------------

I have also tried changing the port in httpd.config but when doing this i get a new error which says something about there not being enough directives. Sad

Could you please give me some advise on this.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Thu 07 Dec '06 18:45    Post subject: Reply with quote

There is a programm listen on Port 80 or a Firewall blocks port 80

Do you run skype? Skype also blocks Port 80
Back to top
new to this



Joined: 06 Dec 2006
Posts: 2

PostPosted: Fri 08 Dec '06 0:42    Post subject: Reply with quote

No i dont run skype. What else could it be and how can i fix it?
Back to top
pnllan



Joined: 05 Dec 2005
Posts: 221

PostPosted: Fri 08 Dec '06 8:22    Post subject: Reply with quote

Something on your system is utilizing OR blocking Port 80.

CurrPorts can show you what is using Port 80. It's free and can be downloaded at the below link:

http://www.nirsoft.net/utils/cports.html

If nothing shows up in CurrPorts, then you have something blocking the port - Something like Windows Firewall, most modern Anti-Virus software include some type of 'soft' firewall (like Windows Firewall).
Back to top
cncser



Joined: 09 Dec 2006
Posts: 1

PostPosted: Sat 09 Dec '06 3:50    Post subject: Reply with quote

You can try to close the service of Windows IIS. And check the port 80.
Back to top
psadac



Joined: 09 Dec 2006
Posts: 1
Location: France

PostPosted: Sun 10 Dec '06 0:41    Post subject: Reply with quote

you can use tcpview to see which process is using port 80 :

http://www.microsoft.com/technet/sysinternals/Networking/TcpView.mspx
Back to top


Reply to topic   Topic: Installing httpd-2.2.3-win32-x86-ssl.zip View previous topic :: View next topic
Post new topic   Forum Index -> Apache