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: Faulting application name: httpd.exe, version: 2.4.65.0 |
|
Author |
|
steve0902
Joined: 01 Sep 2025 Posts: 4 Location: UK,Newcastle
|
Posted: Mon 01 Sep '25 17:17 Post subject: Faulting application name: httpd.exe, version: 2.4.65.0 |
|
|
Hello
I have a new install of 32bit Apache Version 2.4.65.0 along with 32bit PHP 8.1.32 - Installed on a Windows 11 PC
The webserver will work fine for several days, and then suddenly crash, Windows event log shows
Faulting application name: httpd.exe, version: 2.4.65.0, time stamp: 0x687e50e1
Faulting module name: KERNELBASE.dll, version: 10.0.26100.4946, time stamp: 0x40de7ee7
Exception code: 0xc0000005
Fault offset: 0x00160714
Faulting process id: 0x3DB0
Faulting application start time: 0x1DC1812F17D4B03
Faulting application path: C:\Program Files (x86)\Apache24\bin\httpd.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 68453c27-16a7-49d1-bff2-b15d7c403689
Faulting package full name:
Faulting package-relative application ID:
The errors from the logfile around the same time as the crash as below (Crash event 09/01/2025 12:19:59)
[Mon Sep 01 12:19:57.140523 2025] [mpm_winnt:notice] [pid 6784:tid 504] AH00418: Parent: Created child process 23744
[Mon Sep 01 12:19:57.140523 2025] [mpm_winnt:debug] [pid 6784:tid 504] mpm_winnt.c(430): AH00402: Parent: Sent the scoreboard to the child
[Mon Sep 01 12:19:57.479029 2025] [mpm_winnt:debug] [pid 23744:tid 516] mpm_winnt.c(1716): AH00453: Child process is running
[Mon Sep 01 12:19:57.479029 2025] [mpm_winnt:debug] [pid 23744:tid 516] mpm_winnt.c(344): AH00391: Child: Retrieved our scoreboard from the parent.
[Mon Sep 01 12:19:57.479029 2025] [mpm_winnt:debug] [pid 23744:tid 516] mpm_winnt.c(466): AH00403: Child: Waiting for data for listening socket 0.0.0.0:80
[Mon Sep 01 12:19:57.479029 2025] [mpm_winnt:debug] [pid 6784:tid 504] mpm_winnt.c(513): AH00408: Parent: Duplicating socket 752 (0.0.0.0:80) and sending it to child process 23744
[Mon Sep 01 12:19:57.479029 2025] [mpm_winnt:debug] [pid 6784:tid 504] mpm_winnt.c(513): AH00408: Parent: Duplicating socket 948 ([::]:80) and sending it to child process 23744
[Mon Sep 01 12:19:57.479029 2025] [mpm_winnt:debug] [pid 6784:tid 504] mpm_winnt.c(532): AH00411: Parent: Sent 2 listeners to child 23744
[Mon Sep 01 12:19:57.479029 2025] [mpm_winnt:debug] [pid 23744:tid 516] mpm_winnt.c(466): AH00403: Child: Waiting for data for listening socket [::]:80
[Mon Sep 01 12:19:57.479029 2025] [mpm_winnt:debug] [pid 23744:tid 516] mpm_winnt.c(491): AH00407: Child: retrieved 2 listeners from parent
[Mon Sep 01 12:19:57.986292 2025] [mpm_winnt:debug] [pid 23744:tid 516] child.c(986): AH00352: Child: Acquired the start mutex.
[Mon Sep 01 12:19:57.986292 2025] [mpm_winnt:debug] [pid 15792:tid 528] child.c(1180): AH00359: Child: Released the start mutex
[Mon Sep 01 12:19:57.986292 2025] [mpm_winnt:notice] [pid 23744:tid 516] AH00354: Child: Starting 64 worker threads.
[Mon Sep 01 12:19:57.986292 2025] [mpm_winnt:debug] [pid 15792:tid 528] child.c(1192): AH00361: Child: 64 threads blocked on the completion port
[Mon Sep 01 12:19:58.997343 2025] [mpm_winnt:notice] [pid 15792:tid 528] AH00364: Child: All worker threads have exited.
[Mon Sep 01 12:19:59.001638 2025] [mpm_winnt:debug] [pid 23744:tid 1360] child.c(430): AH00334: Child: Accept thread listening on 0.0.0.0:80 using AcceptFilter connect
[Mon Sep 01 12:19:59.001638 2025] [mpm_winnt:debug] [pid 23744:tid 1364] child.c(430): AH00334: Child: Accept thread listening on [::]:80 using AcceptFilter connect
[Mon Sep 01 12:19:59.006089 2025] [authz_core:debug] [pid 23744:tid 1340] mod_authz_core.c(815): [client 172.16.7.100:56652] AH01626: authorization result of Require all granted: granted
[Mon Sep 01 12:19:59.006089 2025] [authz_core:debug] [pid 23744:tid 1340] mod_authz_core.c(815): [client 172.16.7.100:56652] AH01626: authorization result of <RequireAny>: granted
I previously had the earlier version 2.4.63 installed and experianced similar crashes, i though upgrading to the current version would help
Has anyone experiance similar problems ??
Does anyone have any suggestions as to areas to check / change ?
Thank you |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7440 Location: EU, Germany, Next to Hamburg
|
Posted: Tue 02 Sep '25 10:43 Post subject: |
|
|
0xc0000005 is an access violation. Do you run PHP as module or over fcgid? |
|
Back to top |
|
steve0902
Joined: 01 Sep 2025 Posts: 4 Location: UK,Newcastle
|
Posted: Tue 02 Sep '25 16:06 Post subject: |
|
|
PHP is running as a module
LoadModule php_module "C:/Program Files (x86)/php/php8apache2_4.dll"
Any suggestions woudl be appreciated |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7440 Location: EU, Germany, Next to Hamburg
|
|
Back to top |
|
steve0902
Joined: 01 Sep 2025 Posts: 4 Location: UK,Newcastle
|
Posted: Wed 03 Sep '25 22:06 Post subject: |
|
|
I have installed mod_fcgrid and everything apears to be working as expected.
I have then tried to install the oci8_19 module with
extension=oci8_19 in the php.ini file
No errors are showing in the apache log file, however the module isnt showing in phpinfo() or php -m, i therefore isnt being loaded
Should it be possible to load oci18_19 extension, when using php with mod_fcgrid ??
(BTW - oci18_19 loaded and workd correctly when php was loaded as a module)
Any suggestions ??
Thank you |
|
Back to top |
|
steve0902
Joined: 01 Sep 2025 Posts: 4 Location: UK,Newcastle
|
Posted: Wed 03 Sep '25 22:17 Post subject: |
|
|
Adding the Oracle directory, to the "FcgidInitialEnv PATH" seems to have resolved the problem
Hopefully this was the right fix ? |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7440 Location: EU, Germany, Next to Hamburg
|
Posted: Thu 04 Sep '25 8:08 Post subject: |
|
|
Yepp, Good catch! The external DLLs / dependencies weren't found. |
|
Back to top |
|
|
|
|
|
|