Author |
|
javaJosh94
Joined: 21 Feb 2011 Posts: 5
|
Posted: Mon 21 Feb '11 20:29 Post subject: What's going on? |
|
|
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
|
Posted: Mon 21 Feb '11 21:16 Post subject: |
|
|
(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
|
Posted: Mon 21 Feb '11 21:35 Post subject: |
|
|
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
|
Posted: Tue 22 Feb '11 1:06 Post subject: |
|
|
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
|
Posted: Thu 03 Mar '11 1:36 Post subject: |
|
|
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 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 |
|