diff options
author | Ken Coar <coar@apache.org> | 1998-03-27 02:56:34 +0100 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-03-27 02:56:34 +0100 |
commit | 62b426a32a7616d2cb11ef07e5a8253cb242f771 (patch) | |
tree | 189a47b4d4c03091bd9167916f35a67c0449ddfb /docs | |
parent | typo (diff) | |
download | apache2-62b426a32a7616d2cb11ef07e5a8253cb242f771.tar.xz apache2-62b426a32a7616d2cb11ef07e5a8253cb242f771.zip |
Sort-of FAQ: "how do I make Apache scream?"
Submitted by: jim <jim@nlenx.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80702 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/misc/FAQ.html | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 34860716c5..a9f794ca17 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -15,7 +15,7 @@ <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1> <P> - $Revision: 1.109 $ ($Date: 1998/03/24 02:58:49 $) + $Revision: 1.110 $ ($Date: 1998/03/27 01:56:34 $) </P> <P> The latest version of this FAQ is always available from the main @@ -132,7 +132,7 @@ virtual hosts?</A> </LI> <LI><A HREF="#freebsd-setsize">Can I increase <SAMP>FD_SETSIZE</SAMP> - on FreeBSD?</A> + on FreeBSD?</A> </LI> <LI><A HREF="#limitGET">Why do I keep getting "access denied" for form POST requests?</A> @@ -278,6 +278,9 @@ fills with "<SAMP>fcntl: F_SETLKW: No record locks available</SAMP>" or similar messages</A> </LI> + <LI><A HREF="#zoom">What's the best hardware/operating system/... How do + I get the most out of my Apache Web server?</A> + </LI> </OL> </LI> </UL> @@ -2273,6 +2276,17 @@ </P> <HR> </LI> + <LI><A NAME="zoom"> + <STRONG>What's the best hardware/operating system/... How do + I get the most out of my Apache Web server?</STRONG> + </A> + <P> + Check out Dean Gaudet's + <A HREF="http://www.apache.org/docs/misc/perf-tuning.html" + >performance tuning page</A>. + </P> + <HR> + </LI> <!-- Don't forget to add HR tags at the end of each list item.. --> </OL> |