summaryrefslogtreecommitdiff
path: root/docs/manual/mod
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-08-24 17:08:25 +0000
committerJoshua Slive <slive@apache.org>2001-08-24 17:08:25 +0000
commitb794cde455ffe7bbd65022cbae993754e6201b13 (patch)
treea55953ad2fab21a3f53a4ffd27841a34cd097b07 /docs/manual/mod
parentf813e125af14f966eb0218c3a52e90b267440d81 (diff)
downloadhttpd-b794cde455ffe7bbd65022cbae993754e6201b13.tar.gz
Point to the new FAQ.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/directive-dict.html7
-rw-r--r--docs/manual/mod/directive-dict.html.en7
-rw-r--r--docs/manual/mod/mod_setenvif.html8
3 files changed, 10 insertions, 12 deletions
diff --git a/docs/manual/mod/directive-dict.html b/docs/manual/mod/directive-dict.html
index 07e8c68fd9..60458af690 100644
--- a/docs/manual/mod/directive-dict.html
+++ b/docs/manual/mod/directive-dict.html
@@ -146,10 +146,9 @@ the root directory as in
<dt><em>regex</em></dt>
-<dd>A <a href="../misc/FAQ.html#regex">regular expression</a>, which
-is a way of describing a pattern to match in text. The directive
-definition will specify what the <em>regex</em> is matching
-against.</dd>
+<dd>A regular expression, which is a way of describing a pattern to
+match in text. The directive definition will specify what the
+<em>regex</em> is matching against.</dd>
<dt><em>extension</em></dt>
diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en
index 07e8c68fd9..60458af690 100644
--- a/docs/manual/mod/directive-dict.html.en
+++ b/docs/manual/mod/directive-dict.html.en
@@ -146,10 +146,9 @@ the root directory as in
<dt><em>regex</em></dt>
-<dd>A <a href="../misc/FAQ.html#regex">regular expression</a>, which
-is a way of describing a pattern to match in text. The directive
-definition will specify what the <em>regex</em> is matching
-against.</dd>
+<dd>A regular expression, which is a way of describing a pattern to
+match in text. The directive definition will specify what the
+<em>regex</em> is matching against.</dd>
<dt><em>extension</em></dt>
diff --git a/docs/manual/mod/mod_setenvif.html b/docs/manual/mod/mod_setenvif.html
index ec5d78cb38..6190d7f968 100644
--- a/docs/manual/mod/mod_setenvif.html
+++ b/docs/manual/mod/mod_setenvif.html
@@ -42,10 +42,10 @@ REL="Help"
<H2>Summary</H2>
<P>
The <SAMP>mod_setenvif</SAMP> module allows you to set environment
- variables according to whether different aspects of the request match
- <a href="../misc/FAQ.html#regex">regular expressions</a>
- you specify. These environment variables can be used by
- other parts of the server to make decisions about actions to be taken.
+ variables according to whether different aspects of the request
+ match regular expressions you specify. These environment variables
+ can be used by other parts of the server to make decisions about
+ actions to be taken.
</P>
<P>The directives are considered in the order they appear in the
configuration files. So more complex sequences can be used, such