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 / F278409_quickreference.xml < prev    next >
Extensible Markup Language  |  2004-05-04  |  2KB  |  59 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE quickreference SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.4.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. <quickreference metafile="quickreference.xml.meta">
  23.   <title>Directive Quick Reference</title>
  24.   <summary>
  25.     <p>The directive quick reference shows the usage, default, status,
  26.     and context of each Apache configuration directive.  For more
  27.     information about each of these, see the <a
  28.     href="directive-dict.html">Directive Dictionary</a>.</p>
  29.  
  30.     <p>The first column gives the directive name and usage.  The second
  31.     columns shows the default value of the directive, if a default exists.
  32.     If the default is too large to display, the first characters will be
  33.     followed by "+".</p>
  34.  
  35.     <p>The third and fourth columns list the contexts where the directive
  36.     is allowed and the status of the directive according to the legend
  37.     tables below.</p>
  38.   </summary>
  39.  
  40.   <legend>
  41.     <table>
  42.       <columnspec><column width=".1"/><column width=".2"/></columnspec>
  43.       <tr><th>s</th><td>server config</td></tr>
  44.       <tr><th>v</th><td>virtual host</td></tr>
  45.       <tr><th>d</th><td>directory</td></tr>
  46.       <tr><th>h</th><td>.htaccess</td></tr>
  47.     </table>
  48.  
  49.     <table>
  50.       <columnspec><column width=".1"/><column width=".2"/></columnspec>
  51.       <tr><th>C</th><td>Core</td></tr>
  52.       <tr><th>M</th><td>MPM</td></tr>
  53.       <tr><th>B</th><td>Base</td></tr>
  54.       <tr><th>E</th><td>Extension</td></tr>
  55.       <tr><th>X</th><td>Experimental</td></tr>
  56.     </table>
  57.   </legend>
  58. </quickreference>
  59.