Opened 3 weeks ago
Last modified 3 weeks ago
#470 new enhancement
Add support for http2
Reported by: | TC Haddad | Owned by: | Jeff McKenna |
---|---|---|---|
Priority: | major | Milestone: | 5.2.0 release |
Component: | MS4W - Apache | Version: | 5.0.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Saw ticket #423, and I guess it is a prerequisite, so this ticket might be redundant (if so, apologies!)
Change History (4)
comment:1 by , 3 weeks ago
comment:2 by , 3 weeks ago
Component: | MS4W - Base → MS4W - Apache |
---|
comment:3 by , 3 weeks ago
Apologies! - I was looking at 5.0.0 from 2024-09-16 when I filed the above, and I didn't see mod_http2 in the httpd.conf, so I assumed that version wasn't built with http2.
But I see now that it is mentioned in the HISTORY file. I don't think it needs to be enabled by default, but the module should be listed in httpd.conf and commented out so that it is discoverable by users and they know it is available.
comment:4 by , 3 weeks ago
Thanks @tchaddad, I agree with your plan, to list the module in httpd.conf & comment it out, for the 5.2.0 release.
thanks @tchaddad.
mod_http2
was added to Apache through ticket #395 for the MS4W 5.0 release (and also HTTP/2 support for cURL), however, I did not configure Apache to enable HTTP/2 inhttpd.conf
by default, I'll include that for the MS4W 5.2.0 release. Thanks for this nudge.