index.html revision d437f5b6387a13a3aa0af68186c45b4a832ee16f
421N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
421N/A<HTML>
421N/A <HEAD>
421N/A <TITLE>Apache Miscellaneous Documentation</TITLE>
421N/A </HEAD>
421N/A
421N/A <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
421N/A <BODY
421N/A BGCOLOR="#FFFFFF"
421N/A TEXT="#000000"
421N/A LINK="#0000FF"
421N/A VLINK="#000080"
421N/A ALINK="#FF0000"
421N/A >
421N/A <!--#include virtual="header.html" -->
421N/A <H1 ALIGN="CENTER">Apache Miscellaneous Documentation</H1>
421N/A
421N/A <P>
873N/A Below is a list of additional documentation pages that apply to the
421N/A Apache web server development project.
421N/A </P>
421N/A <DL>
421N/A <DT><A HREF="custom_errordocs.html">How to use XSSI and Negotiation
421N/A for custom ErrorDocuments</A>
776N/A </DT>
421N/A <DD>Describes a solution which uses XSSI and negotiation
421N/A to custom-tailor the Apache ErrorDocuments to taste, adding the
421N/A advantage of returning internationalized versions of the error
421N/A messages depending on the client's language preferences.
421N/A </DD>
421N/A <DT><A HREF="descriptors.html">File Descriptor use in Apache</A>
421N/A <DD>Describes how Apache uses file descriptors and talks about various
421N/A limits imposed on the number of descriptors available by various
421N/A operating systems.
421N/A </DD>
421N/A <DT><A
421N/A HREF="fin_wait_2.html"
421N/A ><SAMP>FIN_WAIT_2</SAMP></A>
421N/A </DT>
421N/A <DD>A description of the causes of Apache processes going into the
421N/A <SAMP>FIN_WAIT_2</SAMP> state, and what you can do about it.
421N/A </DD>
421N/A <DT><A
421N/A HREF="known_client_problems.html"
950N/A >Known Client Problems</A>
421N/A </DT>
421N/A <DD>A list of problems in HTTP clients which can be mitigated by Apache.
1248N/A </DD>
645N/A <DT><A
421N/A HREF="perf-tuning.html"
421N/A >Performance Notes -- Apache Tuning</A>
421N/A </DT>
421N/A <DD>Notes about how to (run-time and compile-time) configure
421N/A Apache for highest performance. Notes explaining why Apache does
421N/A some things, and why it doesn't do other things (which make it
421N/A slower/faster).
421N/A </DD>
421N/A <DT><A
421N/A HREF="security_tips.html"
421N/A >Security Tips</A>
421N/A </DT>
776N/A <DD>Some &quot;do&quot;s - and &quot;don't&quot;s - for keeping your
421N/A Apache web site secure.
421N/A </DD>
421N/A </DL>
421N/A
421N/A <!--#include virtual="footer.html" -->
421N/A </BODY>
421N/A</HTML>
421N/A