home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / komunikace / apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252407_index.xml < prev    next >
Extensible Markup Language  |  2003-09-16  |  3KB  |  103 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 metafile="index.xml.meta">
  6.   <parentdocument href="../"/>
  7.  
  8.   <title>Apache Miscellaneous Documentation</title>
  9.  
  10.   <summary>
  11.  
  12.     <p>Below is a list of additional documentation pages that apply
  13.     to the Apache web server development project.</p>
  14.  
  15.     <note type="warning"><title>Warning</title>
  16.     <p>Some of the documents below have not been fully updated
  17.     to take into account changes made in the 2.0 version of the
  18.     Apache HTTP Server. Some of the information may still be
  19.     relevant, but please use it with care.</p>
  20.     </note>
  21.  
  22.     <dl>
  23.       <dt><a href="custom_errordocs.html">How to use XSSI and
  24.       Negotiation for custom ErrorDocuments</a></dt>
  25.  
  26.       <dd>
  27.         <p>Describes a solution which uses XSSI and negotiation to
  28.         custom-tailor the Apache ErrorDocuments to taste, adding the
  29.         advantage of returning internationalized versions of the
  30.         error messages depending on the client's language
  31.         preferences.</p>
  32.       </dd>
  33.  
  34.       <dt><a href="descriptors.html">File Descriptor use in
  35.       Apache</a></dt>
  36.  
  37.       <dd>
  38.         <p>Describes how Apache uses file descriptors and talks
  39.         about various limits imposed on the number of descriptors
  40.         available by various operating systems.</p>
  41.       </dd>
  42.  
  43.       <dt><a
  44.       href="fin_wait_2.html"><code>FIN_WAIT_2</code></a></dt>
  45.  
  46.       <dd>
  47.         <p>A description of the causes of Apache processes going
  48.         into the <code>FIN_WAIT_2</code> state, and what you can do
  49.         about it.</p>
  50.       </dd>
  51.  
  52.       <dt><a href="known_client_problems.html">Known Client
  53.       Problems</a></dt>
  54.  
  55.       <dd>
  56.         <p>A list of problems in HTTP clients which can be mitigated
  57.         by Apache.</p>
  58.       </dd>
  59.  
  60.       <dt><a href="perf-tuning.html">Performance Notes - Apache
  61.       Tuning</a></dt>
  62.  
  63.       <dd>
  64.         <p>Notes about how to (run-time and compile-time) configure
  65.         Apache for highest performance. Notes explaining why Apache
  66.         does some things, and why it doesn't do other things (which
  67.         make it slower/faster).</p>
  68.       </dd>
  69.  
  70.       <dt><a href="security_tips.html">Security Tips</a></dt>
  71.  
  72.       <dd>
  73.         <p>Some "do"s - and "don't"s - for keeping your Apache web
  74.         site secure.</p>
  75.       </dd>
  76.  
  77.       <dt><a href="rewriteguide.html">URL Rewriting Guide</a></dt>
  78.       <dd>
  79.         <p>This document supplements the <module>mod_rewrite</module>
  80.         <a href="../mod/mod_rewrite.html">reference documentation</a>.
  81.         It describes how one can use Apache's <module>mod_rewrite</module>
  82.         to solve typical URL-based problems webmasters are usually confronted
  83.         with in practice.</p>
  84.       </dd>
  85.  
  86.       <dt><a href="tutorials.html">Apache Tutorials</a></dt>
  87.  
  88.       <dd>
  89.         <p>A list of external resources which help to accomplish common
  90.         tasks with the Apache HTTP server.</p>
  91.       </dd>
  92.  
  93.       <dt><a href="relevant_standards.html">Relevant Standards</a></dt>
  94.  
  95.       <dd>
  96.         <p>This document acts as a reference page for most of the relevant
  97.         standards that Apache follows.</p>
  98.       </dd>
  99.     </dl>
  100.   </summary>
  101.  
  102. </manualpage>
  103.