| Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3172 Location: Hilversum, NL, EU
|
Posted: Sun 22 Feb '26 10:25 Post subject: === Please report crashes or other issues or all is fine === |
|
|
You can report here when you have crashes or other issues with Apache.
Please report !!
Thanks, Steffen |
|
| Back to top |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 732
|
Posted: Tue 24 Feb '26 18:09 Post subject: |
|
|
| Please also report when all is fine, and say what you runnng. |
|
| Back to top |
|
Otomatic

Joined: 01 Sep 2011 Posts: 314 Location: Paris, France, EU
|
Posted: Wed 25 Feb '26 10:29 Post subject: |
|
|
Hi,
- Apache 2.4.66.3 (2026/02/23)
- PHP 8.5.3 as Apache module
- PHP 8.4.18, 8.3.30 and 8.2.30 as mode FCGID
All work fine. |
|
| Back to top |
|
DnvrSysEngr

Joined: 15 Apr 2012 Posts: 227 Location: Denver, CO USA
|
Posted: Wed 25 Feb '26 15:24 Post subject: |
|
|
Here is my current config on the 23 February 2026 ApacheLounge VS18 build:
Apache/2.4.66 (Win64) OpenSSL/3.6.1 mod_qos/11.76 mod_fcgid/2.3.10-dev running PHP 8.6.0-dev
Granted it is a simple config running PHP running in a test environment, I am happy to report that I have no crashes/hiccups/delays, etc.
A bit of further info:
Server Software: Apache/2.4.66 (Win64) OpenSSL/3.6.1 mod_qos/11.76 mod_fcgid/2.3.10-dev
SSL Version Interface: mod_ssl/2.4.66
SSL Version Library: OpenSSL/3.6.1
Server Protocol: HTTP/2.0
SSL Cipher: TLS_AES_256_GCM_SHA384
SSL Protocol: TLSv1.3
PHP Version: 8.6.0-dev |
|
| Back to top |
|
RikasMalinka
Joined: 07 Jan 2026 Posts: 10 Location: Poland
|
Posted: Fri 27 Feb '26 9:19 Post subject: |
|
|
After 3 days of operation, Apache crashed.
[Fri Feb 27 08:06:57.842303 2026] [mpm_winnt:notice] [pid 23880:tid 548] AH00428: Parent: child process 18220 exited with status 3221226356 -- Restarting.
[Fri Feb 27 08:06:58.951566 2026] [mpm_winnt:notice] [pid 23880:tid 548] AH00455: Apache/2.4.66 (Win64) mod_authn_ntlm/1.0.8 OpenSSL/3.6.1 mod_fcgid/2.3.10-dev mod_watch/4.3P configured -- resuming normal operations
[Fri Feb 27 08:06:58.951566 2026] [mpm_winnt:notice] [pid 23880:tid 548] AH00456: Apache Lounge VS18 server built: Feb 23 2026 10:01:09
[Fri Feb 27 08:06:58.951566 2026] [core:notice] [pid 23880:tid 548] AH00094: Command line: 'D:\xampp\apache\bin\httpd.exe -d D:/xampp/apache'
[Fri Feb 27 08:06:58.967189 2026] [mpm_winnt:notice] [pid 23880:tid 548] AH00418: Parent: Created child process 20596
[Fri Feb 27 08:07:00.513909 2026] [mpm_winnt:notice] [pid 20596:tid 604] AH00354: Child: Starting 800 worker threads. |
|
| Back to top |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 732
|
Posted: Fri 27 Feb '26 9:31 Post subject: |
|
|
Thanks
Running latest 260223 ?
Looks with php.
Try please add to httpd.conf :
<IfModule mpm_winnt_module>
ThreadStackSize 8388608
ThreadsPerChild 512 or your 800
MaxConnectionsPerChild 2048
</IfModule>
Have a look and post it at :
https://www.apachelounge.com/viewtopic.php?t=9471 |
|
| Back to top |
|
Stray78

Joined: 15 Apr 2024 Posts: 54 Location: USA
|
Posted: Fri 27 Feb '26 22:37 Post subject: |
|
|
Apache/2.466 (Win64)
OpenSSL/3.61
PHP/8.51 (as a thread safe module)
mod_qos/11.76
mod_security/2.9.12 - OWASP CRS Version/4.22.0
mod_evasive/2.4.0
All is running great. Never had any issues. |
|
| Back to top |
|
RikasMalinka
Joined: 07 Jan 2026 Posts: 10 Location: Poland
|
Posted: Fri 27 Feb '26 23:41 Post subject: |
|
|
| admin wrote: | Thanks
Running latest 260223 ?
Looks with php.
Try please add to httpd.conf :
<IfModule mpm_winnt_module>
ThreadStackSize 8388608
ThreadsPerChild 512 or your 800
MaxConnectionsPerChild 2048
</IfModule>
Have a look and post it at :
https://www.apachelounge.com/viewtopic.php?t=9471 |
Thank you, I’ve applied the configuration and will continue monitoring the server.
I’m using Apache HTTP Server (Apache Lounge VS18 build), server built: Feb 23 2026 10:01:09 + PHP 8.5.3 |
|
| Back to top |
|