]> granicus.if.org Git - apache/blob - docs/manual/mod/quickreference.xml
update license header text
[apache] / docs / manual / mod / quickreference.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE quickreference SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <!-- $LastChangedRevision$ -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <quickreference metafile="quickreference.xml.meta">
24   <title>Directive Quick Reference</title>
25   <summary>
26     <p>The directive quick reference shows the usage, default, status,
27     and context of each Apache configuration directive.  For more
28     information about each of these, see the <a
29     href="directive-dict.html">Directive Dictionary</a>.</p>
30
31     <p>The first column gives the directive name and usage.  The second
32     columns shows the default value of the directive, if a default exists.
33     If the default is too large to display, the first characters will be
34     followed by "+".</p>
35
36     <p>The third and fourth columns list the contexts where the directive
37     is allowed and the status of the directive according to the legend
38     tables below.</p>
39   </summary>
40
41   <legend>
42     <table>
43       <columnspec><column width=".1"/><column width=".2"/></columnspec>
44       <tr><th>s</th><td>server&#160;config</td></tr>
45       <tr><th>v</th><td>virtual&#160;host</td></tr>
46       <tr><th>d</th><td>directory</td></tr>
47       <tr><th>h</th><td>.htaccess</td></tr>
48     </table>
49
50     <table>
51       <columnspec><column width=".1"/><column width=".2"/></columnspec>
52       <tr><th>C</th><td>Core</td></tr>
53       <tr><th>M</th><td>MPM</td></tr>
54       <tr><th>B</th><td>Base</td></tr>
55       <tr><th>E</th><td>Extension</td></tr>
56       <tr><th>X</th><td>Experimental</td></tr>
57       <tr><th>T</th><td>External</td></tr>
58     </table>
59   </legend>
60 </quickreference>