From 115e5c0b72ff5b6524a52c6dcdb8359419321ba0 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Sun, 8 Dec 2002 00:42:11 +0000 Subject: [PATCH] add some explanations how to use AOFBT correctly. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit related to: PR 15045 Reviewed by: Astrid Ke�ler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97795 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 16 +++++++++++++--- docs/manual/mod/core.xml | 20 +++++++++++++++----- 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index f698961943..99cedab5ed 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -222,10 +222,20 @@ response without an explicit character set

Note:

-

The output filters are not applied on proxy requests.

+

Note:

+

Enabling filters with AddOutputFilterByType + may fail partially or completely in some cases. For expample, no + filters are applied if the content type falls back to the DefaultType, even if the DefaultType is the same.

+ +

However, if you want to make sure, that the filters will be + applied, assign the content type to a resource explicitely, for + example with AddType or + ForceType. Setting the + content type within a (non-nph) CGI script is also safe.

+ +

The output filters are never applied on proxy requests.

-

See also

top

AllowOverride Directive

Description: +

See also

top

AllowOverride Directive

Description: Types of directives that are allowed in .htaccess files
Syntax: AllowOverride All|None|directive-type diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a5467279d4..ccac304776 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -190,16 +190,26 @@ response without an explicit character set </Location> - Note: -

The output filters are not applied on proxy requests.

+ Note: +

Enabling filters with AddOutputFilterByType + may fail partially or completely in some cases. For expample, no + filters are applied if the content type falls back to the DefaultType, even if the DefaultType is the same.

+ +

However, if you want to make sure, that the filters will be + applied, assign the content type to a resource explicitely, for + example with AddType or + ForceType. Setting the + content type within a (non-nph) CGI script is also safe.

+ +

The output filters are never applied on proxy requests.

AddOutputFilter SetOutputFilter -mod_include -mod_deflate -The filters documentation +filters -- 2.40.0