]> granicus.if.org Git - apache/commitdiff
Added links to related directives, related modules.
authorRich Bowen <rbowen@apache.org>
Sun, 16 Sep 2001 20:12:16 +0000 (20:12 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 16 Sep 2001 20:12:16 +0000 (20:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91043 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/perf-tuning.html

index 4f10d7422716676173589201366675d11517518b..565e1f19dfbecd93ae0761438d88d9152abb3acc 100644 (file)
@@ -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