From: Andre Malo Date: Sun, 8 Dec 2002 00:42:11 +0000 (+0000) Subject: add some explanations how to use AOFBT correctly. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=115e5c0b72ff5b6524a52c6dcdb8359419321ba0;p=apache add some explanations how to use AOFBT correctly. 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 --- 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