]> granicus.if.org Git - apache/commitdiff
Your basic nicely-formatted (?) list of what's in the manual/misc
authorKen Coar <coar@apache.org>
Wed, 23 Apr 1997 19:32:29 +0000 (19:32 +0000)
committerKen Coar <coar@apache.org>
Wed, 23 Apr 1997 19:32:29 +0000 (19:32 +0000)
directory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77990 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/index.html [new file with mode: 0644]

diff --git a/docs/manual/misc/index.html b/docs/manual/misc/index.html
new file mode 100644 (file)
index 0000000..b8d7fbe
--- /dev/null
@@ -0,0 +1,112 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<HTML>
+ <HEAD>
+  <TITLE>Apache Miscellaneous Documentation</TITLE>
+ </HEAD>
+
+ <BODY>
+  <!--#include virtual="header.html" -->
+  <H1>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="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_bugs.html"
+       >Known Bugs</A>
+   </DT>
+   <DD>Just what it says - a list of known bugs in each of the Apache releases
+   </DD>
+   <DT><A
+               HREF="nopgp.html"
+       >No PGP</A>
+   </DT>
+   <DD>Why we took PEM and PGP support out of the base Apache distribution
+   </DD>
+   <DT><A
+               HREF="perf-bsd44.html"
+       >Performance Notes (BSD 4.4)</A>
+   </DT>
+   <DD>Some notes about ways to improve/optimise 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 optimise Apache
+    performance on Digital UNIX systems
+   </DD>
+   <DT><A
+               HREF="perf.html"
+       >Performance Notes (General)</A>
+   </DT>
+   <DD>Some generic note about how to improve Apache performance
+   </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>
+   <DT><A
+               HREF="vif-info.html"
+       >Virtual Hosts (IP-based)</A>
+   </DT>
+   <DD>Excerpts and notes about configuring and using Apache IP-based virtual
+    hosts
+   </DD>
+   <DT><A
+               HREF="windoz_keepalive.html"
+       >Windows Bug with Web Keepalive</A>
+   </DT>
+   <DD>A brief description of a known problem with Microsoft Windows and
+    web sites accessed using keepalive connections
+   </DD>
+  </DL>
+
+  <!--#include virtual="footer.html" -->
+ </BODY>
+</HTML>