bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / apache2 / manual / mod / directive-dict.html.en
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
4         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5               This file is generated from xml source: DO NOT EDIT
6         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7       -->
8 <title>Terms Used to Describe Directives - Apache HTTP Server</title>
9 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11 <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
12 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
13 <body id="manual-page"><div id="page-header">
14 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
15 <p class="apache">Apache HTTP Server Version 2.0</p>
16 <img alt="" src="../images/feather.gif" /></div>
17 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
18 <div id="path">
19 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Terms Used to Describe Directives</h1>
20 <div class="toplang">
21 <p><span>Available Languages: </span><a href="../en/mod/directive-dict.html" title="English">&nbsp;en&nbsp;</a> |
22 <a href="../es/mod/directive-dict.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
23 <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
24 <a href="../ko/mod/directive-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
25 <a href="../tr/mod/directive-dict.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
26 </div>
27
28     <p>This document describes the terms that are used to describe
29     each Apache <a href="directives.html">configuration
30     directive</a>.</p>
31 </div>
32 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#Description">Description</a></li>
33 <li><img alt="" src="../images/down.gif" /> <a href="#Syntax">Syntax</a></li>
34 <li><img alt="" src="../images/down.gif" /> <a href="#Default">Default</a></li>
35 <li><img alt="" src="../images/down.gif" /> <a href="#Context">Context</a></li>
36 <li><img alt="" src="../images/down.gif" /> <a href="#Override">Override</a></li>
37 <li><img alt="" src="../images/down.gif" /> <a href="#Status">Status</a></li>
38 <li><img alt="" src="../images/down.gif" /> <a href="#Module">Module</a></li>
39 <li><img alt="" src="../images/down.gif" /> <a href="#Compatibility">Compatibility</a></li>
40 </ul><h3>See also</h3><ul class="seealso"><li><a href="../configuring.html">Configuration files</a></li></ul></div>
41 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
42 <div class="section">
43 <h2><a name="Description" id="Description">Description</a></h2>
44
45 <p>A brief description of the purpose of the directive.</p>
46 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
47 <div class="section">
48 <h2><a name="Syntax" id="Syntax">Syntax</a></h2>
49
50     <p>This indicates the format of the directive as it would
51     appear in a configuration file. This syntax is extremely
52     directive-specific, and is described in detail in the
53     directive's definition. Generally, the directive name is
54     followed by a series of one or more space-separated arguments.
55     If an argument contains a space, the argument must be enclosed
56     in double quotes. Optional arguments are enclosed in square
57     brackets. Where an argument can take on more than one possible
58     value, the possible values are separated by vertical bars "|".
59     Literal text is presented in the default font, while
60     argument-types for which substitution is necessary are
61     <em>emphasized</em>. Directives which can take a variable
62     number of arguments will end in "..." indicating that the last
63     argument is repeated.</p>
64
65     <p>Directives use a great number of different argument types. A
66     few common ones are defined below.</p>
67
68     <dl>
69       <dt><em>URL</em></dt>
70
71       <dd>A complete Uniform Resource Locator including a scheme,
72       hostname, and optional pathname as in
73       <code>http://www.example.com/path/to/file.html</code></dd>
74
75       <dt><em>URL-path</em></dt>
76
77       <dd>The part of a <em>url</em> which follows the scheme and
78       hostname as in <code>/path/to/file.html</code>. The
79       <em>url-path</em> represents a web-view of a resource, as
80       opposed to a file-system view.</dd>
81
82       <dt><em>file-path</em></dt>
83
84       <dd>The path to a file in the local file-system beginning
85       with the root directory as in
86       <code>/usr/local/apache/htdocs/path/to/file.html</code>.
87       Unless otherwise specified, a <em>file-path</em> which does
88       not begin with a slash will be treated as relative to the <a href="core.html#serverroot">ServerRoot</a>.</dd>
89
90       <dt><em>directory-path</em></dt>
91
92       <dd>The path to a directory in the local file-system
93       beginning with the root directory as in
94       <code>/usr/local/apache/htdocs/path/to/</code>.</dd>
95
96       <dt><em>filename</em></dt>
97
98       <dd>The name of a file with no accompanying path information
99       as in <code>file.html</code>.</dd>
100
101       <dt><em>regex</em></dt>
102
103       <dd>A Perl-compatible <a href="../glossary.html#regex">regular
104       expression</a>. The directive definition will specify what the
105       <em>regex</em> is matching against.</dd>
106
107       <dt><em>extension</em></dt>
108
109       <dd>In general, this is the part of the <em>filename</em>
110       which follows the last dot. However, Apache recognizes
111       multiple filename extensions, so if a <em>filename</em>
112       contains more than one dot, each dot-separated part of the
113       filename following the first dot is an <em>extension</em>.
114       For example, the <em>filename</em> <code>file.html.en</code>
115       contains two extensions: <code>.html</code> and
116       <code>.en</code>. For Apache directives, you may specify
117       <em>extension</em>s with or without the leading dot. In
118       addition, <em>extension</em>s are not case sensitive.</dd>
119
120       <dt><em>MIME-type</em></dt>
121
122       <dd>A method of describing the format of a file which
123       consists of a major format type and a minor format type,
124       separated by a slash as in <code>text/html</code>.</dd>
125
126       <dt><em>env-variable</em></dt>
127
128       <dd>The name of an <a href="../env.html">environment
129       variable</a> defined in the Apache configuration process.
130       Note this is not necessarily the same as an operating system
131       environment variable. See the <a href="../env.html">environment variable documentation</a> for
132       more details.</dd>
133     </dl>
134 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
135 <div class="section">
136 <h2><a name="Default" id="Default">Default</a></h2>
137
138     <p>If the directive has a default value (<em>i.e.</em>, if you
139     omit it from your configuration entirely, the Apache Web server
140     will behave as though you set it to a particular value), it is
141     described here. If there is no default value, this section
142     should say "<em>None</em>". Note that the default listed here
143     is not necessarily the same as the value the directive takes in
144     the default httpd.conf distributed with the server.</p>
145 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
146 <div class="section">
147 <h2><a name="Context" id="Context">Context</a></h2>
148
149     <p>This indicates where in the server's configuration files the
150     directive is legal. It's a comma-separated list of one or more
151     of the following values:</p>
152
153     <dl>
154       <dt>server config</dt>
155
156       <dd>This means that the directive may be used in the server
157       configuration files (<em>e.g.</em>, <code>httpd.conf</code>), but
158       <strong>not</strong> within any
159       <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code>
160       or <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code>
161       containers. It is not allowed in <code>.htaccess</code> files
162       at all.</dd>
163
164       <dt>virtual host</dt>
165
166       <dd>This context means that the directive may appear inside
167       <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code>
168       containers in the server
169       configuration files.</dd>
170
171       <dt>directory</dt>
172
173       <dd>A directive marked as being valid in this context may be
174       used inside <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code>,
175       <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code>,
176       and <code class="directive"><a href="../mod/core.html#files">&lt;Files&gt;</a></code>
177       containers in the server configuration files, subject to the
178       restrictions outlined in <a href="../sections.html">How
179       Directory, Location and Files sections work</a>.</dd>
180
181       <dt>.htaccess</dt>
182
183       <dd>If a directive is valid in this context, it means that it
184       can appear inside <em>per</em>-directory
185       <code>.htaccess</code> files. It may not be processed, though
186       depending upon the <a href="#Override">overrides</a> currently active.</dd>
187     </dl>
188
189     <p>The directive is <em>only</em> allowed within the designated
190     context; if you try to use it elsewhere, you'll get a
191     configuration error that will either prevent the server from
192     handling requests in that context correctly, or will keep the
193     server from operating at all -- <em>i.e.</em>, the server won't
194     even start.</p>
195
196     <p>The valid locations for the directive are actually the
197     result of a Boolean OR of all of the listed contexts. In other
198     words, a directive that is marked as being valid in
199     "<code>server config, .htaccess</code>" can be used in the
200     <code>httpd.conf</code> file and in <code>.htaccess</code>
201     files, but not within any <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code> or
202     <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code>
203     containers.</p>
204 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
205 <div class="section">
206 <h2><a name="Override" id="Override">Override</a></h2>
207
208     <p>This directive attribute indicates which configuration
209     override must be active in order for the directive to be
210     processed when it appears in a <code>.htaccess</code> file. If
211     the directive's <a href="#Context">context</a>
212     doesn't permit it to appear in <code>.htaccess</code> files,
213     then no context will be listed.</p>
214
215     <p>Overrides are activated by the <code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code> directive, and apply
216     to a particular scope (such as a directory) and all
217     descendants, unless further modified by other
218     <code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code> directives at
219     lower levels. The documentation for that directive also lists the
220     possible override names available.</p>
221 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
222 <div class="section">
223 <h2><a name="Status" id="Status">Status</a></h2>
224
225     <p>This indicates how tightly bound into the Apache Web server
226     the directive is; in other words, you may need to recompile the
227     server with an enhanced set of modules in order to gain access
228     to the directive and its functionality. Possible values for
229     this attribute are:</p>
230
231     <dl>
232       <dt>Core</dt>
233
234       <dd>If a directive is listed as having "Core" status, that
235       means it is part of the innermost portions of the Apache Web
236       server, and is always available.</dd>
237
238       <dt>MPM</dt>
239
240       <dd>A directive labeled as having "MPM" status is provided by
241       a <a href="../mpm.html">Multi-Processing Module</a>. This
242       type of directive will be available if and only if you are
243       using one of the MPMs listed on the <a href="#Module">Module</a> line of the directive
244       definition.</dd>
245
246       <dt>Base</dt>
247
248       <dd>A directive labeled as having "Base" status is supported
249       by one of the standard Apache modules which is compiled into
250       the server by default, and is therefore normally available
251       unless you've taken steps to remove the module from your
252       configuration.</dd>
253
254       <dt>Extension</dt>
255
256       <dd>A directive with "Extension" status is provided by one of
257       the modules included with the Apache server kit, but the
258       module isn't normally compiled into the server. To enable the
259       directive and its functionality, you will need to change the
260       server build configuration files and re-compile Apache.</dd>
261
262       <dt>Experimental</dt>
263
264       <dd>"Experimental" status indicates that the directive is
265       available as part of the Apache kit, but you're on your own
266       if you try to use it. The directive is being documented for
267       completeness, and is not necessarily supported. The module
268       which provides the directive may or may not be compiled in by
269       default; check the top of the page which describes the
270       directive and its module to see if it remarks on the
271       availability.</dd>
272     </dl>
273 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
274 <div class="section">
275 <h2><a name="Module" id="Module">Module</a></h2>
276
277     <p>This quite simply lists the name of the source module which
278     defines the directive.</p>
279 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
280 <div class="section">
281 <h2><a name="Compatibility" id="Compatibility">Compatibility</a></h2>
282
283     <p>If the directive wasn't part of the original Apache version
284     2 distribution, the version in which it was introduced should
285     be listed here.  In addition, if the directive is available
286     only on certain platforms, it will be noted here.</p>
287 </div></div>
288 <div class="bottomlang">
289 <p><span>Available Languages: </span><a href="../en/mod/directive-dict.html" title="English">&nbsp;en&nbsp;</a> |
290 <a href="../es/mod/directive-dict.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
291 <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
292 <a href="../ko/mod/directive-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
293 <a href="../tr/mod/directive-dict.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
294 </div><div id="footer">
295 <p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
296 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
297 </body></html>