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 / F252818_quickreference.xml < prev    next >
Extensible Markup Language  |  2003-06-30  |  2KB  |  46 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE quickreference SYSTEM "../style/modulesynopsis.dtd"
  3.   [ <!ENTITY allmodules SYSTEM "allmodules.xml"> ]
  4. >
  5. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  6.  
  7. <quickreference metafile="quickreference.xml.meta">
  8.   <title>Directive Quick Reference</title>
  9.   <summary>
  10.     <p>The directive quick reference shows the usage, default, status,
  11.     and context of each Apache configuration directive.  For more
  12.     information about each of these, see the <a
  13.     href="directive-dict.html">Directive Dictionary</a>.</p>
  14.  
  15.     <p>The first column gives the directive name and usage.  The second
  16.     columns shows the default value of the directive, if a default exists.
  17.     If the default is too large to display, the first characters will be
  18.     followed by "+".</p>
  19.  
  20.     <p>The third and fourth columns list the contexts where the directive
  21.     is allowed and the status of the directive according to the legend
  22.     tables below.</p>
  23.   </summary>
  24.  
  25.   <legend>
  26.     <table>
  27.       <columnspec><column width=".1"/><column width=".2"/></columnspec>
  28.       <tr><th>s</th><td>server config</td></tr>
  29.       <tr><th>v</th><td>virtual host</td></tr>
  30.       <tr><th>d</th><td>directory</td></tr>
  31.       <tr><th>h</th><td>.htaccess</td></tr>
  32.     </table>
  33.  
  34.     <table>
  35.       <columnspec><column width=".1"/><column width=".2"/></columnspec>
  36.       <tr><th>C</th><td>Core</td></tr>
  37.       <tr><th>M</th><td>MPM</td></tr>
  38.       <tr><th>B</th><td>Base</td></tr>
  39.       <tr><th>E</th><td>Extension</td></tr>
  40.       <tr><th>X</th><td>Experimental</td></tr>
  41.     </table>
  42.   </legend>
  43.  
  44.   &allmodules;
  45. </quickreference>
  46.