From: Joshua Slive As of Apache HTTP server version 2.2 As of Apache HTTP server version 2.2 There are two main stages in There are two main stages in This means that any other stages with might ordinarily happen in the
- process of serving a request, for example being handled by
- This means that any other stages that might ordinarily happen
+ in the process of serving a request -- for example being handled
+ by If the URL is not found within the cache, Extended regular
- expressions can also be used, with the addition of the
+ ~ character. For example:
The filename argument should include a filename, or
a wild-card string, where ? matches any single character,
- and * matches any sequences of characters. Extended regular
- expressions can also be used, with the addition of the
+ and * matches any sequences of characters.
+ ~ character. For example:
The
* matches any sequences of
characters.
- Extended regular - expressions can also be used, with the addition of the +
~ character. For example:
The
This directive is equivalent to This directive is equivalent to This directive is equivalent to The match argument specifies a match that will be applied to
the filter's dispatch criterion. The match may be
- a string match (exact match or substring), a regexp, an integer (greater,
+ a string match (exact match or substring), a Character Description (none) exact match
- $substring match
+ /regexp match (delimited by a second /)/regex match (delimited by a second /)=integer equality <integer less-than
diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml
index 965a1d9c5de..24e0dd58082 100644
--- a/docs/manual/mod/mod_headers.xml
+++ b/docs/manual/mod/mod_headers.xml
@@ -268,7 +268,8 @@ is available only in Apache 2.0
<=integer less-than or equal echoset, append, add
and unset. The header name for echo
- is case sensitive and may be a regular expression.
For add, append and set a
value is specified as the third argument. If value
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 29587b6d20e..08631693f22 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -423,7 +423,7 @@ proxied resources
The
The
Some hints about the syntax of regular expressions:
+Some hints about the syntax of
Text: diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml index 5949d1db5a7..ac3c5ccadfd 100644 --- a/docs/manual/mod/mod_setenvif.xml +++ b/docs/manual/mod/mod_setenvif.xml @@ -193,11 +193,10 @@ used for the attribute. -The second argument (regex) is a Perl compatible regular expression. -This is similar to a POSIX.2 egrep-style regular expression. -If the regex matches against the attribute, -then the remainder of the arguments are evaluated.
+The second argument (regex) is a
regular expression . If the regex +matches against the attribute, then the remainder of the +arguments are evaluated.The rest of the arguments give the names of variables to set, and optionally values to which they should be set. These take the form diff --git a/docs/manual/mod/mod_version.xml b/docs/manual/mod/mod_version.xml index e96a2de3f02..4880a546643 100644 --- a/docs/manual/mod/mod_version.xml +++ b/docs/manual/mod/mod_version.xml @@ -97,8 +97,9 @@ </IfVersion>
Besides the numerical comparison it is possible to match a regular - expression against the httpd version. There are two ways to write it:
+Besides the numerical comparison it is possible to match a
+
| operator | description |
|---|