]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_headers.html.en
Fix spelling and grammar errors.
[apache] / docs / manual / mod / mod_headers.html.en
index 768dc5d3b4e8c049a948dd446ac8464a761f6adc..0cc20451656cd933c1e22d13e93a56add0372c21 100644 (file)
@@ -165,7 +165,7 @@ Header set MyHeader "%D %t mytext" env=HAVE_MyRequestHeader</pre>
       </li>
 
       <li>
-        Set the same header value under multiple non-exclusive conditions,
+        Set the same header value under multiple nonexclusive conditions,
         but do not duplicate the value in the final header.
         If all of the following conditions applied to a request (i.e.,
         if the <code>CGI</code>, <code>NO_CACHE</code> and
@@ -208,8 +208,8 @@ Header merge Cache-Control no-store env=NO_STORE</pre>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Configure HTTP response headers</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Header [<var>condition</var>] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
-<var>header</var> [[expr=]<var>value</var> [<var>replacement</var>
-[early|env=[!]<var>varname</var>|expr=<var>expression</var>]]]
+<var>header</var> [[expr=]<var>value</var> [<var>replacement</var>]
+[early|env=[!]<var>varname</var>|expr=<var>expression</var>]]
 </code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
@@ -250,7 +250,7 @@ available in 2.4.10 and later</td></tr>
             <code>onsuccess</code> condition.</li>
     </ul>
 
-    <p>Separately from the <var>condition</var> paramete described above, you 
+    <p>Separately from the <var>condition</var> parameter described above, you 
     can limit an action based on HTTP status codes for e.g. proxied or CGI 
     requests. See the example that uses %{REQUEST_STATUS} in the section above.</p>
 
@@ -410,7 +410,7 @@ available in 2.4.10 and later</td></tr>
 
     <p>Except in <a href="#early">early</a> mode, the
     <code class="directive">Header</code> directives are processed just
-    before the response is sent to the network. These means that it is
+    before the response is sent to the network. This means that it is
     possible to set and/or override most headers, except for some headers
     added by the HTTP header filter.  Prior to 2.2.12, it was not possible 
     to change the Content-Type header with this directive.</p>
@@ -422,8 +422,8 @@ available in 2.4.10 and later</td></tr>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Configure HTTP request headers</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RequestHeader add|append|edit|edit*|merge|set|setifempty|unset
-<var>header</var> [[expr=]<var>value</var> [<var>replacement</var>
-[early|env=[!]<var>varname</var>|expr=<var>expression</var>]]]
+<var>header</var> [[expr=]<var>value</var> [<var>replacement</var>]
+[early|env=[!]<var>varname</var>|expr=<var>expression</var>]]
 </code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>