From: Mike Rumph Date: Wed, 4 Jun 2014 23:30:52 +0000 (+0000) Subject: Fix spelling and grammar errors. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2cc1249061da90d1e0c52b707b25f087c264484;p=thirdparty%2Fapache%2Fhttpd.git Fix spelling and grammar errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1600539 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index c34732460f5..0cc20451656 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -165,7 +165,7 @@ Header set MyHeader "%D %t mytext" env=HAVE_MyRequestHeader
  • - 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 CGI, NO_CACHE and @@ -250,7 +250,7 @@ available in 2.4.10 and later onsuccess condition.
  • -

    Separately from the condition paramete described above, you +

    Separately from the condition 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.

    @@ -410,7 +410,7 @@ available in 2.4.10 and later

    Except in early mode, the Header 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.

    diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 94d98b03b6a..2729a412b46 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -155,7 +155,7 @@ Header set MyHeader "%D %t mytext" env=HAVE_MyRequestHeader
  • - 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 CGI, NO_CACHE and @@ -354,7 +354,7 @@ available in 2.4.10 and later onsuccess condition.
  • -

    Separately from the condition paramete described above, you +

    Separately from the condition 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.

    @@ -526,7 +526,7 @@ available in 2.4.10 and later

    Except in early mode, the Header 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.