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: Faulting application name: httpd.exe, version: 2.4.65.0
Author
steve0902



Joined: 01 Sep 2025
Posts: 4
Location: UK,Newcastle

PostPosted: Mon 01 Sep '25 17:17    Post subject: Faulting application name: httpd.exe, version: 2.4.65.0 Reply with quote

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

PostPosted: Tue 02 Sep '25 10:43    Post subject: Reply with quote

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

PostPosted: Tue 02 Sep '25 16:06    Post subject: Reply with quote

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

PostPosted: Wed 03 Sep '25 10:44    Post subject: Reply with quote

There is a tutorial on how to switch to mod_fcgid

https://www.apachelounge.com/viewtopic.php?t=2394

If you still have a question or a problem, please ask again.
Back to top
steve0902



Joined: 01 Sep 2025
Posts: 4
Location: UK,Newcastle

PostPosted: Wed 03 Sep '25 22:06    Post subject: Reply with quote

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

PostPosted: Wed 03 Sep '25 22:17    Post subject: Reply with quote

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

PostPosted: Thu 04 Sep '25 8:08    Post subject: Reply with quote

Yepp, Good catch! The external DLLs / dependencies weren't found.
Back to top


Reply to topic   Topic: Faulting application name: httpd.exe, version: 2.4.65.0 View previous topic :: View next topic
Post new topic   Forum Index -> Apache