<p>In addition to all environment variables set within the Apache
configuration and passed from the shell, CGI scripts and SSI pages are
provided with a set of environment variables containing
-meta-information about the request as required by the <a
-href="misc/FAQ.html#cgi-spec">CGI specification</a>.</p>
+meta-information about the request as required by the
+<a href="http://cgi-spec.golux.com/">CGI specification</a>.</p>
<h3>Some Caveats</h3>
<p>In addition to all environment variables set within the Apache
configuration and passed from the shell, CGI scripts and SSI pages are
provided with a set of environment variables containing
-meta-information about the request as required by the <a
-href="misc/FAQ.html#cgi-spec">CGI specification</a>.</p>
+meta-information about the request as required by the
+<a href="http://cgi-spec.golux.com/">CGI specification</a>.</p>
<h3>Some Caveats</h3>
<table cellspacing="1" cellpadding="4" border="0" width="100%">
<tr>
<td align="center" bgcolor="#bebebe">
- <a href="misc/FAQ.html"><strong>FAQ</strong></a>
+ <a href="faq/"><strong>FAQ</strong></a>
</td>
<td align="center" bgcolor="#bebebe">
<a href="mod/directives.html"><strong>Directives</strong></a>
<tr><td align="center" bgcolor="#e9e9e9">
<strong>Other Topics</strong>
</td></tr><tr><td>
-<A HREF="misc/FAQ.html">Frequently Asked Questions</A>
+<A HREF="faq/">Frequently Asked Questions</A>
</td></tr><tr><td>
<A HREF="misc/tutorials.html">Tutorials</A>
</td></tr><tr><td>
<table cellspacing="1" cellpadding="4" border="0" width="100%">
<tr>
<td align="center" bgcolor="#bebebe">
- <a href="misc/FAQ.html"><strong>FAQ</strong></a>
+ <a href="faq/"><strong>FAQ</strong></a>
</td>
<td align="center" bgcolor="#bebebe">
<a href="mod/directives.html"><strong>Directives</strong></a>
<tr><td align="center" bgcolor="#e9e9e9">
<strong>Autres sujets</strong>
</td></tr><tr><td>
-<A HREF="misc/FAQ.html">Foires aux questions</A>
+<A HREF="faq/">Foires aux questions</A>
</td></tr><tr><td>
<A HREF="misc/tutorials.html">Tutoriels</A>
</td></tr><tr><td>
<table cellspacing="1" cellpadding="4" border="0" width="100%">
<tr>
<td align="center" bgcolor="#bebebe">
- <a href="misc/FAQ.html"><strong>FAQ</strong></a>
+ <a href="faq/"><strong>FAQ</strong></a>
</td>
<td align="center" bgcolor="#bebebe">
<a href="mod/directives.html"><strong>\e$B%G%#%l%/%F%#%V\e(B</strong></a>
<tr><td align="center" bgcolor="#e9e9e9">
<strong>\e$B$=$NB>\e(B</strong>
</td></tr><tr><td>
-<a href="misc/FAQ.html">FAQ</a>
+<a href="faq/">FAQ</a>
</td></tr><tr><td>
<a href="misc/tutorials.html">\e$B%A%e!<%H%j%"%k\e(B</a>
</td></tr><tr><td>
of Apache or some other web server already bound to the same Port.</li>
</ul>
<p>For further trouble-shooting instructions, consult the Apache <a
-href="misc/FAQ.html">FAQ</a>.</p>
+href="faq/">FAQ</a>.</p>
<h3><a name="boot">Starting at Boot-Time</a></h3>
of Apache or some other web server already bound to the same Port.</li>
</ul>
<p>For further trouble-shooting instructions, consult the Apache <a
-href="misc/FAQ.html">FAQ</a>.</p>
+href="faq/">FAQ</a>.</p>
<h3><a name="boot">Starting at Boot-Time</a></h3>
</DT>
<DD>Description of Apache's Application Programming Interface.
</DD>
- <DT><A
- HREF="FAQ.html"
- >FAQ</A>
- </DT>
- <DD>Frequently-Asked Questions concerning the Apache project and server.
- </DD>
<DT><A HREF="custom_errordocs.html">How to use XSSI and Negotiation
for custom ErrorDocuments</A>
</DT>
<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>
<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>
<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
<p>For situations where you require additional flexibility, you can
use the <a href="mod/mod_alias.html#aliasmatch">AliasMatch</a> and <a
href="mod/mod_alias.html#scriptaliasmatch">ScriptAliasMatch</a>
-directives to do powerful <a
-href="misc/FAQ.html#regex">regular-expression</a> based matching and
+directives to do powerful regular-expression based matching and
substitution. For example,</p>
<blockquote><code> ScriptAliasMatch ^/~([^/]*)/cgi-bin/(.*)
<p>For situations where you require additional flexibility, you can
use the <a href="mod/mod_alias.html#aliasmatch">AliasMatch</a> and <a
href="mod/mod_alias.html#scriptaliasmatch">ScriptAliasMatch</a>
-directives to do powerful <a
-href="misc/FAQ.html#regex">regular-expression</a> based matching and
+directives to do powerful regular-expression based matching and
substitution. For example,</p>
<blockquote><code> ScriptAliasMatch ^/~([^/]*)/cgi-bin/(.*)