ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaie_5.4.0.1/rzaiedirective-dict.htm

141 lines
9.8 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="topic" />
<meta name="DC.Title" content="Directive term definitions for HTTP Server (powered by Apache)" />
<meta name="abstract" content="This topic provides information about the directive terms used for HTTP Server (powered by Apache)." />
<meta name="description" content="This topic provides information about the directive terms used for HTTP Server (powered by Apache)." />
<meta name="copyright" content="(C) Copyright IBM Corporation 2002,2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2002,2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzaiedirective-dict" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Directive term definitions for HTTP Server (powered by Apache) </title>
</head>
<body id="rzaiedirective-dict"><a name="rzaiedirective-dict"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<!--Java sync-link--><h1 class="topictitle1">Directive term definitions for HTTP Server (powered by Apache) </h1>
<div><p>This topic provides information about the directive terms used
for HTTP Server (powered by Apache).</p>
<div class="important"><span class="importanttitle">Important:</span> Information
for this topic supports the latest PTF levels for HTTP Server for i5/OS .
It is recommended that you install the latest PTFs to upgrade to the latest
level of the HTTP Server for i5/OS. Some of the topics documented here are
not available prior to this update. See <a href="http://www-03.ibm.com/servers/eserver/iseries/software/http/services/service.html" target="_blank">http://www.ibm.com/servers/eserver/iseries/software/http/services/service.htm</a> <img src="www.gif" alt="Link outside Information Center" /> for more information. </div>
<p>Each configuration directive is described using the following attributes: </p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="void" border="0" rules="none"><tbody><tr><td colspan="2" valign="top"><strong><a href="#rzaiedirective-dict__Module">Module</a></strong>: directive existence</td>
</tr>
<tr><td colspan="2" valign="top"><strong><a href="#rzaiedirective-dict__Syntax">Syntax</a></strong>: directive_name <em>arguments</em></td>
</tr>
<tr><td colspan="2" valign="top"><strong><a href="#rzaiedirective-dict__Default">Default</a></strong>: directive_name default_value</td>
</tr>
<tr><td colspan="2" valign="top"><strong><a href="#rzaiedirective-dict__Context">Context</a></strong>: context_list</td>
</tr>
<tr><td colspan="2" valign="top"><strong><a href="#rzaiedirective-dict__Override">Override</a></strong>: directive override activation</td>
</tr>
<tr><td colspan="2" valign="top"><strong><a href="#rzaiedirective-dict__Origin">Origin</a></strong>: origin</td>
</tr>
<tr><td colspan="2" valign="top"><strong><a href="#rzaiedirective-dict__UsageConsiderations">Usage Considerations</a></strong>: important usage considerations
required in the server configuration file</td>
</tr>
<tr><td colspan="2" valign="top"><strong><a href="#rzaiedirective-dict__Example">Example</a></strong>: example of directive and its arguments</td>
</tr>
</tbody>
</table>
</div>
<div class="hr" id="rzaiedirective-dict__Module"><a name="rzaiedirective-dict__Module"><!-- --></a><h4 class="sectiontitle">Module</h4><p>This attribute
identifies the module the directive is associated with.</p>
</div>
<div class="hr" id="rzaiedirective-dict__Syntax"><a name="rzaiedirective-dict__Syntax"><!-- --></a><h4 class="sectiontitle">Syntax</h4><p>This attribute
indicates the format of the directive as it would appear in a configuration
file. This syntax is directive-specific, so refer to the text of the directive's
other attributes for details. Strings should be quoted. The string ("word1
word2") contains spaces. If the strings do not contain spaces they do not
need to be quoted.</p>
</div>
<div class="hr" id="rzaiedirective-dict__Default"><a name="rzaiedirective-dict__Default"><!-- --></a><h4 class="sectiontitle">Default</h4><p>This attribute
specifies if the directive has a default value. For example, if you omit the
directive from your configuration entirely, HTTP Server will behave as though
you set it to a particular value. If there is no default value, this attribute
says "none".</p>
</div>
<div class="hr" id="rzaiedirective-dict__Context"><a name="rzaiedirective-dict__Context"><!-- --></a><h4 class="sectiontitle">Context</h4><p>This attribute
indicates where in the server's configuration the directive is supported.
It's a comma-separated list of one or more of the following values: </p>
<dl class="dlexpand"><dt class="dltermexpand">server config</dt>
<dd>The directive is valid in the global server configuration.</dd>
<dt class="dltermexpand">virtual host</dt>
<dd>The directive is valid in &lt;VirtualHost&gt; containers. </dd>
<dt class="dltermexpand">directory</dt>
<dd>The directive is valid in &lt;Directory&gt;, &lt;Location&gt;, and &lt;Files&gt;
containers, subject to the restrictions outlined in the "<a href="rzaiecontext.htm">Fundamental directive, context, and server area concepts on HTTP Server (powered by Apache)</a>" topic. </dd>
<dt class="dltermexpand">directory (but not location)</dt>
<dd>The directive is valid in &lt;Directory&gt;, &lt;Files&gt; containers, subject
to the restrictions outlined in the "<a href="rzaiecontext.htm">Fundamental directive, context, and server area concepts on HTTP Server (powered by Apache)</a>"
topic, but is not valid in the &lt;Location&gt; container. </dd>
<dt class="dltermexpand">.htaccess</dt>
<dd>The directive is valid in per-directory .htaccess files. It may not be
processed, however, depending upon the <a href="#rzaiedirective-dict__Override">overrides</a> currently active. For more information on
how to use .htaccess files, see the <a href="http://httpd.apache.org/" target="_blank">Apache HTTP Server Project</a> <img src="www.gif" alt="Link outside Information Center" /> Web site.</dd>
<dt class="dltermexpand">Not in Limit</dt>
<dd>The directive is not valid in &lt;Limit&gt; containers, subject to the
restrictions outline in the "<a href="rzaiecontext.htm">Fundamental directive, context, and server area concepts on HTTP Server (powered by Apache)</a>"
topic.</dd>
<dt class="dltermexpand">All</dt>
<dd>The directive is valid in all contexts.</dd>
</dl>
<div class="note"><span class="notetitle">Note:</span> The directive is only allowed within its supported context;
if you try to use it elsewhere, you will receive a configuration error that
will either prevent the server from handling requests, or will keep the server
from starting. The valid context for a directive is actually the result of
a "Boolean OR" of all of the listed contexts. In other words, a directive
that is marked as being valid in "server config, .htaccess" can be used in
the server configuration file and in .htaccess files, but not within any &lt;Directory&gt;
or &lt;VirtualHost&gt; containers.</div>
</div>
<div class="hr" id="rzaiedirective-dict__Override"><a name="rzaiedirective-dict__Override"><!-- --></a><h4 class="sectiontitle">Override</h4><p>This attribute
indicates which configuration override must be active in order for the directive
to be processed when it appears in a .htaccess file. If the directive's <a href="#rzaiedirective-dict__Context">context</a> does not
permit it to appear in .htaccess files, this attribute is none.</p>
</div>
<div class="hr" id="rzaiedirective-dict__Origin"><a name="rzaiedirective-dict__Origin"><!-- --></a><h4 class="sectiontitle">Origin</h4><p>This attribute
indicates if the directive is new for <strong>iSeries™</strong> HTTP Server (powered by Apache), <strong>modified</strong> for
iSeries HTTP Server (powered by Apache), or an unmodified <strong>Apache</strong> directive.
Possible values for this attribute include:</p>
<dl class="dlexpand"><dt class="dltermexpand">iSeries</dt>
<dd>A new directive created for the iSeries HTTP Server (powered by Apache).</dd>
<dt class="dltermexpand">Modified</dt>
<dd>An Apache server directive modified to support the iSeries HTTP Server
(powered by Apache).</dd>
<dt class="dltermexpand">Apache</dt>
<dd>An unmodified Apache server directive.</dd>
</dl>
</div>
<div class="hr" id="rzaiedirective-dict__UsageConsiderations"><a name="rzaiedirective-dict__UsageConsiderations"><!-- --></a><h4 class="sectiontitle">Usage Considerations</h4><p>This
attribute specifies if important usage considerations such as a LoadModule
are required in the server configuration file prior to using the directive.
If this attribute is not available, the directive does not require any usage
considerations. </p>
</div>
<div class="hr" id="rzaiedirective-dict__Example"><a name="rzaiedirective-dict__Example"><!-- --></a><h4 class="sectiontitle">Example</h4><p>This attribute
specifies at least one example for directives that take a file path name as
an argument. It will include both a root example and a QSYS.LIB example, if
both apply.</p>
</div>
</div>
</body>
</html>