mirror of
https://github.com/apache/httpd.git
synced 2025-04-18 22:24:07 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921400 13f79535-47bb-0310-9956-ffa450edef68
909 lines
87 KiB
XML
909 lines
87 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
<!--
|
|
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
This file is generated from xml source: DO NOT EDIT
|
|
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
-->
|
|
<title>Override Class Index for .htaccess - Apache HTTP Server Version 2.5</title>
|
|
<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
|
|
<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
|
|
<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" />
|
|
<script src="../style/scripts/prettify.min.js" type="text/javascript">
|
|
</script>
|
|
|
|
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
|
|
<body id="override-index">
|
|
<div id="page-header">
|
|
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
|
|
<p class="apache">Apache HTTP Server Version 2.5</p>
|
|
<img alt="" src="../images/feather.png" /></div>
|
|
<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
|
|
<div id="path">
|
|
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.5</a></div>
|
|
|
|
<div id="page-content"><div id="preamble"><h1>Override Class Index for .htaccess</h1>
|
|
<div class="toplang">
|
|
<p><span>Available Languages: </span><a href="../en/mod/overrides.html" title="English"> en </a> |
|
|
<a href="../fr/mod/overrides.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p>
|
|
</div>
|
|
|
|
<p>
|
|
This is an index of the directives that are allowed in .htaccess files for
|
|
various <code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code> settings,
|
|
organized by class. Its intended purpose is to help server administrators
|
|
verify the privileges they're granting to .htaccess users. For an overview
|
|
of how .htaccess works, see the
|
|
<a href="../howto/htaccess.html">.htaccess tutorial</a>.
|
|
</p>
|
|
|
|
<p>
|
|
To determine the set of directives that your server configuration allows
|
|
.htaccess users to use:
|
|
</p>
|
|
|
|
<ol>
|
|
<li>Start with the set of directives in the <code>AllowOverrideList</code>
|
|
for the directory in question. (By default, this is set to
|
|
<code>None</code>.)</li>
|
|
<li>Find the <code>AllowOverride</code> setting for the directory in
|
|
question. (By default, it is set to <code>None</code>.) There are two
|
|
special cases:
|
|
<ol>
|
|
<li>If your <code>AllowOverride</code> setting is <code>All</code>,
|
|
add every directive listed on this page to the list.</li>
|
|
<li>If your <code>AllowOverride</code> setting is <code>None</code>,
|
|
you're done. Only the directives in the <code>AllowOverrideList</code>
|
|
(if any) will be allowed.</li>
|
|
</ol>
|
|
</li>
|
|
<li>For each override class listed in <code>AllowOverride</code>, look up
|
|
the corresponding set of directives below and add them to the list.</li>
|
|
<li>Finally, add the set of directives that is always allowed in
|
|
.htaccess (these are listed in the
|
|
<a href="#override-all">All section</a>, below).</li>
|
|
</ol>
|
|
|
|
<p>
|
|
Several of the override classes are quite powerful and give .htaccess
|
|
users a large amount of control over the server. For a stricter approach,
|
|
set <code>AllowOverride None</code> and use
|
|
<code class="directive"><a href="../mod/core.html#allowoverridelist">AllowOverrideList</a></code> to specify the
|
|
exact list of directives that .htaccess users are allowed to use.
|
|
</p>
|
|
</div>
|
|
<div id="quickview"><h3>Topics</h3>
|
|
<ul id="topics">
|
|
<li><img alt="" src="../images/down.gif" /> <a href="#override-all">All</a></li>
|
|
<li><img alt="" src="../images/down.gif" /> <a href="#override-authconfig">AuthConfig</a></li>
|
|
<li><img alt="" src="../images/down.gif" /> <a href="#override-fileinfo">FileInfo</a></li>
|
|
<li><img alt="" src="../images/down.gif" /> <a href="#override-indexes">Indexes</a></li>
|
|
<li><img alt="" src="../images/down.gif" /> <a href="#override-limit">Limit</a></li>
|
|
<li><img alt="" src="../images/down.gif" /> <a href="#override-options">Options</a></li>
|
|
</ul><h3>See also</h3>
|
|
<ul class="seealso">
|
|
<li><a href="#comments_section">Comments</a></li></ul></div>
|
|
<div id="override-list"><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a name="override-all">All</a></h2>
|
|
<p>
|
|
The following directives are allowed in any .htaccess file, as long as
|
|
overrides are enabled in the server configuration.
|
|
</p>
|
|
<table class="qref"><tr><td><a href="mod_deflate.html#deflateinflatelimitrequestbody">DeflateInflateLimitRequestBody</a></td><td class="module"><a href="mod_deflate.html">mod_deflate</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Maximum size of inflated request bodies</td></tr>
|
|
<tr class="odd"><td><a href="mod_deflate.html#deflateinflateratioburst">DeflateInflateRatioBurst</a></td><td class="module"><a href="mod_deflate.html">mod_deflate</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Maximum number of times the inflation ratio for request bodies
|
|
can be crossed</td></tr>
|
|
<tr><td><a href="mod_deflate.html#deflateinflateratiolimit">DeflateInflateRatioLimit</a></td><td class="module"><a href="mod_deflate.html">mod_deflate</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Maximum inflation ratio for request bodies</td></tr>
|
|
<tr class="odd"><td><a href="core.html#else"><Else></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Contains directives that apply only if the condition of a
|
|
previous <code class="directive"><a href="../mod/core.html#if"><If></a></code> or
|
|
<code class="directive"><a href="../mod/core.html#elseif"><ElseIf></a></code> section is not
|
|
satisfied by a request at runtime</td></tr>
|
|
<tr><td><a href="core.html#elseif"><ElseIf></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Contains directives that apply only if a condition is satisfied
|
|
by a request at runtime while the condition of a previous
|
|
<code class="directive"><a href="../mod/core.html#if"><If></a></code> or
|
|
<code class="directive"><ElseIf></code> section is not
|
|
satisfied</td></tr>
|
|
<tr class="odd"><td><a href="core.html#error">Error</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Abort configuration parsing with a custom error message</td></tr>
|
|
<tr><td><a href="core.html#files"><Files></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Contains directives that apply to matched
|
|
filenames</td></tr>
|
|
<tr class="odd"><td><a href="core.html#filesmatch"><FilesMatch></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Contains directives that apply to regular-expression matched
|
|
filenames</td></tr>
|
|
<tr><td><a href="core.html#if"><If></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Contains directives that apply only if a condition is
|
|
satisfied by a request at runtime</td></tr>
|
|
<tr class="odd"><td><a href="core.html#ifdefine"><IfDefine></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Encloses directives that will be processed only
|
|
if a test is true at startup</td></tr>
|
|
<tr><td><a href="core.html#ifdirective"><IfDirective></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Encloses directives that are processed conditional on the
|
|
presence or absence of a specific directive</td></tr>
|
|
<tr class="odd"><td><a href="core.html#iffile"><IfFile></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Encloses directives that will be processed only
|
|
if file exists at startup</td></tr>
|
|
<tr><td><a href="core.html#ifmodule"><IfModule></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Encloses directives that are processed conditional on the
|
|
presence or absence of a specific module</td></tr>
|
|
<tr class="odd"><td><a href="core.html#ifsection"><IfSection></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Encloses directives that are processed conditional on the
|
|
presence or absence of a specific section directive</td></tr>
|
|
<tr><td><a href="mod_version.html#ifversion"><IfVersion></a></td><td class="module"><a href="mod_version.html">mod_version</a></td></tr>
|
|
<tr><td colspan="2" class="descr">contains version dependent configuration</td></tr>
|
|
<tr class="odd"><td><a href="core.html#limitrequestbody">LimitRequestBody</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Restricts the total size of the HTTP request body sent
|
|
from the client</td></tr>
|
|
<tr><td><a href="core.html#limitxmlrequestbody">LimitXMLRequestBody</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Limits the size of an XML-based request body</td></tr>
|
|
<tr class="odd"><td><a href="mod_logio.html#logiotrackttfb">LogIOTrackTTFB</a></td><td class="module"><a href="mod_logio.html">mod_logio</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Enable tracking of time to first byte (TTFB = time to first byte)
|
|
</td></tr>
|
|
<tr><td><a href="mod_logio.html#logiotrackttfu">LogIOTrackTTFU</a></td><td class="module"><a href="mod_logio.html">mod_logio</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Enable tracking of time to last request byte (TTFU = time to finish
|
|
upload)</td></tr>
|
|
<tr class="odd"><td><a href="mod_lua.html#luacodecache">LuaCodeCache</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Configure the compiled code cache.</td></tr>
|
|
<tr><td><a href="mod_lua.html#luahookaccesschecker">LuaHookAccessChecker</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Provide a hook for the access_checker phase of request processing</td></tr>
|
|
<tr class="odd"><td><a href="mod_lua.html#luahookauthchecker">LuaHookAuthChecker</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Provide a hook for the auth_checker phase of request processing</td></tr>
|
|
<tr><td><a href="mod_lua.html#luahookcheckuserid">LuaHookCheckUserID</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Provide a hook for the check_user_id phase of request processing</td></tr>
|
|
<tr class="odd"><td><a href="mod_lua.html#luahookfixups">LuaHookFixups</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Provide a hook for the fixups phase of a request
|
|
processing</td></tr>
|
|
<tr><td><a href="mod_lua.html#luahookinsertfilter">LuaHookInsertFilter</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Provide a hook for the insert_filter phase of request processing</td></tr>
|
|
<tr class="odd"><td><a href="mod_lua.html#luahooklog">LuaHookLog</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Provide a hook for the access log phase of a request
|
|
processing</td></tr>
|
|
<tr><td><a href="mod_lua.html#luahookmaptostorage">LuaHookMapToStorage</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Provide a hook for the map_to_storage phase of request processing</td></tr>
|
|
<tr class="odd"><td><a href="mod_lua.html#luahookpretranslate">LuaHookPreTranslate</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Provide a hook for the pre_translate phase of a request
|
|
processing</td></tr>
|
|
<tr><td><a href="mod_lua.html#luahooktranslatename">LuaHookTranslateName</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Provide a hook for the translate name phase of request processing</td></tr>
|
|
<tr class="odd"><td><a href="mod_lua.html#luahooktypechecker">LuaHookTypeChecker</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Provide a hook for the type_checker phase of request processing</td></tr>
|
|
<tr><td><a href="mod_lua.html#luainherit">LuaInherit</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Controls how parent configuration sections are merged into children</td></tr>
|
|
<tr class="odd"><td><a href="mod_lua.html#luainputfilter">LuaInputFilter</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Provide a Lua function for content input filtering</td></tr>
|
|
<tr><td><a href="mod_lua.html#luamaphandler">LuaMapHandler</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Map a path to a lua handler</td></tr>
|
|
<tr class="odd"><td><a href="mod_lua.html#luaoutputfilter">LuaOutputFilter</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Provide a Lua function for content output filtering</td></tr>
|
|
<tr><td><a href="mod_lua.html#luapackagecpath">LuaPackageCPath</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Add a directory to lua's package.cpath</td></tr>
|
|
<tr class="odd"><td><a href="mod_lua.html#luapackagepath">LuaPackagePath</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Add a directory to lua's package.path</td></tr>
|
|
<tr><td><a href="mod_lua.html#luaquickhandler">LuaQuickHandler</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Provide a hook for the quick handler of request processing</td></tr>
|
|
<tr class="odd"><td><a href="mod_lua.html#luaroot">LuaRoot</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Specify the base path for resolving relative paths for mod_lua directives</td></tr>
|
|
<tr><td><a href="mod_lua.html#luascope">LuaScope</a></td><td class="module"><a href="mod_lua.html">mod_lua</a></td></tr>
|
|
<tr><td colspan="2" class="descr">One of once, request, conn, thread -- default is once</td></tr>
|
|
<tr class="odd"><td><a href="mod_macro.html#macro"><Macro></a></td><td class="module"><a href="mod_macro.html">mod_macro</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Define a configuration file macro</td></tr>
|
|
<tr><td><a href="mod_macro.html#macroignorebadnesting">MacroIgnoreBadNesting</a></td><td class="module"><a href="mod_macro.html">mod_macro</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Ignore warnings, and does not log, about bad nesting of Macros</td></tr>
|
|
<tr class="odd"><td><a href="mod_macro.html#macroignoreemptyargs">MacroIgnoreEmptyArgs</a></td><td class="module"><a href="mod_macro.html">mod_macro</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Ignore warnings, and does not log, about empty Macro argument(s)</td></tr>
|
|
<tr><td><a href="core.html#rlimitcpu">RLimitCPU</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Limits the CPU consumption of processes launched
|
|
by Apache httpd children</td></tr>
|
|
<tr class="odd"><td><a href="core.html#rlimitmem">RLimitMEM</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Limits the memory consumption of processes launched
|
|
by Apache httpd children</td></tr>
|
|
<tr><td><a href="core.html#rlimitnproc">RLimitNPROC</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Limits the number of processes that can be launched by
|
|
processes launched by Apache httpd children</td></tr>
|
|
<tr class="odd"><td><a href="core.html#serversignature">ServerSignature</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Configures the footer on server-generated documents</td></tr>
|
|
<tr><td><a href="mod_include.html#ssierrormsg">SSIErrorMsg</a></td><td class="module"><a href="mod_include.html">mod_include</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Error message displayed when there is an SSI
|
|
error</td></tr>
|
|
<tr class="odd"><td><a href="mod_include.html#ssitimeformat">SSITimeFormat</a></td><td class="module"><a href="mod_include.html">mod_include</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Configures the format in which date strings are
|
|
displayed</td></tr>
|
|
<tr><td><a href="mod_include.html#ssiundefinedecho">SSIUndefinedEcho</a></td><td class="module"><a href="mod_include.html">mod_include</a></td></tr>
|
|
<tr><td colspan="2" class="descr">String displayed when an unset variable is echoed</td></tr>
|
|
<tr class="odd"><td><a href="mod_macro.html#undefmacro">UndefMacro</a></td><td class="module"><a href="mod_macro.html">mod_macro</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Undefine a macro</td></tr>
|
|
<tr><td><a href="mod_macro.html#use">Use</a></td><td class="module"><a href="mod_macro.html">mod_macro</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Use a macro</td></tr>
|
|
<tr class="odd"><td><a href="core.html#warning">Warning</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Warn from configuration parsing with a custom message</td></tr>
|
|
<tr><td><a href="mod_xml2enc.html#xml2encdefault">xml2EncDefault</a></td><td class="module"><a href="mod_xml2enc.html">mod_xml2enc</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets a default encoding to assume when absolutely no information
|
|
can be <a href="#sniffing">automatically detected</a></td></tr>
|
|
<tr class="odd"><td><a href="mod_xml2enc.html#xml2startparse">xml2StartParse</a></td><td class="module"><a href="mod_xml2enc.html">mod_xml2enc</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Advise the parser to skip leading junk.</td></tr>
|
|
</table></div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a name="override-authconfig">AuthConfig</a></h2>
|
|
<p>
|
|
The following directives are allowed in .htaccess files when
|
|
<code>AllowOverride AuthConfig</code> is in effect. They give .htaccess
|
|
users control over the authentication and authorization methods that are
|
|
applied to their directory subtrees, including several related utility
|
|
directives for session handling and TLS settings.
|
|
</p>
|
|
<table class="qref"><tr><td><a href="mod_authn_anon.html#anonymous">Anonymous</a></td><td class="module"><a href="mod_authn_anon.html">mod_authn_anon</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Specifies userIDs that are allowed access without
|
|
password verification</td></tr>
|
|
<tr class="odd"><td><a href="mod_authn_anon.html#anonymous_logemail">Anonymous_LogEmail</a></td><td class="module"><a href="mod_authn_anon.html">mod_authn_anon</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets whether the password entered will be logged in the
|
|
error log</td></tr>
|
|
<tr><td><a href="mod_authn_anon.html#anonymous_mustgiveemail">Anonymous_MustGiveEmail</a></td><td class="module"><a href="mod_authn_anon.html">mod_authn_anon</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Specifies whether blank passwords are allowed</td></tr>
|
|
<tr class="odd"><td><a href="mod_authn_anon.html#anonymous_nouserid">Anonymous_NoUserID</a></td><td class="module"><a href="mod_authn_anon.html">mod_authn_anon</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets whether the userID field may be empty</td></tr>
|
|
<tr><td><a href="mod_authn_anon.html#anonymous_verifyemail">Anonymous_VerifyEmail</a></td><td class="module"><a href="mod_authn_anon.html">mod_authn_anon</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets whether to check the password field for a correctly
|
|
formatted email address</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_basic.html#authbasicauthoritative">AuthBasicAuthoritative</a></td><td class="module"><a href="mod_auth_basic.html">mod_auth_basic</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets whether authorization and authentication are passed to
|
|
lower level modules</td></tr>
|
|
<tr><td><a href="mod_auth_basic.html#authbasicfake">AuthBasicFake</a></td><td class="module"><a href="mod_auth_basic.html">mod_auth_basic</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Fake basic authentication using the given expressions for
|
|
username and password</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></td><td class="module"><a href="mod_auth_basic.html">mod_auth_basic</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets the authentication provider(s) for this location</td></tr>
|
|
<tr><td><a href="mod_auth_basic.html#authbasicusedigestalgorithm">AuthBasicUseDigestAlgorithm</a></td><td class="module"><a href="mod_auth_basic.html">mod_auth_basic</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Check passwords against the authentication providers as if
|
|
Digest Authentication was in force instead of Basic Authentication.
|
|
</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_bearer.html#authbearerauthoritative">AuthBearerAuthoritative</a></td><td class="module"><a href="mod_auth_bearer.html">mod_auth_bearer</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets whether token verification is passed to lower level
|
|
modules</td></tr>
|
|
<tr><td><a href="mod_auth_bearer.html#authbearerprovider">AuthBearerProvider</a></td><td class="module"><a href="mod_auth_bearer.html">mod_auth_bearer</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets the authentication provider(s) for this location</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_bearer.html#authbearerproxy">AuthBearerProxy</a></td><td class="module"><a href="mod_auth_bearer.html">mod_auth_bearer</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Pass a bearer authentication token over a proxy connection
|
|
generated using the given expression</td></tr>
|
|
<tr><td><a href="mod_authz_dbm.html#authdbmgroupfile">AuthDBMGroupFile</a></td><td class="module"><a href="mod_authz_dbm.html">mod_authz_dbm</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets the name of the database file containing the list
|
|
of user groups for authorization</td></tr>
|
|
<tr class="odd"><td><a href="mod_authn_dbm.html#authdbmtype">AuthDBMType</a></td><td class="module"><a href="mod_authn_dbm.html">mod_authn_dbm</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets the type of database file that is used to
|
|
store passwords</td></tr>
|
|
<tr><td><a href="mod_authn_dbm.html#authdbmuserfile">AuthDBMUserFile</a></td><td class="module"><a href="mod_authn_dbm.html">mod_authn_dbm</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets the name of a database file containing the list of users and
|
|
passwords for authentication</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_digest.html#authdigestalgorithm">AuthDigestAlgorithm</a></td><td class="module"><a href="mod_auth_digest.html">mod_auth_digest</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Selects the algorithm used to calculate the challenge and
|
|
response hashes in digest authentication</td></tr>
|
|
<tr><td><a href="mod_auth_digest.html#authdigestdomain">AuthDigestDomain</a></td><td class="module"><a href="mod_auth_digest.html">mod_auth_digest</a></td></tr>
|
|
<tr><td colspan="2" class="descr">URIs that are in the same protection space for digest
|
|
authentication</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_digest.html#authdigestnonceformat">AuthDigestNonceFormat</a></td><td class="module"><a href="mod_auth_digest.html">mod_auth_digest</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Determines how the nonce is generated</td></tr>
|
|
<tr><td><a href="mod_auth_digest.html#authdigestnoncelifetime">AuthDigestNonceLifetime</a></td><td class="module"><a href="mod_auth_digest.html">mod_auth_digest</a></td></tr>
|
|
<tr><td colspan="2" class="descr">How long the server nonce is valid</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_digest.html#authdigestprovider">AuthDigestProvider</a></td><td class="module"><a href="mod_auth_digest.html">mod_auth_digest</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets the authentication provider(s) for this location</td></tr>
|
|
<tr><td><a href="mod_auth_digest.html#authdigestqop">AuthDigestQop</a></td><td class="module"><a href="mod_auth_digest.html">mod_auth_digest</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Determines the quality-of-protection to use in digest
|
|
authentication</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_form.html#authformauthoritative">AuthFormAuthoritative</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets whether authorization and authentication are passed to
|
|
lower level modules</td></tr>
|
|
<tr><td><a href="mod_auth_form.html#authformbody">AuthFormBody</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr><td colspan="2" class="descr">The name of a form field carrying the body of the request to attempt on successful login</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_form.html#authformdisablenostore">AuthFormDisableNoStore</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Disable the CacheControl no-store header on the login page</td></tr>
|
|
<tr><td><a href="mod_auth_form.html#authformfakebasicauth">AuthFormFakeBasicAuth</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Fake a Basic Authentication header</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_form.html#authformlocation">AuthFormLocation</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The name of a form field carrying a URL to redirect to on successful login</td></tr>
|
|
<tr><td><a href="mod_auth_form.html#authformloginrequiredlocation">AuthFormLoginRequiredLocation</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr><td colspan="2" class="descr">The URL of the page to be redirected to should login be required</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_form.html#authformloginsuccesslocation">AuthFormLoginSuccessLocation</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The URL of the page to be redirected to should login be successful</td></tr>
|
|
<tr><td><a href="mod_auth_form.html#authformlogoutlocation">AuthFormLogoutLocation</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr><td colspan="2" class="descr">The URL to redirect to after a user has logged out</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_form.html#authformmethod">AuthFormMethod</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The name of a form field carrying the method of the request to attempt on successful login</td></tr>
|
|
<tr><td><a href="mod_auth_form.html#authformmimetype">AuthFormMimetype</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr><td colspan="2" class="descr">The name of a form field carrying the mimetype of the body of the request to attempt on successful login</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_form.html#authformpassword">AuthFormPassword</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The name of a form field carrying the login password</td></tr>
|
|
<tr><td><a href="mod_auth_form.html#authformprovider">AuthFormProvider</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets the authentication provider(s) for this location</td></tr>
|
|
<tr class="odd"><td><a href="mod_auth_form.html#authformsitepassphrase">AuthFormSitePassphrase</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Bypass authentication checks for high traffic sites</td></tr>
|
|
<tr><td><a href="mod_auth_form.html#authformusername">AuthFormUsername</a></td><td class="module"><a href="mod_auth_form.html">mod_auth_form</a></td></tr>
|
|
<tr><td colspan="2" class="descr">The name of a form field carrying the login username</td></tr>
|
|
<tr class="odd"><td><a href="mod_authz_groupfile.html#authgroupfile">AuthGroupFile</a></td><td class="module"><a href="mod_authz_groupfile.html">mod_authz_groupfile</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets the name of a text file containing the list
|
|
of user groups for authorization</td></tr>
|
|
<tr><td><a href="mod_authnz_ldap.html#authldapauthorizeprefix">AuthLDAPAuthorizePrefix</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Specifies the prefix for environment variables set during
|
|
authorization</td></tr>
|
|
<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapbindauthoritative">AuthLDAPBindAuthoritative</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Determines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials.</td></tr>
|
|
<tr><td><a href="mod_authnz_ldap.html#authldapbinddn">AuthLDAPBindDN</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Optional DN to use in binding to the LDAP server</td></tr>
|
|
<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapbindpassword">AuthLDAPBindPassword</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Password used in conjunction with the bind DN</td></tr>
|
|
<tr><td><a href="mod_authnz_ldap.html#authldapcompareasuser">AuthLDAPCompareAsUser</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Use the authenticated user's credentials to perform authorization comparisons</td></tr>
|
|
<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapcomparednonserver">AuthLDAPCompareDNOnServer</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Use the LDAP server to compare the DNs</td></tr>
|
|
<tr><td><a href="mod_authnz_ldap.html#authldapdereferencealiases">AuthLDAPDereferenceAliases</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">When will the module de-reference aliases</td></tr>
|
|
<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapgroupattribute">AuthLDAPGroupAttribute</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">LDAP attributes used to identify the user members of
|
|
groups.</td></tr>
|
|
<tr><td><a href="mod_authnz_ldap.html#authldapgroupattributeisdn">AuthLDAPGroupAttributeIsDN</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Use the DN of the client username when checking for
|
|
group membership</td></tr>
|
|
<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapinitialbindasuser">AuthLDAPInitialBindAsUser</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Determines if the server does the initial DN lookup using the basic authentication users'
|
|
own username, instead of anonymously or with hard-coded credentials for the server</td></tr>
|
|
<tr><td><a href="mod_authnz_ldap.html#authldapinitialbindpattern">AuthLDAPInitialBindPattern</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Specifies the transformation of the basic authentication username to be used when binding to the LDAP server
|
|
to perform a DN lookup</td></tr>
|
|
<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapmaxsubgroupdepth">AuthLDAPMaxSubGroupDepth</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Specifies the maximum sub-group nesting depth that will be
|
|
evaluated before the user search is discontinued.</td></tr>
|
|
<tr><td><a href="mod_authnz_ldap.html#authldapremoteuserattribute">AuthLDAPRemoteUserAttribute</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Use the value of the attribute returned during the user
|
|
query to set the REMOTE_USER environment variable</td></tr>
|
|
<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapremoteuserisdn">AuthLDAPRemoteUserIsDN</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Use the DN of the client username to set the REMOTE_USER
|
|
environment variable</td></tr>
|
|
<tr><td><a href="mod_authnz_ldap.html#authldapsearchasuser">AuthLDAPSearchAsUser</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Use the authenticated user's credentials to perform authorization searches</td></tr>
|
|
<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapsubgroupattribute">AuthLDAPSubGroupAttribute</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Specifies the attribute labels, one value per
|
|
directive line, used to distinguish the members of the current group that
|
|
are groups.</td></tr>
|
|
<tr><td><a href="mod_authnz_ldap.html#authldapsubgroupclass">AuthLDAPSubGroupClass</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Specifies which LDAP objectClass values identify directory
|
|
objects that are groups during sub-group processing.</td></tr>
|
|
<tr class="odd"><td><a href="mod_authnz_ldap.html#authldapurl">AuthLDAPURL</a></td><td class="module"><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">URL specifying the LDAP search parameters</td></tr>
|
|
<tr><td><a href="mod_authz_core.html#authmerging">AuthMerging</a></td><td class="module"><a href="mod_authz_core.html">mod_authz_core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Controls the manner in which each configuration section's
|
|
authorization logic is combined with that of preceding configuration
|
|
sections.</td></tr>
|
|
<tr class="odd"><td><a href="mod_authn_core.html#authname">AuthName</a></td><td class="module"><a href="mod_authn_core.html">mod_authn_core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Authorization realm for use in HTTP
|
|
authentication</td></tr>
|
|
<tr><td><a href="mod_authn_socache.html#authncacheprovidefor">AuthnCacheProvideFor</a></td><td class="module"><a href="mod_authn_socache.html">mod_authn_socache</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Specify which authn provider(s) to cache for</td></tr>
|
|
<tr class="odd"><td><a href="mod_authn_socache.html#authncachetimeout">AuthnCacheTimeout</a></td><td class="module"><a href="mod_authn_socache.html">mod_authn_socache</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Set a timeout for cache entries</td></tr>
|
|
<tr><td><a href="mod_autht_jwt.html#authtjwtclaim">AuthtJwtClaim</a></td><td class="module"><a href="mod_autht_jwt.html">mod_autht_jwt</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Set a claim with the given name and expression, or unset the claim with the given name</td></tr>
|
|
<tr class="odd"><td><a href="mod_autht_jwt.html#authtjwtsign">AuthtJwtSign</a></td><td class="module"><a href="mod_autht_jwt.html">mod_autht_jwt</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The JWS signing algorithm and passphrase/key to sign an outgoing
|
|
JWT token</td></tr>
|
|
<tr><td><a href="mod_autht_jwt.html#authtjwtverify">AuthtJwtVerify</a></td><td class="module"><a href="mod_autht_jwt.html">mod_autht_jwt</a></td></tr>
|
|
<tr><td colspan="2" class="descr">The JWS signing algorithm and passphrase/key to verify an incoming
|
|
JWT token</td></tr>
|
|
<tr class="odd"><td><a href="mod_authn_core.html#authtype">AuthType</a></td><td class="module"><a href="mod_authn_core.html">mod_authn_core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Type of user authentication</td></tr>
|
|
<tr><td><a href="mod_authn_file.html#authuserfile">AuthUserFile</a></td><td class="module"><a href="mod_authn_file.html">mod_authn_file</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets the name of a text file containing the list of users and
|
|
passwords for authentication</td></tr>
|
|
<tr class="odd"><td><a href="mod_authz_dbm.html#authzdbmtype">AuthzDBMType</a></td><td class="module"><a href="mod_authz_dbm.html">mod_authz_dbm</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets the type of database file that is used to
|
|
store list of user groups</td></tr>
|
|
<tr><td><a href="mod_authz_core.html#authzsendforbiddenonfailure">AuthzSendForbiddenOnFailure</a></td><td class="module"><a href="mod_authz_core.html">mod_authz_core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Send '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if
|
|
authentication succeeds but authorization fails
|
|
</td></tr>
|
|
<tr class="odd"><td><a href="core.html#cgipassauth">CGIPassAuth</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Enables passing HTTP authorization headers to scripts as CGI
|
|
variables</td></tr>
|
|
<tr><td><a href="mod_ldap.html#ldapreferralhoplimit">LDAPReferralHopLimit</a></td><td class="module"><a href="mod_ldap.html">mod_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">The maximum number of referral hops to chase before terminating an LDAP query.</td></tr>
|
|
<tr class="odd"><td><a href="mod_ldap.html#ldapreferrals">LDAPReferrals</a></td><td class="module"><a href="mod_ldap.html">mod_ldap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Enable referral chasing during queries to the LDAP server.</td></tr>
|
|
<tr><td><a href="mod_ldap.html#ldaptrustedclientcert">LDAPTrustedClientCert</a></td><td class="module"><a href="mod_ldap.html">mod_ldap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets the file containing or nickname referring to a per
|
|
connection client certificate. Not all LDAP toolkits support per
|
|
connection client certificates.</td></tr>
|
|
<tr class="odd"><td><a href="core.html#limit"><Limit></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Restrict enclosed access controls to only certain HTTP
|
|
methods</td></tr>
|
|
<tr><td><a href="core.html#limitexcept"><LimitExcept></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Restrict access controls to all HTTP methods
|
|
except the named ones</td></tr>
|
|
<tr class="odd"><td><a href="mod_authz_core.html#require">Require</a></td><td class="module"><a href="mod_authz_core.html">mod_authz_core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Tests whether an authenticated user is authorized by
|
|
an authorization provider.</td></tr>
|
|
<tr><td><a href="mod_authz_core.html#requireall"><RequireAll></a></td><td class="module"><a href="mod_authz_core.html">mod_authz_core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Enclose a group of authorization directives of which none
|
|
must fail and at least one must succeed for the enclosing directive to
|
|
succeed.</td></tr>
|
|
<tr class="odd"><td><a href="mod_authz_core.html#requireany"><RequireAny></a></td><td class="module"><a href="mod_authz_core.html">mod_authz_core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Enclose a group of authorization directives of which one
|
|
must succeed for the enclosing directive to succeed.</td></tr>
|
|
<tr><td><a href="mod_authz_core.html#requirenone"><RequireNone></a></td><td class="module"><a href="mod_authz_core.html">mod_authz_core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Enclose a group of authorization directives of which none
|
|
must succeed for the enclosing directive to not fail.</td></tr>
|
|
<tr class="odd"><td><a href="mod_access_compat.html#satisfy">Satisfy</a></td><td class="module"><a href="mod_access_compat.html">mod_access_compat</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Interaction between host-level access control and
|
|
user authentication</td></tr>
|
|
<tr><td><a href="mod_session.html#session">Session</a></td><td class="module"><a href="mod_session.html">mod_session</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Enables a session for the current directory or location</td></tr>
|
|
<tr class="odd"><td><a href="mod_session_cookie.html#sessioncookiemaxage">SessionCookieMaxAge</a></td><td class="module"><a href="mod_session_cookie.html">mod_session_cookie</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Control whether session cookies have Max-Age transmitted to the client</td></tr>
|
|
<tr><td><a href="mod_session_cookie.html#sessioncookiename">SessionCookieName</a></td><td class="module"><a href="mod_session_cookie.html">mod_session_cookie</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Name and attributes for the RFC2109 cookie storing the session</td></tr>
|
|
<tr class="odd"><td><a href="mod_session_cookie.html#sessioncookiename2">SessionCookieName2</a></td><td class="module"><a href="mod_session_cookie.html">mod_session_cookie</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Name and attributes for the RFC2965 cookie storing the session</td></tr>
|
|
<tr><td><a href="mod_session_cookie.html#sessioncookieremove">SessionCookieRemove</a></td><td class="module"><a href="mod_session_cookie.html">mod_session_cookie</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Control for whether session cookies should be removed from incoming HTTP headers</td></tr>
|
|
<tr class="odd"><td><a href="mod_session_crypto.html#sessioncryptocipher">SessionCryptoCipher</a></td><td class="module"><a href="mod_session_crypto.html">mod_session_crypto</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The crypto cipher to be used to encrypt the session</td></tr>
|
|
<tr><td><a href="mod_session_crypto.html#sessioncryptopassphrase">SessionCryptoPassphrase</a></td><td class="module"><a href="mod_session_crypto.html">mod_session_crypto</a></td></tr>
|
|
<tr><td colspan="2" class="descr">The key used to encrypt the session</td></tr>
|
|
<tr class="odd"><td><a href="mod_session_dbd.html#sessiondbdcookiename">SessionDBDCookieName</a></td><td class="module"><a href="mod_session_dbd.html">mod_session_dbd</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Name and attributes for the RFC2109 cookie storing the session ID</td></tr>
|
|
<tr><td><a href="mod_session_dbd.html#sessiondbdcookiename2">SessionDBDCookieName2</a></td><td class="module"><a href="mod_session_dbd.html">mod_session_dbd</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Name and attributes for the RFC2965 cookie storing the session ID</td></tr>
|
|
<tr class="odd"><td><a href="mod_session_dbd.html#sessiondbdcookieremove">SessionDBDCookieRemove</a></td><td class="module"><a href="mod_session_dbd.html">mod_session_dbd</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Control for whether session ID cookies should be removed from incoming HTTP headers</td></tr>
|
|
<tr><td><a href="mod_session_dbd.html#sessiondbddeletelabel">SessionDBDDeleteLabel</a></td><td class="module"><a href="mod_session_dbd.html">mod_session_dbd</a></td></tr>
|
|
<tr><td colspan="2" class="descr">The SQL query to use to remove sessions from the database</td></tr>
|
|
<tr class="odd"><td><a href="mod_session_dbd.html#sessiondbdinsertlabel">SessionDBDInsertLabel</a></td><td class="module"><a href="mod_session_dbd.html">mod_session_dbd</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The SQL query to use to insert sessions into the database</td></tr>
|
|
<tr><td><a href="mod_session_dbd.html#sessiondbdperuser">SessionDBDPerUser</a></td><td class="module"><a href="mod_session_dbd.html">mod_session_dbd</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Enable a per user session</td></tr>
|
|
<tr class="odd"><td><a href="mod_session_dbd.html#sessiondbdselectlabel">SessionDBDSelectLabel</a></td><td class="module"><a href="mod_session_dbd.html">mod_session_dbd</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The SQL query to use to select sessions from the database</td></tr>
|
|
<tr><td><a href="mod_session_dbd.html#sessiondbdupdatelabel">SessionDBDUpdateLabel</a></td><td class="module"><a href="mod_session_dbd.html">mod_session_dbd</a></td></tr>
|
|
<tr><td colspan="2" class="descr">The SQL query to use to update existing sessions in the database</td></tr>
|
|
<tr class="odd"><td><a href="mod_session.html#sessionenv">SessionEnv</a></td><td class="module"><a href="mod_session.html">mod_session</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Control whether the contents of the session are written to the
|
|
<var>HTTP_SESSION</var> environment variable</td></tr>
|
|
<tr><td><a href="mod_session.html#sessionexclude">SessionExclude</a></td><td class="module"><a href="mod_session.html">mod_session</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Define URL prefixes for which a session is ignored</td></tr>
|
|
<tr class="odd"><td><a href="mod_session.html#sessionexpiryupdateinterval">SessionExpiryUpdateInterval</a></td><td class="module"><a href="mod_session.html">mod_session</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Define the number of seconds a session's expiry may change without
|
|
the session being updated</td></tr>
|
|
<tr><td><a href="mod_session.html#sessionheader">SessionHeader</a></td><td class="module"><a href="mod_session.html">mod_session</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Import session updates from a given HTTP response header</td></tr>
|
|
<tr class="odd"><td><a href="mod_session.html#sessioninclude">SessionInclude</a></td><td class="module"><a href="mod_session.html">mod_session</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Define URL prefixes for which a session is valid</td></tr>
|
|
<tr><td><a href="mod_session.html#sessionmaxage">SessionMaxAge</a></td><td class="module"><a href="mod_session.html">mod_session</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Define a maximum age in seconds for a session</td></tr>
|
|
<tr class="odd"><td><a href="mod_ssl.html#sslcacertificatefile">SSLCACertificateFile</a></td><td class="module"><a href="mod_ssl.html">mod_ssl</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">File of concatenated PEM-encoded CA Certificates
|
|
for Client Auth</td></tr>
|
|
<tr><td><a href="mod_ssl.html#sslcacertificatepath">SSLCACertificatePath</a></td><td class="module"><a href="mod_ssl.html">mod_ssl</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Directory of PEM-encoded CA Certificates for
|
|
Client Auth</td></tr>
|
|
<tr class="odd"><td><a href="mod_ssl.html#sslciphersuite">SSLCipherSuite</a></td><td class="module"><a href="mod_ssl.html">mod_ssl</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Cipher Suite available for negotiation in SSL
|
|
handshake</td></tr>
|
|
<tr><td><a href="mod_ssl.html#sslrenegbuffersize">SSLRenegBufferSize</a></td><td class="module"><a href="mod_ssl.html">mod_ssl</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Set the size for the SSL renegotiation buffer</td></tr>
|
|
<tr class="odd"><td><a href="mod_ssl.html#sslrequire">SSLRequire</a></td><td class="module"><a href="mod_ssl.html">mod_ssl</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Allow access only when an arbitrarily complex
|
|
boolean expression is true</td></tr>
|
|
<tr><td><a href="mod_ssl.html#sslrequiressl">SSLRequireSSL</a></td><td class="module"><a href="mod_ssl.html">mod_ssl</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Deny access when SSL is not used for the
|
|
HTTP request</td></tr>
|
|
<tr class="odd"><td><a href="mod_ssl.html#sslusername">SSLUserName</a></td><td class="module"><a href="mod_ssl.html">mod_ssl</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Variable name to determine user name</td></tr>
|
|
<tr><td><a href="mod_ssl.html#sslverifyclient">SSLVerifyClient</a></td><td class="module"><a href="mod_ssl.html">mod_ssl</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Type of Client Certificate verification</td></tr>
|
|
<tr class="odd"><td><a href="mod_ssl.html#sslverifydepth">SSLVerifyDepth</a></td><td class="module"><a href="mod_ssl.html">mod_ssl</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Maximum depth of CA Certificates in Client
|
|
Certificate verification</td></tr>
|
|
</table></div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a name="override-fileinfo">FileInfo</a></h2>
|
|
<p>
|
|
The following directives are allowed in .htaccess files when
|
|
<code>AllowOverride FileInfo</code> is in effect. They give .htaccess
|
|
users a wide range of control over the responses and metadata given by the
|
|
server.
|
|
</p>
|
|
<table class="qref"><tr><td><a href="core.html#acceptpathinfo">AcceptPathInfo</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Resources accept trailing pathname information</td></tr>
|
|
<tr class="odd"><td><a href="mod_actions.html#action">Action</a></td><td class="module"><a href="mod_actions.html">mod_actions</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Activates a CGI script for a particular handler or
|
|
content-type</td></tr>
|
|
<tr><td><a href="mod_mime.html#addcharset">AddCharset</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Maps the given filename extensions to the specified content
|
|
charset</td></tr>
|
|
<tr class="odd"><td><a href="core.html#adddefaultcharset">AddDefaultCharset</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Default charset parameter to be added when a response
|
|
content-type is <code>text/plain</code> or <code>text/html</code></td></tr>
|
|
<tr><td><a href="mod_mime.html#addencoding">AddEncoding</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Maps the given filename extensions to the specified encoding
|
|
type</td></tr>
|
|
<tr class="odd"><td><a href="mod_mime.html#addhandler">AddHandler</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Maps the filename extensions to the specified
|
|
handler</td></tr>
|
|
<tr><td><a href="mod_mime.html#addinputfilter">AddInputFilter</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Maps filename extensions to the filters that will process
|
|
client requests</td></tr>
|
|
<tr class="odd"><td><a href="mod_mime.html#addlanguage">AddLanguage</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Maps the given filename extension to the specified content
|
|
language</td></tr>
|
|
<tr><td><a href="mod_mime.html#addoutputfilter">AddOutputFilter</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Maps filename extensions to the filters that will process
|
|
responses from the server</td></tr>
|
|
<tr class="odd"><td><a href="mod_filter.html#addoutputfilterbytype">AddOutputFilterByType</a></td><td class="module"><a href="mod_filter.html">mod_filter</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">assigns an output filter to a particular media-type</td></tr>
|
|
<tr><td><a href="mod_mime.html#addtype">AddType</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Maps the given filename extensions onto the specified content
|
|
type</td></tr>
|
|
<tr class="odd"><td><a href="mod_authnz_fcgi.html#authnzfcgicheckauthnprovider">AuthnzFcgiCheckAuthnProvider</a></td><td class="module"><a href="mod_authnz_fcgi.html">mod_authnz_fcgi</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Enables a FastCGI application to handle the check_authn
|
|
authentication hook.</td></tr>
|
|
<tr><td><a href="mod_setenvif.html#browsermatch">BrowserMatch</a></td><td class="module"><a href="mod_setenvif.html">mod_setenvif</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets environment variables conditional on HTTP User-Agent
|
|
</td></tr>
|
|
<tr class="odd"><td><a href="mod_setenvif.html#browsermatchnocase">BrowserMatchNoCase</a></td><td class="module"><a href="mod_setenvif.html">mod_setenvif</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets environment variables conditional on User-Agent without
|
|
respect to case</td></tr>
|
|
<tr><td><a href="core.html#cgimapextension">CGIMapExtension</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Technique for locating the interpreter for CGI
|
|
scripts</td></tr>
|
|
<tr class="odd"><td><a href="core.html#cgivar">CGIVar</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Controls how some CGI variables are set</td></tr>
|
|
<tr><td><a href="mod_charset_lite.html#charsetdefault">CharsetDefault</a></td><td class="module"><a href="mod_charset_lite.html">mod_charset_lite</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Charset to translate into</td></tr>
|
|
<tr class="odd"><td><a href="mod_charset_lite.html#charsetoptions">CharsetOptions</a></td><td class="module"><a href="mod_charset_lite.html">mod_charset_lite</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Configures charset translation behavior</td></tr>
|
|
<tr><td><a href="mod_charset_lite.html#charsetsourceenc">CharsetSourceEnc</a></td><td class="module"><a href="mod_charset_lite.html">mod_charset_lite</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Source charset of files</td></tr>
|
|
<tr class="odd"><td><a href="mod_usertrack.html#cookiedomain">CookieDomain</a></td><td class="module"><a href="mod_usertrack.html">mod_usertrack</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The domain to which the tracking cookie applies</td></tr>
|
|
<tr><td><a href="mod_usertrack.html#cookieexpires">CookieExpires</a></td><td class="module"><a href="mod_usertrack.html">mod_usertrack</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Expiry time for the tracking cookie</td></tr>
|
|
<tr class="odd"><td><a href="mod_usertrack.html#cookiehttponly">CookieHTTPOnly</a></td><td class="module"><a href="mod_usertrack.html">mod_usertrack</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Adds the 'HTTPOnly' attribute to the cookie</td></tr>
|
|
<tr><td><a href="mod_usertrack.html#cookiename">CookieName</a></td><td class="module"><a href="mod_usertrack.html">mod_usertrack</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Name of the tracking cookie</td></tr>
|
|
<tr class="odd"><td><a href="mod_usertrack.html#cookiesamesite">CookieSameSite</a></td><td class="module"><a href="mod_usertrack.html">mod_usertrack</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Adds the 'SameSite' attribute to the cookie</td></tr>
|
|
<tr><td><a href="mod_usertrack.html#cookiesecure">CookieSecure</a></td><td class="module"><a href="mod_usertrack.html">mod_usertrack</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Adds the 'Secure' attribute to the cookie</td></tr>
|
|
<tr class="odd"><td><a href="mod_usertrack.html#cookiestyle">CookieStyle</a></td><td class="module"><a href="mod_usertrack.html">mod_usertrack</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Format of the cookie header field</td></tr>
|
|
<tr><td><a href="mod_usertrack.html#cookietracking">CookieTracking</a></td><td class="module"><a href="mod_usertrack.html">mod_usertrack</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Enables tracking cookie</td></tr>
|
|
<tr class="odd"><td><a href="mod_mime.html#defaultlanguage">DefaultLanguage</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Defines a default language-tag to be sent in the Content-Language
|
|
header field for all resources in the current context that have not been
|
|
assigned a language-tag by some other means.</td></tr>
|
|
<tr><td><a href="core.html#defaulttype">DefaultType</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">This directive has no effect other than to emit warnings
|
|
if the value is not <code>none</code>. In prior versions, DefaultType
|
|
would specify a default media type to assign to response content for
|
|
which no other media type configuration could be found.
|
|
</td></tr>
|
|
<tr class="odd"><td><a href="core.html#enablemmap">EnableMMAP</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Use memory-mapping to read files during delivery</td></tr>
|
|
<tr><td><a href="core.html#enablesendfile">EnableSendfile</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Use the kernel sendfile support to deliver files to the client</td></tr>
|
|
<tr class="odd"><td><a href="core.html#errordocument">ErrorDocument</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">What the server will return to the client
|
|
in case of an error</td></tr>
|
|
<tr><td><a href="core.html#fileetag">FileETag</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">File attributes used to create the ETag
|
|
HTTP response header for static files</td></tr>
|
|
<tr class="odd"><td><a href="mod_negotiation.html#forcelanguagepriority">ForceLanguagePriority</a></td><td class="module"><a href="mod_negotiation.html">mod_negotiation</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Action to take if a single acceptable document is not
|
|
found</td></tr>
|
|
<tr><td><a href="core.html#forcetype">ForceType</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Forces all matching files to be served with the specified
|
|
media type in the HTTP Content-Type header field</td></tr>
|
|
<tr class="odd"><td><a href="mod_http2.html#h2copyfiles">H2CopyFiles</a></td><td class="module"><a href="mod_http2.html">mod_http2</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Determine file handling in responses</td></tr>
|
|
<tr><td><a href="mod_http2.html#h2pushresource">H2PushResource</a></td><td class="module"><a href="mod_http2.html">mod_http2</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Declares resources for early pushing to the client</td></tr>
|
|
<tr class="odd"><td><a href="mod_headers.html#header">Header</a></td><td class="module"><a href="mod_headers.html">mod_headers</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Configure HTTP response headers</td></tr>
|
|
<tr><td><a href="mod_isapi.html#isapiappendlogtoerrors">ISAPIAppendLogToErrors</a></td><td class="module"><a href="mod_isapi.html">mod_isapi</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Record <code>HSE_APPEND_LOG_PARAMETER</code> requests from
|
|
ISAPI extensions to the error log</td></tr>
|
|
<tr class="odd"><td><a href="mod_isapi.html#isapiappendlogtoquery">ISAPIAppendLogToQuery</a></td><td class="module"><a href="mod_isapi.html">mod_isapi</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Record <code>HSE_APPEND_LOG_PARAMETER</code> requests from
|
|
ISAPI extensions to the query field</td></tr>
|
|
<tr><td><a href="mod_isapi.html#isapifakeasync">ISAPIFakeAsync</a></td><td class="module"><a href="mod_isapi.html">mod_isapi</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Fake asynchronous support for ISAPI callbacks</td></tr>
|
|
<tr class="odd"><td><a href="mod_isapi.html#isapilognotsupported">ISAPILogNotSupported</a></td><td class="module"><a href="mod_isapi.html">mod_isapi</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Log unsupported feature requests from ISAPI
|
|
extensions</td></tr>
|
|
<tr><td><a href="mod_isapi.html#isapireadaheadbuffer">ISAPIReadAheadBuffer</a></td><td class="module"><a href="mod_isapi.html">mod_isapi</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Size of the Read Ahead Buffer sent to ISAPI
|
|
extensions</td></tr>
|
|
<tr class="odd"><td><a href="mod_negotiation.html#languagepriority">LanguagePriority</a></td><td class="module"><a href="mod_negotiation.html">mod_negotiation</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The precedence of language variants for cases where
|
|
the client does not express a preference</td></tr>
|
|
<tr><td><a href="mod_mime.html#mimeoptions">MimeOptions</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Configures mod_mime behavior</td></tr>
|
|
<tr class="odd"><td><a href="mod_mime.html#multiviewsmatch">MultiviewsMatch</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">The types of files that will be included when searching for
|
|
a matching file with MultiViews</td></tr>
|
|
<tr><td><a href="mod_env.html#passenv">PassEnv</a></td><td class="module"><a href="mod_env.html">mod_env</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Passes environment variables from the shell</td></tr>
|
|
<tr class="odd"><td><a href="mod_proxy_express.html#proxyexpressdbmfile">ProxyExpressDBMFile</a></td><td class="module"><a href="mod_proxy_express.html">mod_proxy_express</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Pathname to DBM file.</td></tr>
|
|
<tr><td><a href="mod_proxy_express.html#proxyexpressdbmtype">ProxyExpressDBMType</a></td><td class="module"><a href="mod_proxy_express.html">mod_proxy_express</a></td></tr>
|
|
<tr><td colspan="2" class="descr">DBM type of file.</td></tr>
|
|
<tr class="odd"><td><a href="mod_proxy_express.html#proxyexpressenable">ProxyExpressEnable</a></td><td class="module"><a href="mod_proxy_express.html">mod_proxy_express</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Enable the module functionality.</td></tr>
|
|
<tr><td><a href="mod_proxy_fcgi.html#proxyfcgibackendtype">ProxyFCGIBackendType</a></td><td class="module"><a href="mod_proxy_fcgi.html">mod_proxy_fcgi</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Specify the type of backend FastCGI application</td></tr>
|
|
<tr class="odd"><td><a href="mod_proxy_fcgi.html#proxyfcgisetenvif">ProxyFCGISetEnvIf</a></td><td class="module"><a href="mod_proxy_fcgi.html">mod_proxy_fcgi</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Allow variables sent to FastCGI servers to be fixed up</td></tr>
|
|
<tr><td><a href="mod_proxy_hcheck.html#proxyhcexpr">ProxyHCExpr</a></td><td class="module"><a href="mod_proxy_hcheck.html">mod_proxy_hcheck</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Creates a named condition expression to use to determine health of the backend based on its response</td></tr>
|
|
<tr class="odd"><td><a href="mod_proxy_hcheck.html#proxyhctemplate">ProxyHCTemplate</a></td><td class="module"><a href="mod_proxy_hcheck.html">mod_proxy_hcheck</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Creates a named template for setting various health check parameters</td></tr>
|
|
<tr><td><a href="core.html#qualifyredirecturl">QualifyRedirectURL</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Controls whether the REDIRECT_URL environment variable is
|
|
fully qualified</td></tr>
|
|
<tr class="odd"><td><a href="mod_alias.html#redirect">Redirect</a></td><td class="module"><a href="mod_alias.html">mod_alias</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sends an external redirect asking the client to fetch
|
|
a different URL</td></tr>
|
|
<tr><td><a href="mod_alias.html#redirectmatch">RedirectMatch</a></td><td class="module"><a href="mod_alias.html">mod_alias</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sends an external redirect based on a regular expression match
|
|
of the current URL</td></tr>
|
|
<tr class="odd"><td><a href="mod_alias.html#redirectpermanent">RedirectPermanent</a></td><td class="module"><a href="mod_alias.html">mod_alias</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sends an external permanent redirect asking the client to fetch
|
|
a different URL</td></tr>
|
|
<tr><td><a href="mod_alias.html#redirecttemp">RedirectTemp</a></td><td class="module"><a href="mod_alias.html">mod_alias</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sends an external temporary redirect asking the client to fetch
|
|
a different URL</td></tr>
|
|
<tr class="odd"><td><a href="mod_mime.html#removecharset">RemoveCharset</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Removes any character set associations for a set of file
|
|
extensions</td></tr>
|
|
<tr><td><a href="mod_mime.html#removeencoding">RemoveEncoding</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Removes any content encoding associations for a set of file
|
|
extensions</td></tr>
|
|
<tr class="odd"><td><a href="mod_mime.html#removehandler">RemoveHandler</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Removes any handler associations for a set of file
|
|
extensions</td></tr>
|
|
<tr><td><a href="mod_mime.html#removeinputfilter">RemoveInputFilter</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Removes any input filter associations for a set of file
|
|
extensions</td></tr>
|
|
<tr class="odd"><td><a href="mod_mime.html#removelanguage">RemoveLanguage</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Removes any language associations for a set of file
|
|
extensions</td></tr>
|
|
<tr><td><a href="mod_mime.html#removeoutputfilter">RemoveOutputFilter</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Removes any output filter associations for a set of file
|
|
extensions</td></tr>
|
|
<tr class="odd"><td><a href="mod_mime.html#removetype">RemoveType</a></td><td class="module"><a href="mod_mime.html">mod_mime</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Removes any content type associations for a set of file
|
|
extensions</td></tr>
|
|
<tr><td><a href="mod_headers.html#requestheader">RequestHeader</a></td><td class="module"><a href="mod_headers.html">mod_headers</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Configure HTTP request headers</td></tr>
|
|
<tr class="odd"><td><a href="mod_rewrite.html#rewritebase">RewriteBase</a></td><td class="module"><a href="mod_rewrite.html">mod_rewrite</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets the base URL for per-directory rewrites</td></tr>
|
|
<tr><td><a href="mod_rewrite.html#rewritecond">RewriteCond</a></td><td class="module"><a href="mod_rewrite.html">mod_rewrite</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Defines a condition under which rewriting will take place
|
|
</td></tr>
|
|
<tr class="odd"><td><a href="mod_rewrite.html#rewriteengine">RewriteEngine</a></td><td class="module"><a href="mod_rewrite.html">mod_rewrite</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Enables or disables runtime rewriting engine</td></tr>
|
|
<tr><td><a href="mod_rewrite.html#rewriteoptions">RewriteOptions</a></td><td class="module"><a href="mod_rewrite.html">mod_rewrite</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets some special options for the rewrite engine</td></tr>
|
|
<tr class="odd"><td><a href="mod_rewrite.html#rewriterule">RewriteRule</a></td><td class="module"><a href="mod_rewrite.html">mod_rewrite</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Defines rules for the rewriting engine</td></tr>
|
|
<tr><td><a href="core.html#scriptinterpretersource">ScriptInterpreterSource</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Technique for locating the interpreter for CGI
|
|
scripts</td></tr>
|
|
<tr class="odd"><td><a href="mod_env.html#setenv">SetEnv</a></td><td class="module"><a href="mod_env.html">mod_env</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets environment variables</td></tr>
|
|
<tr><td><a href="mod_setenvif.html#setenvif">SetEnvIf</a></td><td class="module"><a href="mod_setenvif.html">mod_setenvif</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets environment variables based on attributes of the request
|
|
</td></tr>
|
|
<tr class="odd"><td><a href="mod_setenvif.html#setenvifexpr">SetEnvIfExpr</a></td><td class="module"><a href="mod_setenvif.html">mod_setenvif</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets environment variables based on an ap_expr expression</td></tr>
|
|
<tr><td><a href="mod_setenvif.html#setenvifnocase">SetEnvIfNoCase</a></td><td class="module"><a href="mod_setenvif.html">mod_setenvif</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets environment variables based on attributes of the request
|
|
without respect to case</td></tr>
|
|
<tr class="odd"><td><a href="core.html#sethandler">SetHandler</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Forces all matching files to be processed by a
|
|
handler</td></tr>
|
|
<tr><td><a href="core.html#setinputfilter">SetInputFilter</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Sets the filters that will process client requests and POST
|
|
input</td></tr>
|
|
<tr class="odd"><td><a href="core.html#setoutputfilter">SetOutputFilter</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets the filters that will process responses from the
|
|
server</td></tr>
|
|
<tr><td><a href="mod_substitute.html#substitute">Substitute</a></td><td class="module"><a href="mod_substitute.html">mod_substitute</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Pattern to filter the response content</td></tr>
|
|
<tr class="odd"><td><a href="mod_substitute.html#substituteinheritbefore">SubstituteInheritBefore</a></td><td class="module"><a href="mod_substitute.html">mod_substitute</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Change the merge order of inherited patterns</td></tr>
|
|
<tr><td><a href="mod_substitute.html#substitutemaxlinelength">SubstituteMaxLineLength</a></td><td class="module"><a href="mod_substitute.html">mod_substitute</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Set the maximum line size</td></tr>
|
|
<tr class="odd"><td><a href="mod_env.html#unsetenv">UnsetEnv</a></td><td class="module"><a href="mod_env.html">mod_env</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Removes variables from the environment</td></tr>
|
|
</table></div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a name="override-indexes">Indexes</a></h2>
|
|
<p>
|
|
The following directives are allowed in .htaccess files when
|
|
<code>AllowOverride Indexes</code> is in effect. They allow .htaccess
|
|
users to control aspects of the directory index pages provided by the
|
|
server, including autoindex generation.
|
|
</p>
|
|
<table class="qref"><tr><td><a href="mod_autoindex.html#addalt">AddAlt</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Alternate text to display for a file, instead of an
|
|
icon selected by filename</td></tr>
|
|
<tr class="odd"><td><a href="mod_autoindex.html#addaltbyencoding">AddAltByEncoding</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Alternate text to display for a file instead of an icon
|
|
selected by MIME-encoding</td></tr>
|
|
<tr><td><a href="mod_autoindex.html#addaltbytype">AddAltByType</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Alternate text to display for a file, instead of an
|
|
icon selected by MIME content-type</td></tr>
|
|
<tr class="odd"><td><a href="mod_autoindex.html#adddescription">AddDescription</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Description to display for a file</td></tr>
|
|
<tr><td><a href="mod_autoindex.html#addicon">AddIcon</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Icon to display for a file selected by name</td></tr>
|
|
<tr class="odd"><td><a href="mod_autoindex.html#addiconbyencoding">AddIconByEncoding</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Icon to display next to files selected by MIME
|
|
content-encoding</td></tr>
|
|
<tr><td><a href="mod_autoindex.html#addiconbytype">AddIconByType</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Icon to display next to files selected by MIME
|
|
content-type</td></tr>
|
|
<tr class="odd"><td><a href="mod_autoindex.html#defaulticon">DefaultIcon</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Icon to display for files when no specific icon is
|
|
configured</td></tr>
|
|
<tr><td><a href="mod_dir.html#directorycheckhandler">DirectoryCheckHandler</a></td><td class="module"><a href="mod_dir.html">mod_dir</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Toggle how this module responds when another handler is configured</td></tr>
|
|
<tr class="odd"><td><a href="mod_dir.html#directoryindex">DirectoryIndex</a></td><td class="module"><a href="mod_dir.html">mod_dir</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">List of resources to look for when the client requests
|
|
a directory</td></tr>
|
|
<tr><td><a href="mod_dir.html#directoryindexredirect">DirectoryIndexRedirect</a></td><td class="module"><a href="mod_dir.html">mod_dir</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Configures an external redirect for directory indexes.
|
|
</td></tr>
|
|
<tr class="odd"><td><a href="mod_dir.html#directoryslash">DirectorySlash</a></td><td class="module"><a href="mod_dir.html">mod_dir</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Toggle trailing slash redirects on or off</td></tr>
|
|
<tr><td><a href="mod_expires.html#expiresactive">ExpiresActive</a></td><td class="module"><a href="mod_expires.html">mod_expires</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Enables generation of <code>Expires</code>
|
|
headers</td></tr>
|
|
<tr class="odd"><td><a href="mod_expires.html#expiresbytype">ExpiresByType</a></td><td class="module"><a href="mod_expires.html">mod_expires</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Value of the <code>Expires</code> header configured
|
|
by MIME type</td></tr>
|
|
<tr><td><a href="mod_expires.html#expiresdefault">ExpiresDefault</a></td><td class="module"><a href="mod_expires.html">mod_expires</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Default algorithm for calculating expiration time</td></tr>
|
|
<tr class="odd"><td><a href="mod_dir.html#fallbackresource">FallbackResource</a></td><td class="module"><a href="mod_dir.html">mod_dir</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Define a default URL for requests that don't map to a file</td></tr>
|
|
<tr><td><a href="mod_autoindex.html#headername">HeaderName</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Name of the file that will be inserted at the top
|
|
of the index listing</td></tr>
|
|
<tr class="odd"><td><a href="mod_imagemap.html#imapbase">ImapBase</a></td><td class="module"><a href="mod_imagemap.html">mod_imagemap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Default <code>base</code> for imagemap files</td></tr>
|
|
<tr><td><a href="mod_imagemap.html#imapdefault">ImapDefault</a></td><td class="module"><a href="mod_imagemap.html">mod_imagemap</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Default action when an imagemap is called with coordinates
|
|
that are not explicitly mapped</td></tr>
|
|
<tr class="odd"><td><a href="mod_imagemap.html#imapmenu">ImapMenu</a></td><td class="module"><a href="mod_imagemap.html">mod_imagemap</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Action if no coordinates are given when calling
|
|
an imagemap</td></tr>
|
|
<tr><td><a href="mod_autoindex.html#indexforbiddenreturn404">IndexForbiddenReturn404</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Return an HTTP 404 error instead of Forbidden when options
|
|
don't permit directory listing</td></tr>
|
|
<tr class="odd"><td><a href="mod_autoindex.html#indexheadinsert">IndexHeadInsert</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Inserts text in the HEAD section of an index page.</td></tr>
|
|
<tr><td><a href="mod_autoindex.html#indexignore">IndexIgnore</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Adds to the list of files to hide when listing
|
|
a directory</td></tr>
|
|
<tr class="odd"><td><a href="mod_autoindex.html#indexignorereset">IndexIgnoreReset</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Empties the list of files to hide when listing
|
|
a directory</td></tr>
|
|
<tr><td><a href="mod_autoindex.html#indexoptions">IndexOptions</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Various configuration settings for directory
|
|
indexing</td></tr>
|
|
<tr class="odd"><td><a href="mod_autoindex.html#indexorderdefault">IndexOrderDefault</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Sets the default ordering of the directory index</td></tr>
|
|
<tr><td><a href="mod_autoindex.html#indexstylesheet">IndexStyleSheet</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Adds a CSS stylesheet to the directory index</td></tr>
|
|
<tr class="odd"><td><a href="mod_cern_meta.html#metadir">MetaDir</a></td><td class="module"><a href="mod_cern_meta.html">mod_cern_meta</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Name of the directory to find CERN-style meta information
|
|
files</td></tr>
|
|
<tr><td><a href="mod_cern_meta.html#metafiles">MetaFiles</a></td><td class="module"><a href="mod_cern_meta.html">mod_cern_meta</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Activates CERN meta-file processing</td></tr>
|
|
<tr class="odd"><td><a href="mod_cern_meta.html#metasuffix">MetaSuffix</a></td><td class="module"><a href="mod_cern_meta.html">mod_cern_meta</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">File name suffix for the file containing CERN-style
|
|
meta information</td></tr>
|
|
<tr><td><a href="mod_autoindex.html#readmename">ReadmeName</a></td><td class="module"><a href="mod_autoindex.html">mod_autoindex</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Name of the file that will be inserted at the end
|
|
of the index listing</td></tr>
|
|
</table></div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a name="override-limit">Limit</a></h2>
|
|
<p>
|
|
The following directives are allowed in .htaccess files when
|
|
<code>AllowOverride Limit</code> is in effect. This extremely narrow
|
|
override type mostly allows the use of the legacy authorization directives
|
|
provided by <code class="module"><a href="../mod/mod_access_compat.html">mod_access_compat</a></code>.
|
|
</p>
|
|
<table class="qref"><tr><td><a href="mod_access_compat.html#allow">Allow</a></td><td class="module"><a href="mod_access_compat.html">mod_access_compat</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Controls which hosts can access an area of the
|
|
server</td></tr>
|
|
<tr class="odd"><td><a href="mod_access_compat.html#deny">Deny</a></td><td class="module"><a href="mod_access_compat.html">mod_access_compat</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Controls which hosts are denied access to the
|
|
server</td></tr>
|
|
<tr><td><a href="core.html#limit"><Limit></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Restrict enclosed access controls to only certain HTTP
|
|
methods</td></tr>
|
|
<tr class="odd"><td><a href="core.html#limitexcept"><LimitExcept></a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Restrict access controls to all HTTP methods
|
|
except the named ones</td></tr>
|
|
<tr><td><a href="mod_access_compat.html#order">Order</a></td><td class="module"><a href="mod_access_compat.html">mod_access_compat</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Controls the default access state and the order in which
|
|
<code class="directive">Allow</code> and <code class="directive">Deny</code> are
|
|
evaluated.</td></tr>
|
|
<tr class="odd"><td><a href="mod_include.html#ssietag">SSIETag</a></td><td class="module"><a href="mod_include.html">mod_include</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Controls whether ETags are generated by the server.</td></tr>
|
|
<tr><td><a href="mod_include.html#ssilastmodified">SSILastModified</a></td><td class="module"><a href="mod_include.html">mod_include</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Controls whether <code>Last-Modified</code> headers are generated by the
|
|
server.</td></tr>
|
|
<tr class="odd"><td><a href="mod_include.html#ssilegacyexprparser">SSILegacyExprParser</a></td><td class="module"><a href="mod_include.html">mod_include</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Enable compatibility mode for conditional expressions.</td></tr>
|
|
</table></div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a name="override-options">Options</a></h2>
|
|
<p>
|
|
The following directives are allowed in .htaccess files when
|
|
<code>AllowOverride Options</code> is in effect. They give .htaccess
|
|
users access to <code>Options</code> and similar directives, as well as
|
|
directives that control the filter chain.
|
|
</p>
|
|
<table class="qref"><tr><td><a href="mod_speling.html#checkbasenamematch">CheckBasenameMatch</a></td><td class="module"><a href="mod_speling.html">mod_speling</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Also match files with differing file name extensions.</td></tr>
|
|
<tr class="odd"><td><a href="mod_speling.html#checkcaseonly">CheckCaseOnly</a></td><td class="module"><a href="mod_speling.html">mod_speling</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Limits the action of the speling module to case corrections</td></tr>
|
|
<tr><td><a href="mod_speling.html#checkspelling">CheckSpelling</a></td><td class="module"><a href="mod_speling.html">mod_speling</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Enables the spelling
|
|
module</td></tr>
|
|
<tr class="odd"><td><a href="mod_example_hooks.html#example">Example</a></td><td class="module"><a href="mod_example_hooks.html">mod_example_hooks</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Demonstration directive to illustrate the Apache module
|
|
API</td></tr>
|
|
<tr><td><a href="mod_filter.html#filterchain">FilterChain</a></td><td class="module"><a href="mod_filter.html">mod_filter</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Configure the filter chain</td></tr>
|
|
<tr class="odd"><td><a href="mod_filter.html#filterdeclare">FilterDeclare</a></td><td class="module"><a href="mod_filter.html">mod_filter</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Declare a smart filter</td></tr>
|
|
<tr><td><a href="mod_filter.html#filterprotocol">FilterProtocol</a></td><td class="module"><a href="mod_filter.html">mod_filter</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Deal with correct HTTP protocol handling</td></tr>
|
|
<tr class="odd"><td><a href="mod_filter.html#filterprovider">FilterProvider</a></td><td class="module"><a href="mod_filter.html">mod_filter</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Register a content filter</td></tr>
|
|
<tr><td><a href="core.html#options">Options</a></td><td class="module"><a href="core.html">core</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Configures what features are available in a particular
|
|
directory</td></tr>
|
|
<tr class="odd"><td><a href="mod_reflector.html#reflectorheader">ReflectorHeader</a></td><td class="module"><a href="mod_reflector.html">mod_reflector</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Reflect an input header to the output headers</td></tr>
|
|
<tr><td><a href="mod_ssl.html#ssloptions">SSLOptions</a></td><td class="module"><a href="mod_ssl.html">mod_ssl</a></td></tr>
|
|
<tr><td colspan="2" class="descr">Configure various SSL engine run-time options</td></tr>
|
|
<tr class="odd"><td><a href="mod_include.html#xbithack">XBitHack</a></td><td class="module"><a href="mod_include.html">mod_include</a></td></tr>
|
|
<tr class="odd"><td colspan="2" class="descr">Parse SSI directives in files with the execute bit
|
|
set</td></tr>
|
|
</table></div></div></div><div class="bottomlang">
|
|
<p><span>Available Languages: </span><a href="../en/mod/overrides.html" title="English"> en </a> |
|
|
<a href="../fr/mod/overrides.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p>
|
|
</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>
|
|
<script type="text/javascript"><!--//--><![CDATA[//><!--
|
|
var comments_shortname = 'httpd';
|
|
var comments_identifier = 'http://httpd.apache.org/docs/trunk/mod/overrides.html';
|
|
(function(w, d) {
|
|
if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
|
|
d.write('<div id="comments_thread"><\/div>');
|
|
var s = d.createElement('script');
|
|
s.type = 'text/javascript';
|
|
s.async = true;
|
|
s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
|
|
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
|
|
}
|
|
else {
|
|
d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
|
|
}
|
|
})(window, document);
|
|
//--><!]]></script></div><div id="footer">
|
|
<p class="apache">Copyright 2024 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>
|
|
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
|
|
if (typeof(prettyPrint) !== 'undefined') {
|
|
prettyPrint();
|
|
}
|
|
//--><!]]></script>
|
|
</body></html> |