apache-mod-brotli icon indicating copy to clipboard operation
apache-mod-brotli copied to clipboard

mod_brotli is Brotli compression module for Apache HTTPD Server.

Results 7 apache-mod-brotli issues
Sort by recently updated
recently updated
newest added

``` make[1]: Entering directory '/root/apache-mod-brotli' /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBUILD_DATETIME='"2017-09-18T15:09:02"' -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/apr-1.0 -I./brotli/c/include -pipe -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -pthread -I/usr/include/apache2 -I/usr/include/apr-1.0...

Installing on AWS EC2 Linux 2 Apache $ httpd -v Server version: Apache/2.4.46 () Server built: Aug 24 2020 18:54:20 When running autogen.sh, it reported error as below. How to...

Enabling mod_expires in Apache 2.4.27+ disables brotli_module or is not compatible with brotli_module. The order of enabling is not a factor. As soon as LoadModule mod_expires is uncommented the compression...

/usr/lib/apache2/modules/ is the path for installing the modules in debian based systems. Also, the brotli configuration, should be updated to fit debian too. GlobalLog access.log brotli

mod-brotli, like mod-deflate, breaks browser caching with ETags in special cases, see: https://fullstackhack.wordpress.com/2014/12/10/the-pain-of-etags-mod_deflate-apache-2-4-and-tomcat-7/ In mod-deflate for Apache 2.5, there is a special setting to circumvent this: DeflateAlterETag: http://httpd.apache.org/docs/trunk/mod/mod_deflate.html#deflatealteretag There should...

In the README, there is a CustomLog directive, which does nothing if VirtualHosts with other CustomLog directives active. This gives the false impression that mod_brotli does not work, since the...

Hello. I'm thinking to give `mod_brotli` a go. But before that, I'm wondering about compatibility. Since I'm using [Apache Server Configs](https://github.com/h5bp/server-configs-apache), I was wondering what are the needed changes for...