marc 98/08/10 11:00:04
Modified: htdocs/manual/misc index.html Log: Add some missing entries to the index file. Revision Changes Path 1.12 +13 -0 apache-1.3/htdocs/manual/misc/index.html Index: index.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/index.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- index.html 1998/05/12 05:14:18 1.11 +++ index.html 1998/08/10 18:00:03 1.12 @@ -45,6 +45,19 @@ </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>