Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: apache 2.4.10 crash |
|
Author |
|
zambatec
Joined: 21 Oct 2014 Posts: 2
|
Posted: Tue 21 Oct '14 12:34 Post subject: apache 2.4.10 crash |
|
|
hallo apache community,
i have a problem with my apache 2.4.10 webserver.
it crashs very often. last night it crashs every 3 hours.
there is php 5.4.31 installed.
on the server is a wordpress and a symfony based webside.
the error log from windows show not much:
Name Missing Application: httpd.exe, Version: 2.4.10.0,
Timestamp: 0x53ca50ea
Name Missing Moduls: php5ts.dll, Version: 5.4.31.0,
Timestamp: 0x53d003ab
Code: 0xc00000fd
Error Offset: 0x001317a9
ID of missing Process: 0x1898
Path to missing Application: D:\Apache-2.4.10\bin\httpd.exe
Path to missing Moduls: D:\PHP-5.4\php5ts.dll
the files are on the right place.
have anyone a tip or idea why the crash happend? |
|
Back to top |
|
jraute
Joined: 13 Sep 2013 Posts: 188 Location: Rheinland, Germany
|
Posted: Tue 21 Oct '14 14:35 Post subject: |
|
|
First of all did you include the following code?
Code: | EnableMMAP Off
EnableSendfile Off
AcceptFilter http none
AcceptFilter https none
|
The log says that the application respectively the module is missing. Are there any right conflicts on the file structure?
And is the drive a native drive or a mapped one (SAN etc.)? |
|
Back to top |
|
zambatec
Joined: 21 Oct 2014 Posts: 2
|
Posted: Wed 22 Oct '14 12:34 Post subject: |
|
|
I didn't include this code.
I checked the rights double. the two files are readable and executeable.
This webserver have a native drive.
in last night, it crashs three times. |
|
Back to top |
|
jraute
Joined: 13 Sep 2013 Posts: 188 Location: Rheinland, Germany
|
Posted: Wed 22 Oct '14 14:34 Post subject: |
|
|
Try the code! |
|
Back to top |
|
|
|
|
|
|