mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Where can I find the apache module #254
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maniac0s on GitHub (Oct 25, 2018).
Sorry https://httpd.apache.org/docs/trunk/mod/mod_brotli.html brought me here, now I am browsing the internet like an imbecile and cant find the module anywhere
@eustas commented on GitHub (Oct 25, 2018):
https://github.com/apache/httpd/blob/trunk/modules/filters/mod_brotli.c ?
@XPanniX commented on GitHub (Nov 28, 2018):
Stumbled upon this after browsing the web like @maniac0s.
I just wanted to clarify how to get the Brotli module working in Apache2 (Version >=2.4.26) for anyone having the same problem. Apparently all you need to do is:
@eustas commented on GitHub (Nov 28, 2018):
Thanks, Jan!