diff options
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> |