Apache Module — Brotli

Last modified: August 23, 2024


The mod_brotli Apache module provides compression for the Apache HTTP server. For more information about using Brotli with NGINX®, read our NGINX with Reverse Proxy documentation.

This module can increase the loading speed and security of your web pages.

Important:

If you install this module, it applies to all virtual hosts.


Requirements

This module requires EasyApache 4, a secure (https) connection, and Apache 2.4.

Compatibility

This module has no known compatibility issues.


Configuration

cPanel & WHM sets the following configuration settings for the mod_brotli Apache module by default:

1
2
3
AddOutputFilterByType BROTLI_COMPRESS text/plain text/css text/html application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript
SetOutputFilter BROTLI_COMPRESS
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-brotli

You can edit the mod_brotli Apache module’s .conf file in the /etc/apache2/conf.d/brotli.conf file. For more configuration information, read Apache’s mod_brotli documentation.

How to install or uninstall the module

You can install or uninstall the mod_brotli Apache module in WHM’s EasyApache 4 interface (WHM » Home » Software » EasyApache 4).