add mod_brotli
Bug #1708426 reported by
Andrew Murphy
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
Incomplete
|
Undecided
|
Unassigned | ||
Focal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The Apache HTTPD mod_brotli module is missing.
Broti is Google's new version / replacement of gzip (mod deflate)
https:/
Thanks, Andrew
To post a comment you must log in.
In the CHANGES file of the Artful source I see:
*) mod_brotli: Add a new module for dynamic Brotli (RFC 7932)
compression.
[Evgeny Kotkov]
That arrived in 2.4.26, so only Artful and newer would have access to apache2/ modules mods-available.
this module. I, however, do not see the .so in /usr/lib/
or any .conf in /etc/apache2/
In the configure script, under optional features, list the following:
--enable-brotli Brotli compression support
In the debian/configure script the ./configure command is found under dh_auto_ configure" rule. It appears that if support
the "override_
wants to be added it should be appended to the configure command line.
This would require also making sure brotli is installed as well.
This bug is present in Debian as well. Therefore, this bug would be
best fixed directly in Debian, and then Ubuntu will pick up the fix
automatically.
Would you mind filing a bug with Debian please?