From: Nick Kew
Date: Sun, 31 Oct 2004 18:22:24 +0000 (+0000)
Subject: Document updates to mod_filter.
X-Git-Tag: 2.1.1~85
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb03feac745f3eddf71449b0a4f5489b010f5468;p=thirdparty%2Fapache%2Fhttpd.git
Document updates to mod_filter.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105647 13f79535-47bb-0310-9956-ffa450edef68
---
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 @@
Character | Description |
(none) | exact match |
$ | substring match |
- / | regexp match |
+ / | regexp match (delimited by a second / |
= | integer equality |
< | integer less-than |
<= | integer less-than or equal |