mirror of
https://github.com/apache/httpd.git
synced 2025-05-17 15:21:13 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87053 13f79535-47bb-0310-9956-ffa450edef68
102 lines
2.9 KiB
HTML
102 lines
2.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Apache Miscellaneous Documentation</TITLE>
|
|
</HEAD>
|
|
|
|
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
|
|
<BODY
|
|
BGCOLOR="#FFFFFF"
|
|
TEXT="#000000"
|
|
LINK="#0000FF"
|
|
VLINK="#000080"
|
|
ALINK="#FF0000"
|
|
>
|
|
<!--#include virtual="header.html" -->
|
|
<H1 ALIGN="CENTER">Apache Miscellaneous Documentation</H1>
|
|
|
|
<P>
|
|
Below is a list of additional documentation pages that apply to the
|
|
Apache web server development project.
|
|
</P>
|
|
<DL>
|
|
<DT><A
|
|
HREF="API.html"
|
|
>API</A>
|
|
</DT>
|
|
<DD>Description of Apache's Application Programming Interface.
|
|
</DD>
|
|
<DT><A
|
|
HREF="FAQ.html"
|
|
>FAQ</A>
|
|
</DT>
|
|
<DD>Frequently-Asked Questions concerning the Apache project and server.
|
|
</DD>
|
|
<DT><A
|
|
HREF="client_block_api.html"
|
|
>Reading Client Input in Apache 1.2</A>
|
|
</DT>
|
|
<DD>Describes differences between Apache 1.1 and 1.2 in how modules
|
|
read information from the client.
|
|
</DD>
|
|
<DT><A
|
|
HREF="compat_notes.html"
|
|
>Compatibility with NCSA</A>
|
|
</DT>
|
|
<DD>Notes about Apache's compatibility with the NCSA server.
|
|
</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"
|
|
>"How-To"</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-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 "do"s - and "don't"s - for keeping your
|
|
Apache web site secure.
|
|
</DD>
|
|
</DL>
|
|
|
|
<!--#include virtual="footer.html" -->
|
|
</BODY>
|
|
</HTML>
|