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: Random Offline
Author
TheCase



Joined: 09 Mar 2012
Posts: 5

PostPosted: Wed 13 Feb '13 16:55    Post subject: Random Offline Reply with quote

Hi,

Randomly my server goes offline. There is no pattern to this. It can be fine for weeks then have 5 issues in one day. I have to restart Apache and it all come back on.

I'm not sure where to start to look for errors as I'm not that experienced. Any suggestions will be helpful

Server Info
Windows Server 2008 R2 Standard Edition
PHP Version 5.4.9
Apache Version Apache/2.4.1 (Win32)
MySQL version 5.0.10


Thanks
Back to top
glsmith
Moderator


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

PostPosted: Wed 13 Feb '13 21:22    Post subject: Reply with quote

In the error log is where to start looking.

If you're seeing this:
(OS 64)The specified network name is no longer available. : AH00341: winnt_accept: Asynchronous AcceptEx failed

try adding to your httpd.conf
AcceptFilter http none
AcceptFilter https none
Back to top
TheCase



Joined: 09 Mar 2012
Posts: 5

PostPosted: Thu 14 Feb '13 1:10    Post subject: Reply with quote

Thanks but I'm not seeing that error this is my log

[Wed Feb 13 17:11:14.792400 2013] [mpm_winnt:notice] [pid 2572:tid 536] AH00455: Apache/2.4.1 (Win32) PHP/5.4.9 configured -- resuming normal operations
[Wed Feb 13 17:11:14.792400 2013] [mpm_winnt:notice] [pid 2572:tid 536] AH00456: Server built: Feb 28 2012 19:38:45
[Wed Feb 13 17:11:14.792400 2013] [core:notice] [pid 2572:tid 536] AH00094: Command line: 'c:\\Apache24\\bin\\httpd.exe -d C:/Apache24'
[Wed Feb 13 17:11:14.792400 2013] [mpm_winnt:notice] [pid 2572:tid 536] AH00418: Parent: Created child process 688
AH00558: httpd.exe: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
AH00558: httpd.exe: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
[Wed Feb 13 17:11:15.728400 2013] [mpm_winnt:notice] [pid 688:tid 476] AH00354: Child: Starting 64 worker threads.
Back to top
glsmith
Moderator


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

PostPosted: Thu 14 Feb '13 10:53    Post subject: Reply with quote

There is nothing in your error log.

What you describe however sounds like the winnt_acceptex failure, so I suggest giving those AcceptFilter lines a try. It can't hurt and if the server continues to pull this prank, you can just remove them later.
Back to top


Reply to topic   Topic: Random Offline View previous topic :: View next topic
Post new topic   Forum Index -> Apache