mirror of
				https://github.com/apache/httpd.git
				synced 2025-10-31 19:10:37 +03:00 
			
		
		
		
	git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90480 13f79535-47bb-0310-9956-ffa450edef68
		
			
				
	
	
		
			82 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			82 lines
		
	
	
		
			2.4 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="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="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>
 |