From 36b786940fa1179afe3b06375636f3c211940a8e Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Thu, 5 Jun 2014 00:01:22 +0000 Subject: [PATCH] Fix spelling and grammar errors git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1600543 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_headers.html.en | 6 +++--- docs/manual/mod/mod_headers.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index b386f88e4c..a909f4823c 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 94d98b03b6..2729a412b4 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.

    -- 2.40.0