]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix compatibility version, typo (s/hader/header) and trailing spaces
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 23 Aug 2023 21:03:29 +0000 (21:03 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 23 Aug 2023 21:03:29 +0000 (21:03 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911874 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_deflate.xml

index 3955e62a9b5b34e75b5f0c3c0ec43fb347516bc5..0062eb019ca29d4e20ee8a7e1b3fa79aed843914 100644 (file)
@@ -412,11 +412,11 @@ CustomLog "logs/deflate_log" deflate
 <default>DeflateAlterETag AddSuffix</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Available in Apache 2.4.42 and later</compatibility>
+<compatibility>Available in Apache 2.4.58 and later</compatibility>
 
 <usage>
     <p>The <directive>DeflateAlterETag</directive> directive specifies
-    how the ETag hader should be altered when a response is compressed.</p>
+    how the ETag header should be altered when a response is compressed.</p>
     <dl>
     <dt>AddSuffix</dt>
     <dd><p>Append the compression method onto the end of the ETag, causing
@@ -427,11 +427,11 @@ CustomLog "logs/deflate_log" deflate
     <dt>NoChange</dt>
     <dd><p>Don't change the ETag on a compressed response. This was the default
         prior to 2.4.0, but does not satisfy the HTTP/1.1 property that all
-        representations of the same resource have unique ETags. </p></dd>
+        representations of the same resource have unique ETags.</p></dd>
     <dt>Remove</dt>
     <dd><p>Remove the ETag header from compressed responses. This prevents
         some conditional requests from being possible, but avoids the
-        shortcomings of the preceding options.  </p></dd>
+        shortcomings of the preceding options.</p></dd>
     </dl>
 </usage>
 </directivesynopsis>