Commit 6479d20c authored by Richard Bowen's avatar Richard Bowen
Browse files

Added links to related directives, related modules.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91043 13f79535-47bb-0310-9956-ffa450edef68
parent c665ad34
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -39,6 +39,29 @@ with care.

<hr>

<table border="1">
<tr><td valign="top">
<strong>Related Modules</strong><br><br>

<a href="../mod/mod_dir.html">mod_dir</a><br>
<a href="../mod/mpm_common.html">Multi-Processing module</a><br>
<a href="../mod/mod_status.html">mod_status</a><br>

</td><td valign="top">
<strong>Related Directives</strong><br><br>

<a href="../mod/core.html#allowoverride">AllowOverride</a><br>
<a href="../mod/mod_dir.html#directoryindex">DirectoryIndex</a><br>
<a href="../mod/core.html#hostnamelookups">HostNameLookups</a><br>
<a href="../mod/core.html#keepalivetimeout">KeepAliveTimeout</a><br>
<a href="../mod/prefork.html#maxspareservers">MaxSpareServers</a><br>
<a href="../mod/prefork.html#mixspareservers">MinSpareServers</a><br>
<a href="../mod/core.html#options">Options</a> (FollowSymLinks and
FollowIfOwnerMatch)<br>
<a href="../mod/mpm_common.html#startservers">StartServers</a><br>

</td></tr></table>

<H3><a name="introduction">Introduction</A></H3>
<P>Apache is a general webserver, which is designed to be correct first, and
fast second.  Even so, its performance is quite satisfactory.  Most