CentOS7+Apache/2.4.6 is set to be accessible via http2.
I am referring to it here.
https://blog.apar.jp/linux/5200/
Although Apache and SSL have been configured, the http2 module has not been successfully integrated.
In the first place, there was no socket called mod_http2.so, or the config file of that kind was not created, so http2 itself could not be activated.
I'm looking for instructions, but could someone please give me instructions?
vi/usr/local/src/httpd-2.4.25/config.nice
If you look at the configuration during Apache installation, you are ready to use http2 such as "--enable-http2"\.
However, it does not appear on the module list.
Thank you for your cooperation.
apache openssl http2
mod_http2 is Available in version 2.4.17 and later, which I don't think will work in 2.4.6.
The module was installed in /usr/local/apache2/modules/modules/mod_http2.so
after trying the same httpd-2.4.23 as the page you are viewing.
© 2024 OneMinuteCode. All rights reserved.