From: Andre Malo Date: Sun, 2 Mar 2003 00:30:54 +0000 (+0000) Subject: document the changed behaviour of mod_negotiation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=beb82afaf281129c5a118137db285a42ceb0c4ba;p=apache document the changed behaviour of mod_negotiation. add a cross link from mod_negotiation docs to env.html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98872 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 9d0dd31860..9959b0b0dc 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -249,13 +249,18 @@

When set to a value of "1", this variable disables the DEFLATE output filter provided by mod_deflate for - content-types other than text/html.

+ content-types other than text/html. If you'd rather + use statically compressed files; mod_negotiation + evaluates the variable as well (not only for gzip, but for all + encodings that differ from "identity").

no-gzip

When set, the DEFLATE filter of - mod_deflate will be turned off.

+ mod_deflate will be turned off and + mod_negotiation will refuse to deliver encoded + resources.

diff --git a/docs/manual/env.xml b/docs/manual/env.xml index 50ce966ac4..04299dc6f4 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -279,13 +279,18 @@

When set to a value of "1", this variable disables the DEFLATE output filter provided by mod_deflate for - content-types other than text/html.

+ content-types other than text/html. If you'd rather + use statically compressed files; mod_negotiation + evaluates the variable as well (not only for gzip, but for all + encodings that differ from "identity").

no-gzip

When set, the DEFLATE filter of - mod_deflate will be turned off.

+ mod_deflate will be turned off and + mod_negotiation will refuse to deliver encoded + resources.

diff --git a/docs/manual/mod/mod_negotiation.html.en b/docs/manual/mod/mod_negotiation.html.en index a640022f1b..4350a23f94 100644 --- a/docs/manual/mod/mod_negotiation.html.en +++ b/docs/manual/mod/mod_negotiation.html.en @@ -58,6 +58,7 @@
  • mod_mime
  • Content Negotiation
  • +
  • Environment Variables
  • top
    diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index 82dbbed2a6..98b80f7b1f 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -31,6 +31,7 @@ mod_mime Content Negotiation +Environment Variables
    Type maps

    A type map has a format similar to RFC822 mail headers. It