Where can I find the apache module #254

Closed
opened 2026-01-29 20:40:53 +00:00 by claunia · 3 comments
Owner

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

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
Author
Owner

@eustas commented on GitHub (Oct 25, 2018):

https://github.com/apache/httpd/blob/trunk/modules/filters/mod_brotli.c ?

@eustas commented on GitHub (Oct 25, 2018): https://github.com/apache/httpd/blob/trunk/modules/filters/mod_brotli.c ?
Author
Owner

@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:

a2enmod brotli
@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: a2enmod brotli
Author
Owner

@eustas commented on GitHub (Nov 28, 2018):

Thanks, Jan!

@eustas commented on GitHub (Nov 28, 2018): Thanks, Jan!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#254