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: What's going on?
Author
javaJosh94



Joined: 21 Feb 2011
Posts: 5

PostPosted: Mon 21 Feb '11 20:29    Post subject: What's going on? Reply with quote

I tried to open up my website for external users but now Apache wont start!

here's what's showing up in the log:
Code:
[Mon Feb 21 12:41:07 2011] [warn] pid file C:/Program Files/EasyPHP-5.3.5.0/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Feb 21 12:41:08 2011] [notice] Apache/2.2.17 (Win32) PHP/5.3.5 configured -- resuming normal operations
[Mon Feb 21 12:41:08 2011] [notice] Server built: Oct 18 2010 01:58:12
[Mon Feb 21 12:41:08 2011] [notice] Parent: Created child process 6132
[Mon Feb 21 12:41:09 2011] [notice] Child 6132: Child process is running
[Mon Feb 21 12:41:09 2011] [notice] Child 6132: Acquired the start mutex.
[Mon Feb 21 12:41:09 2011] [notice] Child 6132: Starting 64 worker threads.
[Mon Feb 21 12:41:09 2011] [notice] Child 6132: Starting thread to listen on port 80.
The Apache2.2 service is restarting.
Failed to restart the Apache2.2 service.
t: Received restart signal -- Restarting the server.
[Mon Feb 21 12:43:09 2011] [notice] Child 6132: Exit event signaled. Child process is ending.
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted.  : make_sock: could not bind to address 50.88.147.63:80
no listening sockets available, shutting down
Unable to open logs
[Mon Feb 21 12:43:09 2011] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request.  : winnt_accept: Asynchronous AcceptEx failed.
[Mon Feb 21 12:43:10 2011] [notice] Child 6132: Released the start mutex
[Mon Feb 21 12:43:11 2011] [notice] Child 6132: All worker threads have exited.
[Mon Feb 21 12:43:11 2011] [notice] Child 6132: Child process is exiting
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Mon 21 Feb '11 21:16    Post subject: Reply with quote

(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 50.88.147.63:80

means something else is listening on port 80, skype comes to mind or is Apache already running?
from the command line
netstat /ab

Look for what's using port 80 ... if it's httpd.exe, Apache's already running.
Back to top
javaJosh94



Joined: 21 Feb 2011
Posts: 5

PostPosted: Mon 21 Feb '11 21:35    Post subject: Reply with quote

ah! It was skype running on my desktop. But even after shutting it down I'm getting the same error.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 22 Feb '11 1:06    Post subject: Reply with quote

You're still getting this?
Only one usage of each socket address

Skype is often a culpret but you really need to run that netstat command on the same machine Apache is on.

Example output from netstat /ab
Code:

 Proto  Local Address          Foreign Address        State
 TCP    0.0.0.0:80             LOCAL3:0                 LISTENING
[httpd.exe]


That's Apache running on port 80 on my laptop
Back to top
javaJosh94



Joined: 21 Feb 2011
Posts: 5

PostPosted: Thu 03 Mar '11 1:36    Post subject: Reply with quote

okay I did that and I'm not getting anything running on port 80, I also checked my other computers in the house. Ah!! I got it working. Thanks Wink funny.. as I was typing this windows firewall popped up telling me it was blocked. Oops :/ could have sworn I shut that off!
Back to top


Reply to topic   Topic: What's going on? View previous topic :: View next topic
Post new topic   Forum Index -> Apache