summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_setenvif.html
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/mod_setenvif.html
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/mod_setenvif.html')
-rw-r--r--docs/manual/mod/mod_setenvif.html8
1 files changed, 4 insertions, 4 deletions
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