| Author |
|
mrdj1024
Joined: 03 Apr 2023 Posts: 76 Location: Bridgeton,NJ,USA
|
|
| Back to top |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 711
|
|
| Back to top |
|
songzhelun
Joined: 19 Jul 2024 Posts: 6
|
Posted: Sun 07 Dec '25 10:44 Post subject: |
|
|
The Apache2.4 service terminated due to the following service-specific error:
Incorrect function.
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
<EventID Qualifiers="49152">7024</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime="2025-12-07T08:41:59.8471253Z" />
<EventRecordID>441383</EventRecordID>
<Correlation />
<Execution ProcessID="1136" ThreadID="66192" />
<Channel>System</Channel>
<Computer>ServerBackup</Computer>
<Security />
</System>
- <EventData>
<Data Name="param1">Apache2.4</Data>
<Data Name="param2">%%1</Data>
<Binary>41007000610063006800650032002E0034000000</Binary>
</EventData>
</Event> |
|
| Back to top |
|
tangent Moderator
Joined: 16 Aug 2020 Posts: 406 Location: UK
|
Posted: Sun 07 Dec '25 13:52 Post subject: |
|
|
If this was an Apache service created with a previous release of HTTPD, can I suggest you delete it and recreate it.
This 2.4.66 release of HTTPD has been built with a different toolset, which may explain why your current Windows service is failing to start. |
|
| Back to top |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 711
|
Posted: Sun 07 Dec '25 14:17 Post subject: |
|
|
| How to delete it and create it ? |
|
| Back to top |
|
songzhelun
Joined: 19 Jul 2024 Posts: 6
|
Posted: Sun 07 Dec '25 15:50 Post subject: |
|
|
| tangent wrote: | If this was an Apache service created with a previous release of HTTPD, can I suggest you delete it and recreate it.
This 2.4.66 release of HTTPD has been built with a different toolset, which may explain why your current Windows service is failing to start. |
Good, thank you.  |
|
| Back to top |
|
songzhelun
Joined: 19 Jul 2024 Posts: 6
|
Posted: Sun 07 Dec '25 15:53 Post subject: |
|
|
Faulting application name: httpd.exe, version: 2.4.66.0, time stamp: 0x6933cbb0
Faulting module name: php8ts.dll, version: 8.5.0.0, time stamp: 0x691d959a
Exception code: 0xc0000005
Fault offset: 0x000000000065775f
Faulting process id: 0x1E0B8
Faulting application start time: 0x1DC677E8F6B48C4
Faulting application path: C:\AppServ\Apache24\bin\httpd.exe
Faulting module path: C:\AppServ\php\php8ts.dll
Report ID: deeafbf9-7f44-4247-9e89-feffae4b434e
Faulting package full name:
Faulting package-relative application ID:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" Guid="{a0e9b465-b939-57d7-b27d-95d8e925ff57}" />
<EventID>1000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>100</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2025-12-07T13:37:11.4543428Z" />
<EventRecordID>111850</EventRecordID>
<Correlation />
<Execution ProcessID="6756" ThreadID="91756" />
<Channel>Application</Channel>
<Computer>ServerBackup</Computer>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="AppName">httpd.exe</Data>
<Data Name="AppVersion">2.4.66.0</Data>
<Data Name="AppTimeStamp">6933cbb0</Data>
<Data Name="ModuleName">php8ts.dll</Data>
<Data Name="ModuleVersion">8.5.0.0</Data>
<Data Name="ModuleTimeStamp">691d959a</Data>
<Data Name="ExceptionCode">c0000005</Data>
<Data Name="FaultingOffset">000000000065775f</Data>
<Data Name="ProcessId">0x1e0b8</Data>
<Data Name="ProcessCreationTime">0x1dc677e8f6b48c4</Data>
<Data Name="AppPath">C:\AppServ\Apache24\bin\httpd.exe</Data>
<Data Name="ModulePath">C:\AppServ\php\php8ts.dll</Data>
<Data Name="IntegratorReportId">deeafbf9-7f44-4247-9e89-feffae4b434e</Data>
<Data Name="PackageFullName" />
<Data Name="PackageRelativeAppId" />
</EventData>
</Event>
Do you know how to fix this error? |
|
| Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3144 Location: Hilversum, NL, EU
|
Posted: Sun 07 Dec '25 18:56 Post subject: |
|
|
| Can you try again, forget the PHP manifest. |
|
| Back to top |
|
songzhelun
Joined: 19 Jul 2024 Posts: 6
|
Posted: Mon 08 Dec '25 0:45 Post subject: |
|
|
| Steffen wrote: | | Can you try again, forget the PHP manifest. | I have disabled php_opcache, but the issue persists, and the same problem occurs when using Apache httpd 2.4.65.Everything works fine when using PHP 8.4.15. |
|
| Back to top |
|