From: Christophe Jaillet
Date: Sat, 21 Jan 2017 06:34:53 +0000 (+0000)
Subject: Be more consitent in the layout, and fix the display of a multi lines section
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779699 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_brotli.xml b/docs/manual/mod/mod_brotli.xml
index f82486cbb2..fd1109e951 100644
--- a/docs/manual/mod/mod_brotli.xml
+++ b/docs/manual/mod/mod_brotli.xml
@@ -47,8 +47,8 @@ client
Compress only a few types
- AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript application/javascript
-
+AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript application/javascript
+
@@ -144,7 +144,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-brotli
filter depends on the User-Agent
, you should add:
- Header append Vary User-Agent
+Header append Vary User-Agent
If your decision about compression depends on other information
@@ -154,8 +154,8 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-brotli
Example
- Header set Vary *
-
+Header set Vary *
+
@@ -218,11 +218,11 @@ content
Example
- BrotliFilterNote ratio
+BrotliFilterNote ratio
- LogFormat '"%r" %b (%{ratio}n) "%{User-agent}i"' brotli
- CustomLog "logs/brotli_log" brotli
-
+LogFormat '"%r" %b (%{ratio}n) "%{User-agent}i"' brotli
+CustomLog "logs/brotli_log" brotli
+
If you want to extract more accurate values from your logs, you
@@ -252,7 +252,7 @@ BrotliFilterNote Ratio ratio
LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)' brotli
CustomLog "logs/brotli_log" brotli
-
+
mod_log_config