From fb03feac745f3eddf71449b0a4f5489b010f5468 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Sun, 31 Oct 2004 18:22:24 +0000 Subject: [PATCH] Document updates to mod_filter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105647 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_filter.xml | 89 ++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 43 deletions(-) diff --git a/docs/manual/mod/mod_filter.xml b/docs/manual/mod/mod_filter.xml index 15e1a4f7f49..f5b10fac50f 100644 --- a/docs/manual/mod/mod_filter.xml +++ b/docs/manual/mod/mod_filter.xml @@ -1,7 +1,7 @@ - + +

+ +

The dispatch argument is a string with optional + req=, resp= or env= prefix + causing it to dispatch on (respectively) the request header, response + header, or environment variable named. In the absence of a + prefix, it defaults to a response header. A special case is the + word handler, which causes mod_filter + to dispatch on the content handler.

The match argument specifies a match that will be applied to the filter's dispatch criterion. The match may be @@ -287,7 +290,7 @@ CharacterDescription (none)exact match $substring match - /regexp match + /regexp match (delimited by a second / =integer equality <integer less-than <=integer less-than or equal -- 2.47.3