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


Joined: 15 Oct 2005
Posts: 736

PostPosted: Sat 07 Mar '26 11:11    Post subject: !! Crashes http solved !! Reply with quote

Loos like it is solved by disabling mod_http2 and remove h2 from Protocols directive.
See https://www.apachelounge.com/viewtopic.php?p=44188#44188

We are planning to make a new mod_hhtp2 module you can
download.


A new version of mod_http2:

https://www.apachelounge.com/download/VS18/binaries/http2.rar

Hope that the crashes are gone.


Last edited by admin on Sun 08 Mar '26 17:39; edited 1 time in total
Back to top
mrdj1024



Joined: 03 Apr 2023
Posts: 83
Location: Bridgeton,NJ,USA

PostPosted: Sat 07 Mar '26 23:29    Post subject: Reply with quote

awesome! also i noticed the news in the downloads section says feb 7 it should say mar 7 Wink
Back to top
Stray78



Joined: 15 Apr 2024
Posts: 55
Location: USA

PostPosted: Sun 08 Mar '26 16:30    Post subject: Reply with quote

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

PostPosted: Sun 08 Mar '26 21:31    Post subject: Reply with quote

A new version of mod_http2:

https://www.apachelounge.com/download/VS18/binaries/http2.rar
Back to top


Reply to topic   Topic: !! Crashes http solved !! View previous topic :: View next topic
Post new topic   Forum Index -> Apache