]> granicus.if.org Git - apache/commitdiff
location of brotli lib
authorJim Jagielski <jim@apache.org>
Thu, 13 Apr 2017 12:20:15 +0000 (12:20 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 13 Apr 2017 12:20:15 +0000 (12:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1791234 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_brotli.xml

index 66e9cdfb85a33e512af137608ff32068ba48644d..dcf0c013ce4787913090492b598749ff9d45e971 100644 (file)
@@ -28,12 +28,13 @@ client</description>
 <status>Extension</status>
 <sourcefile>mod_brotli.c</sourcefile>
 <identifier>brotli_module</identifier>
-
+<compatibility>Available in version 2.4.26 and later.</compatibility>
 <summary>
     <p>The <module>mod_brotli</module> module provides
     the <code>BROTLI_COMPRESS</code> 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.</p>
+    the network. This module uses the Brotli library found at
+    <a href="https://github.com/google/brotli">https://github.com/google/brotli</a>.</p>
 </summary>
 <seealso><a href="../filter.html">Filters</a></seealso>