index.html revision 6ab4f185e5657d75a311c0f22a3c27de473019d4
70N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
70N/A<HTML>
70N/A <HEAD>
70N/A <TITLE>Apache Miscellaneous Documentation</TITLE>
911N/A </HEAD>
919N/A
70N/A <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
70N/A <BODY
919N/A BGCOLOR="#FFFFFF"
919N/A TEXT="#000000"
919N/A LINK="#0000FF"
919N/A VLINK="#000080"
919N/A ALINK="#FF0000"
919N/A >
919N/A <!--#include virtual="header.html" -->
919N/A <H1 ALIGN="CENTER">Apache Miscellaneous Documentation</H1>
919N/A
919N/A <P>
919N/A Below is a list of additional documentation pages that apply to the
919N/A Apache web server development project.
919N/A </P>
919N/A <DL>
919N/A <DT><A
919N/A HREF="API.html"
919N/A >API</A>
70N/A </DT>
70N/A <DD>Description of Apache's Application Programming Interface.
70N/A </DD>
70N/A <DT><A
493N/A HREF="FAQ.html"
70N/A >FAQ</A>
70N/A </DT>
493N/A <DD>Frequently-Asked Questions concerning the Apache project and server.
70N/A </DD>
911N/A <DT><A
911N/A HREF="client_block_api.html"
911N/A >Reading Client Input in Apache 1.2</A>
911N/A </DT>
70N/A <DD>Describes differences between Apache 1.1 and 1.2 in how modules
70N/A read information from the client.
70N/A </DD>
70N/A <DT><A
70N/A HREF="compat_notes.html"
493N/A >Compatibility with NCSA</A>
493N/A </DT>
98N/A <DD>Notes about Apache's compatibility with the NCSA server.
70N/A </DD>
<DT><A HREF="custom_errordocs.html">How to use XSSI and Negotiation
for custom ErrorDocuments</A>
</DT>
<DD>Describes a solution which uses XSSI and negotiation
to custom-tailor the Apache ErrorDocuments to taste, adding the
advantage of returning internationalized versions of the error
messages depending on the client's language preferences.
</DD>
<DT><A HREF="descriptors.html">File Descriptor use in Apache</A>
<DD>Describes how Apache uses file descriptors and talks about various
limits imposed on the number of descriptors available by various
operating systems.
</DD>
<DT><A
HREF="fin_wait_2.html"
><SAMP>FIN_WAIT_2</SAMP></A>
</DT>
<DD>A description of the causes of Apache processes going into the
<SAMP>FIN_WAIT_2</SAMP> state, and what you can do about it.
</DD>
<DT><A
HREF="howto.html"
>&quot;How-To&quot;</A>
</DT>
<DD>Instructions about how to accomplish some commonly-desired server
functionality changes.
</DD>
<DT><A
HREF="known_client_problems.html"
>Known Client Problems</A>
</DT>
<DD>A list of problems in HTTP clients which can be mitigated by Apache.
</DD>
<DT><A
HREF="perf-bsd44.html"
>Performance Notes (BSD 4.4)</A>
</DT>
<DD>Some notes about ways to improve/optimize Apache performance on
BSD 4.4 systems.
</DD>
<DT><A
HREF="perf-dec.html"
>Performance Notes (Digital UNIX)</A>
</DT>
<DD>Extracts of USENET postings describing how to optimize Apache
performance on Digital UNIX systems.
</DD>
<DT><A
HREF="perf-hp.html"
>Performance Notes (HPUX)</A>
</DT>
<DD>Email from an HP engineer on how to optimize HP-UX 10.20.
</DD>
<DT><A
HREF="perf.html"
>Performance Notes (General)</A>
</DT>
<DD>Some generic notes about how to improve the performance of your
machine/OS.
</DD>
<DT><A
HREF="perf-tuning.html"
>Performance Notes -- Apache Tuning</A>
</DT>
<DD>Notes about how to (run-time and compile-time) configure
Apache for highest performance. Notes explaining why Apache does
some things, and why it doesn't do other things (which make it
slower/faster).
</DD>
<DT><A
HREF="security_tips.html"
>Security Tips</A>
</DT>
<DD>Some &quot;do&quot;s - and &quot;don't&quot;s - for keeping your
Apache web site secure.
</DD>
</DL>
<!--#include virtual="footer.html" -->
</BODY>
</HTML>