home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / apache / apache_2.0.45-win32-x86-no_ssl.msi / Data.Cab / F232775_index.xml < prev    next >
Extensible Markup Language  |  2003-03-01  |  3KB  |  97 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4.  
  5. <manualpage>
  6.   <relativepath href=".." />
  7.   <parentdocument href="../"/>
  8.  
  9.   <title>Apache Miscellaneous Documentation</title>
  10.  
  11.   <summary>
  12.  
  13.     <p>Below is a list of additional documentation pages that apply
  14.     to the Apache web server development project.</p>
  15.  
  16.     <note type="warning"><title>Warning</title>
  17.     <p>Some of the documents below have not been fully updated
  18.     to take into account changes made in the 2.0 version of the
  19.     Apache HTTP Server. Some of the information may still be
  20.     relevant, but please use it with care.</p>
  21.     </note>
  22.  
  23.     <dl>
  24.       <dt><a href="custom_errordocs.html">How to use XSSI and
  25.       Negotiation for custom ErrorDocuments</a></dt>
  26.  
  27.       <dd>
  28.         <p>Describes a solution which uses XSSI and negotiation to
  29.         custom-tailor the Apache ErrorDocuments to taste, adding the
  30.         advantage of returning internationalized versions of the
  31.         error messages depending on the client's language
  32.         preferences.</p>
  33.       </dd>
  34.  
  35.       <dt><a href="descriptors.html">File Descriptor use in
  36.       Apache</a></dt>
  37.  
  38.       <dd>
  39.         <p>Describes how Apache uses file descriptors and talks
  40.         about various limits imposed on the number of descriptors
  41.         available by various operating systems.</p>
  42.       </dd>
  43.  
  44.       <dt><a
  45.       href="fin_wait_2.html"><code>FIN_WAIT_2</code></a></dt>
  46.  
  47.       <dd>
  48.         <p>A description of the causes of Apache processes going
  49.         into the <code>FIN_WAIT_2</code> state, and what you can do
  50.         about it.</p>
  51.       </dd>
  52.  
  53.       <dt><a href="known_client_problems.html">Known Client
  54.       Problems</a></dt>
  55.  
  56.       <dd>
  57.         <p>A list of problems in HTTP clients which can be mitigated
  58.         by Apache.</p>
  59.       </dd>
  60.  
  61.       <dt><a href="perf-tuning.html">Performance Notes - Apache
  62.       Tuning</a></dt>
  63.  
  64.       <dd>
  65.         <p>Notes about how to (run-time and compile-time) configure
  66.         Apache for highest performance. Notes explaining why Apache
  67.         does some things, and why it doesn't do other things (which
  68.         make it slower/faster).</p>
  69.       </dd>
  70.  
  71.       <dt><a href="security_tips.html">Security Tips</a></dt>
  72.  
  73.       <dd>
  74.         <p>Some "do"s - and "don't"s - for keeping your Apache web
  75.         site secure.</p>
  76.       </dd>
  77.  
  78.       <dt><a href="rewriteguide.html">URL Rewriting Guide</a></dt>
  79.       <dd>
  80.         <p>This document supplements the <module>mod_rewrite</module>
  81.         <a href="../mod/mod_rewrite.html">reference documentation</a>.
  82.         It describes how one can use Apache's <module>mod_rewrite</module>
  83.         to solve typical URL-based problems webmasters are usually confronted
  84.         with in practice.</p>
  85.       </dd>
  86.  
  87.       <dt><a href="tutorials.html">Apache Tutorials</a></dt>
  88.  
  89.       <dd>
  90.         <p>A list of external resources which help to accomplish common
  91.         tasks with the Apache HTTP server.</p>
  92.       </dd>
  93.     </dl>
  94.   </summary>
  95.  
  96. </manualpage>
  97.