https://bz.apache.org/bugzilla/show_bug.cgi?id=58437
--- Comment #8 from Javier Gusano Martinez <[email protected]> --- (In reply to Yann Ylavic from comment #6) > Can you try with "--enable-http2" for configure and "LoadModule http2_module > modules/mod_http2.so" for httpd.conf? I have compiled and installed using "--enable-http2" on ./configure. I have modified it on my Apache installation script: https://github.com/jgm1986/Apache_mod_h2/blob/master/apache.sh The changes on Apache httpd.conf file that you mentioned: "LoadModule http2_module modules/mod_http2.so" isn't correct. The correct line should be the following: "LoadModule h2_module modules/mod_h2.so" The module with "mod_http2.so" name does't exists (at least I can't found it...). Thanks for your help! PS: Now I'll write Stefan in a new response ;) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
