index.html revision 3b6d295d5832da901e63578b9feb3451f9ade6c5
0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2362N/A<HTML>
0N/A <HEAD>
0N/A <TITLE>Apache Miscellaneous Documentation</TITLE>
0N/A </HEAD>
0N/A
2362N/A <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
0N/A <BODY
2362N/A BGCOLOR="#FFFFFF"
0N/A TEXT="#000000"
0N/A LINK="#0000FF"
0N/A VLINK="#000080"
0N/A ALINK="#FF0000"
0N/A >
0N/A <!--#include virtual="header.html" -->
0N/A <H1 ALIGN="CENTER">Apache Miscellaneous Documentation</h1>
0N/A
0N/A <P>
0N/A Below is a list of additional documentation pages that apply to the
0N/A Apache web server development project.
2362N/A </P>
2362N/A <DL>
2362N/A <DT><A
0N/A HREF="API.html"
0N/A >API</A>
0N/A </DT>
0N/A <DD>Description of Apache's Application Programming Interface.
0N/A </DD>
0N/A <DT><A
0N/A HREF="FAQ.html"
0N/A >FAQ</A>
0N/A </DT>
0N/A <DD>Frequently-Asked Questions concerning the Apache project and server.
0N/A </DD>
0N/A <DT><A
0N/A HREF="client_block_api.html"
0N/A >Reading Client Input in Apache 1.2</A>
0N/A </DT>
0N/A <DD>Describes differences between Apache 1.1 and 1.2 in how modules
0N/A read information from the client.
0N/A </DD>
0N/A <DT><A
0N/A HREF="compat_notes.html"
0N/A >Compatibility with NCSA</A>
0N/A </DT>
0N/A <DD>Notes about Apache's compatibility with the NCSA server.
0N/A </DD>
0N/A <DT><A
0N/A HREF="fin_wait_2.html"
0N/A ><SAMP>FIN_WAIT_2</SAMP></A>
0N/A </DT>
0N/A <DD>A description of the causes of Apache processes going into the
0N/A <SAMP>FIN_WAIT_2</SAMP> state, and what you can do about it.
0N/A </DD>
0N/A <DT><A
0N/A HREF="howto.html"
0N/A >&quot;How-To&quot;</A>
0N/A </DT>
0N/A <DD>Instructions about how to accomplish some commonly-desired server
0N/A functionality changes.
0N/A </DD>
0N/A <DT><A
0N/A HREF="known_bugs.html"
0N/A >Known Bugs</A>
0N/A </DT>
0N/A <DD>A list of known bugs in each of the Apache releases.
0N/A </DD>
0N/A <DT><A
0N/A HREF="known_client_problems.html"
0N/A >Known Client Problems</A>
0N/A </DT>
0N/A <DD>A list of problems in HTTP clients which can be mitigated by Apache.
0N/A </DD>
0N/A <DT><A
0N/A HREF="nopgp.html"
0N/A >No PGP</A>
0N/A </DT>
0N/A <DD>Why we took PEM and PGP support out of the base Apache distribution.
0N/A </DD>
0N/A <DT><A
0N/A HREF="perf-bsd44.html"
0N/A >Performance Notes (BSD 4.4)</A>
0N/A </DT>
0N/A <DD>Some notes about ways to improve/optimize Apache performance on
0N/A BSD 4.4 systems.
0N/A </DD>
0N/A <DT><A
0N/A HREF="perf-dec.html"
0N/A >Performance Notes (Digital UNIX)</A>
0N/A </DT>
0N/A <DD>Extracts of USENET postings describing how to optimize Apache
0N/A performance on Digital UNIX systems.
0N/A </DD>
0N/A <DT><A
0N/A HREF="perf-hp.html"
0N/A >Performance Notes (HPUX)</A>
0N/A </DT>
0N/A <DD>Email from an HP engineer on how to optimize HP-UX 10.20.
0N/A </DD>
0N/A <DT><A
0N/A HREF="perf.html"
0N/A >Performance Notes (General)</A>
0N/A </DT>
0N/A <DD>Some generic notes about how to improve the performance of your
0N/A machine/OS.
0N/A </DD>
0N/A <DT><A
0N/A HREF="perf-tuning.html"
0N/A >Performance Notes -- Apache Tuning</A>
0N/A </DT>
0N/A <DD>Notes about how to (run-time and compile-time) configure
0N/A Apache for highest performance. Notes explaining why Apache does
0N/A some things, and why it doesn't do other things (which make it
0N/A slower/faster).
0N/A </DD>
0N/A <DT><A
0N/A HREF="security_tips.html"
0N/A >Security Tips</A>
0N/A </DT>
0N/A <DD>Some &quot;do&quot;s - and &quot;don't&quot;s - for keeping your
0N/A Apache web site secure.
0N/A </DD>
0N/A <DT><A
0N/A HREF="vif-info.html"
0N/A >Virtual Hosts (IP-based)</A>
0N/A </DT>
0N/A <DD>Excerpts and notes about configuring and using Apache IP-based virtual
0N/A hosts.
0N/A </DD>
0N/A <DT><A
0N/A HREF="windoz_keepalive.html"
0N/A >Windows Bug with Web Keepalive</A>
0N/A </DT>
0N/A <DD>A brief description of a known problem with Microsoft Windows and
0N/A web sites accessed using keepalive connections.
0N/A </DD>
0N/A </DL>
0N/A
0N/A <!--#include virtual="footer.html" -->
0N/A </BODY>
0N/A</HTML>
0N/A