summaryrefslogtreecommitdiffstats
path: root/docs/manual/misc/perf-tuning.html
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2001-09-16 22:12:16 +0200
committerRich Bowen <rbowen@apache.org>2001-09-16 22:12:16 +0200
commitb9ff044febdbc011b8427167b1bdfebbb63001ca (patch)
tree15aa7c5962d95340b5f5c275905b95c2d6f5078d /docs/manual/misc/perf-tuning.html
parentTypo in URL (diff)
downloadapache2-b9ff044febdbc011b8427167b1bdfebbb63001ca.tar.xz
apache2-b9ff044febdbc011b8427167b1bdfebbb63001ca.zip
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
Diffstat (limited to 'docs/manual/misc/perf-tuning.html')
-rw-r--r--docs/manual/misc/perf-tuning.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/manual/misc/perf-tuning.html b/docs/manual/misc/perf-tuning.html
index 4f10d74227..565e1f19df 100644
--- a/docs/manual/misc/perf-tuning.html
+++ b/docs/manual/misc/perf-tuning.html
@@ -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