narsuman Posted June 30, 2014 Report Share Posted June 30, 2014 Hello ! I set up new server (Windows Server 2008 R2) and it was smoothly almost a week But It crashed after five day running. And today it made same crash down Any ideas or solution proposals? Br,NarsuMan Apache Http Server error message: Problem signature: Problem Event Name: APPCRASH Application Name: httpd_z.exe Application Version: 2.4.9.0 Application Timestamp: 5326c43e Fault Module Name: php5ts.dll Fault Module Version: 5.4.29.0 Fault Module Timestamp: 539183cf Exception Code: c0000005 Exception Offset: 000ab5bf OS Version: 6.1.7601.2.1.0.272.7 Locale ID: 1035 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789 Some lines from apache log: [Mon Jun 30 10:21:55.906538 2014] [mpm_winnt:notice] [pid 4164:tid 156] AH00428: Parent: child process 2844 exited with status 3221225477 -- Restarting.[Mon Jun 30 10:21:57.591349 2014] [mpm_winnt:notice] [pid 4164:tid 156] AH00455: Apache/2.4.9 (Win32) PHP/5.4.29 configured -- resuming normal operations[Mon Jun 30 10:21:57.591349 2014] [mpm_winnt:notice] [pid 4164:tid 156] AH00456: Apache Lounge VC10 Server built: Mar 17 2014 10:48:43[Mon Jun 30 10:21:57.591349 2014] [core:notice] [pid 4164:tid 156] AH00094: Command line: 'C:\\UniServerZ\\core\\apache2\\bin\\httpd_z.exe -d C:/UniServerZ/core/apache2 -f C:\\UniServerZ\\core\\apache2\\conf\\httpd.conf -d C:\\UniServerZ\\core\\apache2'[Mon Jun 30 10:21:57.591349 2014] [mpm_winnt:notice] [pid 4164:tid 156] AH00418: Parent: Created child process 4608[Mon Jun 30 10:21:58.901757 2014] [mpm_winnt:notice] [pid 4608:tid 516] AH00354: Child: Starting 150 worker threads. Quote Link to comment Share on other sites More sharing options...
Yoni Posted June 30, 2014 Report Share Posted June 30, 2014 The faulty php5ts.dll module warning will no go away. Here are two things that will certainly keep your apache running even when the php5ts.dll address violation won't go away: 1- Open you apache config file (./core/apache2/conf/httpd.conf) and add the following lines in there somewhere: AcceptFilter http noneAcceptFilter https noneEnableSendfile OffEnableMMAP off You can put them before your modules list if you need a reference. Open Uniserver Server Console and type ' httpd_z -t ' to test configuration before restarting apache. If everything looks good, go ahead an give the service a restart. 2- Copy the php5ts.dll from the active PHP folder into %SystemRoot%\system32 folder. I've been serving @6GB worth of daily data with Uniserver in production on a Server 2008R2 rock solid for the most part. #1 Did the trick for me. Quote <p class="bbc_center"><span style="font-size:12px;"><strong>Yoni</strong></span></p> Link to comment Share on other sites More sharing options...
terry Posted June 9, 2015 Report Share Posted June 9, 2015 Hi all I tried Yoni's suggestions above, however Apache still crashes every few hours. I get the same message each time. I'm running UniServer Zero XI 11.7.4, UniController XI V1.3.0 and Windows Server 2012 Standard. Problem signature:Problem Event Name: APPCRASHApplication Name: httpd_z.exeApplication Version: 2.4.12.0Application Timestamp: 550eaef9Fault Module Name: php5ts.dllFault Module Version: 5.4.40.0Fault Module Timestamp: 552ec0b2Exception Code: c00000fdException Offset: 00131659OS Version: 6.2.9200.2.0.0.272.7Locale ID: 2057Additional Information 1: d4ebAdditional Information 2: d4eb7cf28a4f910486e91a11f70d294fAdditional Information 3: b2faAdditional Information 4: b2fa30e70797b749f5cc224fbefa500a Is anyone able to make another suggestion to make this more stable? ThanksTerry Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.