Apache HTTP Server Crash on Windows Server 2008

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Apache HTTP Server Crash on Windows Server 2008

Postby lbigham » 22. July 2014 18:01

I'm running apache for our company intranet and I'm getting a crash error at least once a day. Below is a few lines of the error report. I don't know where to begin to fix. Any help is Much Appreciated!!
-------------------
[Tue Jul 22 10:23:49 2014] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Tue Jul 22 10:23:49 2014] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Jul 22 10:23:58 2014] [notice] Digest: generating secret for digest authentication ...
[Tue Jul 22 10:23:58 2014] [notice] Digest: done
[Tue Jul 22 10:24:03 2014] [notice] Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Tue Jul 22 10:24:03 2014] [notice] Server built: Nov 11 2009 14:29:03
[Tue Jul 22 10:24:03 2014] [notice] Parent: Created child process 4436
[Tue Jul 22 10:24:05 2014] [notice] Digest: generating secret for digest authentication ...
[Tue Jul 22 10:24:05 2014] [notice] Digest: done
[Tue Jul 22 10:24:05 2014] [notice] Child 4436: Child process is running
[Tue Jul 22 10:24:05 2014] [notice] Child 4436: Acquired the start mutex.
[Tue Jul 22 10:24:05 2014] [notice] Child 4436: Starting 150 worker threads.
[Tue Jul 22 10:24:05 2014] [notice] Child 4436: Starting thread to listen on port 443.
[Tue Jul 22 10:24:05 2014] [notice] Child 4436: Starting thread to listen on port 80.
[Tue Jul 22 10:24:05 2014] [notice] Child 4436: Starting thread to listen on port 443.
[Tue Jul 22 10:24:05 2014] [notice] Child 4436: Starting thread to listen on port 80.
[Tue Jul 22 10:48:51 2014] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Tue Jul 22 10:48:51 2014] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Tue Jul 22 10:48:51 2014] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
lbigham
 
Posts: 1
Joined: 22. July 2014 17:52
Operating System: windows server 2008

Re: Apache HTTP Server Crash on Windows Server 2008

Postby JJ_Tagy » 22. July 2014 18:20

JJ_Tagy
 
Posts: 788
Joined: 30. January 2012 13:44
XAMPP version: 5.5.15
Operating System: Windows 10 Pro x64

Re: Apache HTTP Server Crash on Windows Server 2008

Postby gsmith » 22. July 2014 18:33

Looking at the posted thread from Apache Lounge;

AcceptFilter https none
AcceptFilter http none

These will certainly get rid of the AcceptEx errors.

EnableSendfile Off

Being this is documented as being the default for EnableSendfile, adding this will do nothing IMO.

EnableMMAP Off

This might help with the child crashing. Any number of things can cause the child process to crash but usually 3rd party modules. Running PHP inside the Apache process is often a cause and is why many who run Apache in a production environment use mod_fcgid to move PHP out of the Apache process and into it's own.
gsmith
 
Posts: 278
Joined: 29. November 2013 18:04
Location: San Diego
XAMPP version: 0.0.0
Operating System: Win 10/2012R VS 14,15,16


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 121 guests