home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F277918_index.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  4KB  |  120 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. <!-- $Revision: 1.2.2.7 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <manualpage metafile="index.xml.meta">
  23.   <parentdocument href="../"/>
  24.  
  25.   <title>Apache Miscellaneous Documentation</title>
  26.  
  27.   <summary>
  28.  
  29.     <p>Below is a list of additional documentation pages that apply
  30.     to the Apache web server development project.</p>
  31.  
  32.     <note type="warning"><title>Warning</title>
  33.     <p>Some of the documents below have not been fully updated
  34.     to take into account changes made in the 2.0 version of the
  35.     Apache HTTP Server. Some of the information may still be
  36.     relevant, but please use it with care.</p>
  37.     </note>
  38.  
  39.     <dl>
  40.       <dt><a href="custom_errordocs.html">How to use XSSI and
  41.       Negotiation for custom ErrorDocuments</a></dt>
  42.  
  43.       <dd>
  44.         <p>Describes a solution which uses XSSI and negotiation to
  45.         custom-tailor the Apache ErrorDocuments to taste, adding the
  46.         advantage of returning internationalized versions of the
  47.         error messages depending on the client's language
  48.         preferences.</p>
  49.       </dd>
  50.  
  51.       <dt><a href="descriptors.html">File Descriptor use in
  52.       Apache</a></dt>
  53.  
  54.       <dd>
  55.         <p>Describes how Apache uses file descriptors and talks
  56.         about various limits imposed on the number of descriptors
  57.         available by various operating systems.</p>
  58.       </dd>
  59.  
  60.       <dt><a
  61.       href="fin_wait_2.html"><code>FIN_WAIT_2</code></a></dt>
  62.  
  63.       <dd>
  64.         <p>A description of the causes of Apache processes going
  65.         into the <code>FIN_WAIT_2</code> state, and what you can do
  66.         about it.</p>
  67.       </dd>
  68.  
  69.       <dt><a href="known_client_problems.html">Known Client
  70.       Problems</a></dt>
  71.  
  72.       <dd>
  73.         <p>A list of problems in HTTP clients which can be mitigated
  74.         by Apache.</p>
  75.       </dd>
  76.  
  77.       <dt><a href="perf-tuning.html">Performance Notes - Apache
  78.       Tuning</a></dt>
  79.  
  80.       <dd>
  81.         <p>Notes about how to (run-time and compile-time) configure
  82.         Apache for highest performance. Notes explaining why Apache
  83.         does some things, and why it doesn't do other things (which
  84.         make it slower/faster).</p>
  85.       </dd>
  86.  
  87.       <dt><a href="security_tips.html">Security Tips</a></dt>
  88.  
  89.       <dd>
  90.         <p>Some "do"s - and "don't"s - for keeping your Apache web
  91.         site secure.</p>
  92.       </dd>
  93.  
  94.       <dt><a href="rewriteguide.html">URL Rewriting Guide</a></dt>
  95.       <dd>
  96.         <p>This document supplements the <module>mod_rewrite</module>
  97.         <a href="../mod/mod_rewrite.html">reference documentation</a>.
  98.         It describes how one can use Apache's <module>mod_rewrite</module>
  99.         to solve typical URL-based problems webmasters are usually confronted
  100.         with in practice.</p>
  101.       </dd>
  102.  
  103.       <dt><a href="tutorials.html">Apache Tutorials</a></dt>
  104.  
  105.       <dd>
  106.         <p>A list of external resources which help to accomplish common
  107.         tasks with the Apache HTTP server.</p>
  108.       </dd>
  109.  
  110.       <dt><a href="relevant_standards.html">Relevant Standards</a></dt>
  111.  
  112.       <dd>
  113.         <p>This document acts as a reference page for most of the relevant
  114.         standards that Apache follows.</p>
  115.       </dd>
  116.     </dl>
  117.   </summary>
  118.  
  119. </manualpage>
  120.