From 528eecb8c40a8b079015246794d8ec9d8f46a104 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 13 Apr 2017 12:20:15 +0000 Subject: [PATCH] location of brotli lib git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1791234 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_brotli.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_brotli.xml b/docs/manual/mod/mod_brotli.xml index 66e9cdfb85..dcf0c013ce 100644 --- a/docs/manual/mod/mod_brotli.xml +++ b/docs/manual/mod/mod_brotli.xml @@ -28,12 +28,13 @@ client Extension mod_brotli.c brotli_module - +Available in version 2.4.26 and later.

The mod_brotli module provides the BROTLI_COMPRESS output filter that allows output from your server to be compressed using the brotli compression format before being sent to the client over - the network.

+ the network. This module uses the Brotli library found at + https://github.com/google/brotli.

Filters -- 2.40.0