From e9f3800c940078093eee3bc08b08b595981d6f9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 9 Dec 2002 12:16:26 +0000 Subject: [PATCH] clarify the no-proxy explanation of Addoutputfilterbytype. Thanks to Rich for pointing out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97816 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 2 +- docs/manual/mod/core.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 99cedab5ed..b6fb96ef4f 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -233,7 +233,7 @@ response without an explicit character setForceType. Setting the content type within a (non-nph) CGI script is also safe.

-

The output filters are never applied on proxy requests.

+

The by-type output filters are never applied on proxy requests.

See also

top

AllowOverride Directive

Description: Types of directives that are allowed in diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index ccac304776..071780850e 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -203,7 +203,7 @@ response without an explicit character set ForceType. Setting the content type within a (non-nph) CGI script is also safe.

-

The output filters are never applied on proxy requests.

+

The by-type output filters are never applied on proxy requests.

-- 2.50.1