×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Just a quick followup to my previous question about running HTTP/2 on Apache. I finally got back to the project and got it working (on 7.3) with the help of IBM support. I'm posting this here for posterity.
I had to add these two directives to the top on my Apache config:
LoadModule http2_module /QSYS.LIB/QHTTPSVR.LIB/QZSRHTTP2.SRVPGM
Protocols h2 http/1.1
I also had to add these ciphers to my QSSLCSL system value:
*ECDHE_ECDSA_AES_128_GCM_SHA256
*ECDHE_ECDSA_AES_256_GCM_SHA384
*ECDHE_RSA_AES_128_GCM_SHA256
*ECDHE_RSA_AES_256_GCM_SHA384
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.