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: !! Crashes http solved !! |
|
| Author |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 736
|
|
| Back to top |
|
mrdj1024
Joined: 03 Apr 2023 Posts: 83 Location: Bridgeton,NJ,USA
|
Posted: Sat 07 Mar '26 23:29 Post subject: |
|
|
awesome! also i noticed the news in the downloads section says feb 7 it should say mar 7  |
|
| Back to top |
|
Stray78

Joined: 15 Apr 2024 Posts: 55 Location: USA
|
Posted: Sun 08 Mar '26 16:30 Post subject: |
|
|
So maybe there is an ulterior issue?
I run:
Windows Server 2025 Datacenter edition.
Apache 2.4.66-260223 Win64
OpenSSL/3.6.1
PHP/8.5.1 (as a thread safe module)
Mod_Security/2.9.12
Mod_Evasive 2.4.0
Module is active:
| Code: | | LoadModule http2_module modules/mod_http2.so |
If module section
| Code: | <IfModule mod_http2.c>
Protocols h2 h2c http/1.1
ProtocolsHonorOrder On
H2Direct on
H2MaxSessionStreams 100
H2MaxWorkerIdleSeconds 600
H2MaxWorkers 20
H2MinWorkers 10
H2ModernTLSOnly off
H2OutputBuffering on
H2Padding 0
H2Push on
H2PushPriority * After 16
#H2PushPriority text/css Interleaved 256
#H2PushPriority application/json Before
#H2PushPriority application/json 32
#H2PushPriority image/jpeg before
#H2PushPriority text/css interleaved
H2SerializeHeaders off
#H2SessionExtraFiles 10
H2StreamMaxMemSize 65536
H2TLSCoolDownSecs 0
H2TLSWarmUpSize 0
H2Upgrade on
H2WindowSize 128000
</IfModule> |
I have had absolutely no crashes or issues at all. Maybe all these issues are from http2 & running PHP with mod_fcgid? |
|
| Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3178 Location: Hilversum, NL, EU
|
|
| Back to top |
|
|
|
|
|
|