]> granicus.if.org Git - apache/commitdiff
XML file and initial transformation for quickreference.
authorJoshua Slive <slive@apache.org>
Wed, 18 Sep 2002 22:33:02 +0000 (22:33 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 18 Sep 2002 22:33:02 +0000 (22:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96887 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/quickreference.html.en [new file with mode: 0644]
docs/manual/mod/quickreference.xml [new file with mode: 0644]

diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
new file mode 100644 (file)
index 0000000..fb33b91
--- /dev/null
@@ -0,0 +1,1258 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!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><!--
+        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+              This file is generated from xml source: DO NOT EDIT
+        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+      --><title>Directive Quick Reference - Apache HTTP Server</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 href="../images/favicon.ico" rel="shortcut icon" /></head><body id="directive-index"><div id="page-header"><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p><p class="apache">Apache HTTP Server Version 2.0</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.0</a></div><div id="preamble"><h1>Directive Quick Reference</h1>
+    <p>The directive quick reference shows the usage, default, status, and context
+    of each Apache configuration directive.  For more information about each of these,
+    see the <a href="directive-dict.html">Directive Dictionary</a>.
+    </p>
+
+    <p>The first column gives the directive name and usage.  The second columns shows the
+    default value of the directive, if a default exists.  If the default is too large to
+    display, the first characters will be followed by "+".</p>
+
+    <p>The third and fourth columns lists the status of the directive and the
+    contexts where the directive is allowed according
+    to the following tables:</p>
+
+<table><tr><td>
+    <table><tr><td>C</td><td>Core</td></tr>
+    <tr><td>M</td><td>MPM</td></tr>
+    <tr><td>B</td><td>Base</td></tr>
+    <tr><td>E</td><td>Extension</td></tr>
+    <tr><td>X</td><td>Experimental</td></tr>
+    </table>
+</td><td>
+    <table><tr><td>s</td><td>server config</td></tr>
+    <tr><td>v</td><td>virtual host</td></tr>
+    <tr><td>d</td><td>directory</td></tr>
+    <tr><td>h</td><td>.htaccess</td></tr>
+    </table>
+</td></tr></table>
+  </div><div id="directive-list"><table class="qref"><tr><th><a href="directive-dict.html#Syntax">Syntax</a></th><th><a href="directive-dict.html#Default">Default</a></th><th /><th /></tr><tr class="&#10;                  odd&#10;                "><td><a href="prefork.html#acceptmutex" style="text-decoration: none">AcceptMutex default|<em>method</em></a></td><td> default </td><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Method that Apache uses to serialize multiple children
+accepting requests on network sockets</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#acceptpathinfo" style="text-decoration: none">AcceptPathInfo On|Off|Default</a></td><td> Default </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Resources accept trailing pathname information</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#accessfilename" style="text-decoration: none">AccessFileName <em>filename</em> [<em>filename</em>] ...</a></td><td> .htaccess </td><td>C</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Name of the distributed configuration file</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_actions.html#action" style="text-decoration: none">Action <em>action-type cgi-script</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Activates a CGI script for a particular handler or
+content-type</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_autoindex.html#addalt" style="text-decoration: none">AddAlt <em>string file</em> [<em>file</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Alternate text to display for a file, instead of an
+icon selected by filename</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_autoindex.html#addaltbyencoding" style="text-decoration: none">AddAltByEncoding <em>string MIME-encoding</em>
+[<em>MIME-encoding</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Alternate text to display for a file instead of an icon
+selected by MIME-encoding</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_autoindex.html#addaltbytype" style="text-decoration: none">AddAltByType <em>string
+    MIME-type</em> [<em>MIME-type</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Alternate text to display for a file, instead of an
+icon selected by MIME content-type</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_mime.html#addcharset" style="text-decoration: none">AddCharset <em>charset extension</em> 
+[<em>extension</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maps the given filename extensions
+    to the specified content charset</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#adddefaultcharset" style="text-decoration: none">AddDefaultCharset On|Off|<em>charset</em></a></td><td> Off </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Default character set to be added for a
+response without an explicit character set</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_autoindex.html#adddescription" style="text-decoration: none">AddDescription
+    <em>string file</em> [<em>file</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Description to display for a file</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_mime.html#addencoding" style="text-decoration: none">AddEncoding
+    <em>MIME-enc extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Maps the given filename extensions
+    to the specified encoding type</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_mime.html#addhandler" style="text-decoration: none">AddHandler
+    <em>handler-name extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maps the filename extensions
+to the specified handler</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_autoindex.html#addicon" style="text-decoration: none">AddIcon <em>icon
+    name</em> [<em>name</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Icon to display for a file selected by name</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_autoindex.html#addiconbyencoding" style="text-decoration: none">AddIconByEncoding
+    <em>icon MIME-encoding</em> [<em>MIME-encoding</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Icon to display next to files selected by MIME 
+content-encoding</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_autoindex.html#addiconbytype" style="text-decoration: none">AddIconByType
+    <em>icon MIME-type</em> [<em>MIME-type</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Icon to display next to files selected by MIME 
+content-type</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_mime.html#addinputfilter" style="text-decoration: none">AddInputFilter
+    <em>filter</em>[<em>;filter</em>...] extension
+    [<em>extension</em> ...]</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maps filename extensions
+    to the filters that will process
+    client requests</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_mime.html#addlanguage" style="text-decoration: none">AddLanguage
+    <em>MIME-lang extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Maps the given filename extension
+to the specified content language</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_info.html#addmoduleinfo" style="text-decoration: none">AddModuleInfo <em>module-name string</em></a></td><td /><td>E</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Allows additional information to be added to the module
+information displayed by the server-info handler</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_mime.html#addoutputfilter" style="text-decoration: none">AddOutputFilter
+    <em>filter</em>[<em>;filter</em>...] extension
+    [<em>extension</em> ...]</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               maps the filename
+extensions to the filters that will process
+responses from the server</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_mime.html#addtype" style="text-decoration: none">AddType <em>MIME-type
+    extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maps the given filename extensions
+onto the specified content type</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_alias.html#alias" style="text-decoration: none"> Alias <em>URL-path
+    file-path</em>|<em>directory-path</em></a></td><td /><td>B</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Maps URLs to filesystem locations</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_alias.html#aliasmatch" style="text-decoration: none">AliasMatch <em>regex
+    file-path</em>|<em>directory-path</em></a></td><td /><td>B</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maps URLs to filesystem locations using regular 
+expressions</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_access.html#allow" style="text-decoration: none"> Allow from
+    all|<em>host</em>|env=<em>env-variable</em>
+    [<em>host</em>|env=<em>env-variable</em>] ...</a></td><td /><td>B</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Controls which hosts can access an area of the
+server</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_proxy.html#allowconnect" style="text-decoration: none">AllowCONNECT <em>port</em> [<em>port</em>] ...</a></td><td> 443 563 </td><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Ports that are allowed to <code>CONNECT</code> through
+the proxy</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#allowoverride" style="text-decoration: none">AllowOverride All|None|<em>directive-type</em> 
+[<em>directive-type</em>] ...</a></td><td> All </td><td>C</td><td>d</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Types of directives that are allowed in
+.htaccess files</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_anon.html#anonymous" style="text-decoration: none">Anonymous <em>user</em> [<em>user</em>] ...</a></td><td /><td>E</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Specifies userIDs that areallowed access without
+password verification</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_anon.html#anonymous_authoritative" style="text-decoration: none">Anonymous_Authoritative on|off</a></td><td> off </td><td>E</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Configures if authorization will fall-through
+to other methods</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_anon.html#anonymous_logemail" style="text-decoration: none">Anonymous_LogEmail on|off</a></td><td> on </td><td>E</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets whether the password entered will be logged in the
+error log</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_anon.html#anonymous_mustgiveemail" style="text-decoration: none">Anonymous_MustGiveEmail on|off</a></td><td> on </td><td>E</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Specifies whether blank passwords are allowed</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_anon.html#anonymous_nouserid" style="text-decoration: none">Anonymous_NoUserID on|off</a></td><td> off </td><td>E</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets whether the userID field may be empty</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_anon.html#anonymous_verifyemail" style="text-decoration: none">Anonymous_VerifyEmail on|off</a></td><td> off </td><td>E</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets whether to check the password field for a correctly
+formatted email address</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="perchild.html#assignuserid" style="text-decoration: none">AssignUserID <em>user_id</em> <em>group_id</em></a></td><td /><td>M</td><td>v</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth.html#authauthoritative" style="text-decoration: none">AuthAuthoritative on|off</a></td><td> on </td><td>B</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets whether authorization and authentication are
+passed to lower level modules</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_dbm.html#authdbmauthoritative" style="text-decoration: none">AuthDBMAuthoritative on|off</a></td><td> on </td><td>E</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets whether authentication and authorization will be
+passwed on to lower level modules</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_dbm.html#authdbmgroupfile" style="text-decoration: none">AuthDBMGroupFile <em>file-path</em></a></td><td /><td>E</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets the name of the database file containing the list
+of user groups for authentication</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_dbm.html#authdbmtype" style="text-decoration: none">AuthDBMType default|SDBM|GDBM|NDBM|DB</a></td><td> default </td><td>E</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets the type of database file that is used to
+store passwords</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_dbm.html#authdbmuserfile" style="text-decoration: none">AuthDBMUserFile <em>file-path</em></a></td><td /><td>E</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets thename of a database file containing the list of users and
+passwords for authentication</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_digest.html#authdigestalgorithm" style="text-decoration: none">AuthDigestAlgorithm MD5|MD5-sess</a></td><td> MD5 </td><td>X</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Selects the algorithm used to calculate the challenge and
+response hases in digest authentication</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_digest.html#authdigestdomain" style="text-decoration: none">AuthDigestDomain <em>URI</em> [<em>URI</em>] ...</a></td><td /><td>X</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               URIs that are in the same protection space for digest
+authentication</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_digest.html#authdigestfile" style="text-decoration: none">AuthDigestFile <em>file-path</em></a></td><td /><td>X</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Location of the text file containing the list
+of users and encoded passwords for digest authentication</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_digest.html#authdigestgroupfile" style="text-decoration: none">AuthDigestGroupFile <em>file-path</em></a></td><td /><td>X</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Name of the text file containing the list of groups
+for digest authentication</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_digest.html#authdigestnccheck" style="text-decoration: none">AuthDigestNcCheck On|Off</a></td><td> Off </td><td>X</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Enables or disables checking of the nonce-count sent by the
+server</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_digest.html#authdigestnonceformat" style="text-decoration: none">???</a></td><td /><td>X</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Determines how the nonce is generated</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_digest.html#authdigestnoncelifetime" style="text-decoration: none">AuthDigestNonceLifetime <em>seconds</em></a></td><td> 300 </td><td>X</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               How long the server nonce is valid</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_digest.html#authdigestqop" style="text-decoration: none">AuthDigestQop none|auth|auth-int [auth|auth-int]</a></td><td> auth </td><td>X</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Determines the quality-of-protection to use in digest
+authentication</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth.html#authgroupfile" style="text-decoration: none">AuthGroupFile <em>file-path</em></a></td><td /><td>B</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets the name of a text file containing the list
+of user groups for authentication</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_ldap.html#authldapauthoritative" style="text-decoration: none">AuthLDAPAuthoritative on|off</a></td><td> on </td><td /><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_ldap.html#authldapbinddn" style="text-decoration: none">AuthLDAPBindDN <em>distinguished-name</em></a></td><td /><td /><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_ldap.html#authldapbindpassword" style="text-decoration: none">AuthLDAPBindPassword <em>password</em></a></td><td /><td /><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_ldap.html#authldapcomparednonserver" style="text-decoration: none">AuthLDAPCompareDNOnServer on|off</a></td><td> on </td><td /><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_ldap.html#authldapdereferencealiases" style="text-decoration: none">AuthLDAPDereferenceAliases never|searching|finding|always</a></td><td> Always </td><td /><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_ldap.html#authldapenabled" style="text-decoration: none"> AuthLDAPEnabled on|off</a></td><td> on </td><td /><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_ldap.html#authldapfrontpagehack" style="text-decoration: none">AuthLDAPFrontPageHack on|off</a></td><td /><td /><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_ldap.html#authldapgroupattribute" style="text-decoration: none">AuthLDAPGroupAttribute <em>attribute</em></a></td><td /><td /><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_ldap.html#authldapgroupattributeisdn" style="text-decoration: none">AuthLDAPGroupAttributeIsDN on|off</a></td><td> on </td><td /><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_ldap.html#authldapremoteuserisdn" style="text-decoration: none">AuthLDAPRemoteUserIsDN on|off</a></td><td /><td /><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth_ldap.html#authldapstarttls directive" style="text-decoration: none">AuthLDAPStartTLS on|off</a></td><td /><td /><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_auth_ldap.html#authldapurl" style="text-decoration: none">AuthLDAPUrl <em>url</em></a></td><td /><td /><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#authname" style="text-decoration: none">AuthName <em>auth-domain</em></a></td><td /><td>C</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Authorization realm for use in HTTP
+authentication</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#authtype" style="text-decoration: none">AuthType Basic|Digest</a></td><td /><td>C</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Type of user authentication</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_auth.html#authuserfile" style="text-decoration: none">AuthUserFile <em>file-path</em></a></td><td /><td>B</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets the name of a text file containing the list of users and
+passwords for authentication</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_setenvif.html#browsermatch" style="text-decoration: none">BrowserMatch <em>regex [!]env-variable</em>[=<em>value</em>]
+[[!]<em>env-variable</em>[=<em>value</em>]] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets environment variables conditional on HTTP User-Agent
+</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_setenvif.html#browsermatchnocase" style="text-decoration: none">BrowserMatchNoCase  <em>regex [!]env-variable</em>[=<em>value</em>]
+    [[!]<em>env-variable</em>[=<em>value</em>]] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets environment variables conditional on User-Agent without
+respect to case</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_cache.html#cachedefaultexpire" style="text-decoration: none">CacheDefaultExpire <em>seconds</em></a></td><td> 3600 (one hour) </td><td>X</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_cache.html#cachedisable" style="text-decoration: none">CacheDisable <em>cache_type </em> <em> url-string</em></a></td><td /><td>X</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Disable caching of specified URLs by specified storage manager</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_cache.html#cacheenable" style="text-decoration: none">CacheEnable <em>cache_type </em><em> url-string</em></a></td><td /><td>X</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Enable caching specified URLs in a specified storage manager</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_file_cache.html#cachefile" style="text-decoration: none">CacheFile
+    <em>file-path</em> [<em>file-path</em>] ...</a></td><td /><td>X</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_cache.html#cacheforcecompletion" style="text-decoration: none">CacheForceCompletion <em>Percentage</em></a></td><td> 60 </td><td>X</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Percentage of download to arrive for the cache to force complete transfer</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_cache.html#cacheignorecachecontrol" style="text-decoration: none">CacheIgnoreCacheControl</a></td><td /><td>X</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Ignore requests from the client for uncached content</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_cache.html#cacheignorenolastmod" style="text-decoration: none">CacheIgnoreNoLastMod</a></td><td /><td>X</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Ignore responses where there is no Last Modified Header</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_cache.html#cachelastmodifiedfactor" style="text-decoration: none">CacheLastModifiedFactor <em>float</em></a></td><td> 0.1 </td><td>X</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               The factor used to estimate the Expires date from the LastModified date</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_cache.html#cachemaxexpire" style="text-decoration: none">CacheMaxExpire <em>seconds</em></a></td><td> 86400 (one day) </td><td>X</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               The maximum time in seconds to cache a document</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_cache.html#cachemaxstreamingbuffer" style="text-decoration: none">CacheMaxStreamingBuffer <em>size_in_bytes</em></a></td><td> 0 </td><td>X</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Maximum amount of a streamed response to buffer in memory before declaring the response uncacheable</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_negotiation.html#cachenegotiateddocs" style="text-decoration: none">CacheNegotiatedDocs on|off</a></td><td> off </td><td>B</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Allows content-negotiated documents to be 
+cached by proxy servers</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#cgimapextension" style="text-decoration: none">CGIMapExtension cgi-path .extension</a></td><td /><td>C</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Technique for locating the interpreter for CGI 
+scripts</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_charset_lite.html#charsetdefault" style="text-decoration: none">CharsetDefault <em>charset</em></a></td><td /><td>X</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Charset to translate into</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_charset_lite.html#charsetoptions" style="text-decoration: none">CharsetOptions <em>option</em> [<em>option</em>] ...</a></td><td> DebugLevel=0 
+NoImp
+                   +
+                 </td><td>X</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Configures charset tranlation behavior</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_charset_lite.html#charsetsourceenc" style="text-decoration: none">CharsetSourceEnc <em>charset</em></a></td><td /><td>X</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Source charset of files</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_speling.html#checkspelling" style="text-decoration: none">CheckSpelling on|off</a></td><td> Off </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Enables the spelling 
+module</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="perchild.html#childperuserid" style="text-decoration: none">ChildPerUserID <em>user_id</em>
+<em>group_id</em> <em>child_id</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#contentdigest" style="text-decoration: none">ContentDigest on|off</a></td><td> off </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Enables the generation of Content-MD5 HTTP Response
+headers</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_usertrack.html#cookiedomain" style="text-decoration: none">CookieDomain <em>domain</em></a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               The domain to which the tracking cookie applies</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_usertrack.html#cookieexpires" style="text-decoration: none">CookieExpires <em>expiry-period</em></a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Expiry time for the tracking cookie</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_log_config.html#cookielog" style="text-decoration: none">CookieLog <em>filename</em></a></td><td /><td>B</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets filename for the logging of cookies</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_usertrack.html#cookiename" style="text-decoration: none">CookieName <em>token</em></a></td><td> Apache </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Name of the tracking cookie</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_usertrack.html#cookiestyle" style="text-decoration: none">CookieStyle
+    <em>Netscape|Cookie|Cookie2|RFC2109|RFC2965</em></a></td><td> Netscape </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Format of the cookie header field</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_usertrack.html#cookietracking" style="text-decoration: none">CookieTracking on|off</a></td><td> off </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Enables tracking cookie</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mpm_common.html#coredumpdirectory" style="text-decoration: none">CoreDumpDirectory <em>directory</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Directory where Apache attempts to
+switch before dumping core</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_log_config.html#customlog" style="text-decoration: none">CustomLog 
+    <em>file</em>|<em>pipe</em> <em>format</em>|<em>nickname</em>
+    [env=[!]<em>environment-variable</em>]</a></td><td /><td>B</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets filename and format of log file</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_dav.html#dav" style="text-decoration: none">Dav on|off</a></td><td> off </td><td>E</td><td>d</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Enable WebDAV HTTP methods</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_dav.html#davdepthinfinity" style="text-decoration: none">DavDepthInfinity on|off</a></td><td> off </td><td>E</td><td>d</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Allow PROPFIND, Depth: Infinity requests</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_dav.html#davlockdb" style="text-decoration: none">DavLockDB <em>file-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Location of the DAV lock database</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_dav.html#davmintimeout" style="text-decoration: none">DavMinTimeout <em>seconds</em></a></td><td> 0 </td><td>E</td><td>d</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Minimum amount of time the server holds a lock on
+a DAV resource</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_autoindex.html#defaulticon" style="text-decoration: none">DefaultIcon <em>url-path</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Icon to display for files when no specific icon is
+configured</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_mime.html#defaultlanguage" style="text-decoration: none">DefaultLanguage
+    <em>MIME-lang</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets all files in the given scope to the 
+specified language</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#defaulttype" style="text-decoration: none">DefaultType <em>MIME-type</em></a></td><td> text/plain </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               MIME content-type that will be sent if the
+server cannot determine a type in any other way</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_deflate.html#deflatebuffersize" style="text-decoration: none">DeflateBufferSize <em>value</em></a></td><td> 8096 </td><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Fragment size to be compressed at one time by zlib</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_deflate.html#deflatefilternote" style="text-decoration: none">DeflateFilterNote <em>notename</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Places the compression ratio in a note for logging</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_deflate.html#deflatememlevel" style="text-decoration: none">DeflateMemLevel <em>value</em></a></td><td> 9 </td><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               How much memory should be used by zlib for compression</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_deflate.html#deflatewindowsize" style="text-decoration: none">DeflateWindowSize <em>value</em></a></td><td> 15 </td><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Zlib compression window size</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_access.html#deny" style="text-decoration: none"> Deny from
+    all|<em>host</em>|env=<em>env-variable</em>
+    [<em>host</em>|env=<em>env-variable</em>] ...</a></td><td /><td>B</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Controls which hosts are denied access to the
+server</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#directory" style="text-decoration: none">&lt;Directory <em>directory-path</em>&gt;
+... &lt;/Directory&gt;</a></td><td /><td>C</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Enclose a group of directives that apply only to the
+named file-system directory and sub-directories</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_dir.html#directoryindex" style="text-decoration: none">DirectoryIndex
+    <em>local-url</em> [<em>local-url</em>] ...</a></td><td> index.html </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               List of resources to look for when the client requests
+a directory</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#directorymatch" style="text-decoration: none">&lt;Directory <em>regex</em>&gt;
+... &lt;/Directory&gt;</a></td><td /><td>C</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Enclose a group of directives that apply only to 
+file-system directories that match a regular expression and their
+subdirectories</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#documentroot" style="text-decoration: none">DocumentRoot <em>directory-path</em></a></td><td> /usr/local/apache/h
+                   +
+                 </td><td>C</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Directory that forms the main document tree visible
+from the web</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#enablemmap" style="text-decoration: none">EnableMMAP on|off</a></td><td> on </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Use memory-mapping to read files during delivery</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#errordocument" style="text-decoration: none">ErrorDocument <em>error-code document</em></a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               What the server will return to the client
+in case of an error</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#errorlog" style="text-decoration: none"> ErrorLog <em>file-path</em>|syslog[:<em>facility</em>]</a></td><td> logs/error_log (Uni
+                   +
+                 </td><td>C</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Location where the server will log errors</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_example.html#example" style="text-decoration: none">Example</a></td><td /><td>X</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Demonstration directive to illustrate the Apache module
+API</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_expires.html#expiresactive" style="text-decoration: none">ExpiresActive On|Off</a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Enables generation of <code>Expires</code> headers</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_expires.html#expiresbytype" style="text-decoration: none">ExpiresByType
+    <em>MIME-type &lt;code&gt;seconds</em></a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Value of the <code>Expires</code> header configured
+by MIME type</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_expires.html#expiresdefault" style="text-decoration: none">ExpiresDefault <em>&lt;code&gt;seconds</em></a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Default algorithm for calculating expiration time</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_status.html#extendedstatus" style="text-decoration: none">ExtendedStatus On|Off</a></td><td> Off </td><td>B</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               This directive controls whether the server keeps track of
+extended status information for each request. This is only
+useful if the status module is enabled on the server.</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ext_filter.html#extfilterdefine" style="text-decoration: none">ExtFilterDefine <em>filtername</em> <em>parameters</em></a></td><td /><td>X</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ext_filter.html#extfilteroptions" style="text-decoration: none">ExtFilterOptions
+    <em>option</em> [<em>option</em>] ...</a></td><td> DebugLevel=0 NoLogS
+                   +
+                 </td><td>X</td><td>d</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#fileetag" style="text-decoration: none">FileETag <em>component</em> ...</a></td><td> INode MTime Size </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               File attributes used to create the ETag
+HTTP response header</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#files" style="text-decoration: none">&lt;Files <em>filename</em>&gt; ... &lt;/Files&gt;</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Contains directives that apply to matched
+filenames</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#filesmatch" style="text-decoration: none">&lt;FilesMatch <em>regex</em>&gt; ... &lt;/FilesMatch&gt;</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Contains directives that apply to regular-expression matched
+filenames</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_negotiation.html#forcelanguagepriority" style="text-decoration: none">ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback]</a></td><td> Prefer </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Action to take if a single acceptable document is not 
+found</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#forcetype" style="text-decoration: none">ForceType <em>mime-type</em></a></td><td /><td>C</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Forces all matching files to be served with the specified
+MIME content-type</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#group" style="text-decoration: none">Group <em>unix-group</em></a></td><td> #-1 </td><td>M</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Group under which the server will answer
+requests</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_headers.html#header" style="text-decoration: none">Header set|append|add|unset|echo  <em>header</em> 
+[<em>value</em>]</a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Configure HTTP response headers</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_autoindex.html#headername" style="text-decoration: none">HeaderName <em>filename</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Name of the file that will be inserted at the top
+of the index listing</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#hostnamelookups" style="text-decoration: none">HostnameLookups on|off|double</a></td><td> off </td><td>C</td><td>svd</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Enables DNS lookups on client IP addresses</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#identitycheck" style="text-decoration: none">IdentityCheck on|off</a></td><td> off </td><td>C</td><td>svd</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Enables logging of the RFC1413 identity of the remote 
+user</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#ifdefine" style="text-decoration: none">&lt;IfDefine [!]<em>parameter-name</em>&gt; <em>...</em>
+    &lt;/IfDefine&gt;</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Encloses directives that will be processed only
+if a test is true at startup</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#ifmodule" style="text-decoration: none">&lt;IfModule [!]<em>module-name</em>&gt; <em>...</em>
+    &lt;/IfModule&gt;</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Encloses directives that are processed conditional on the
+presence of absence of a specific module</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_imap.html#imapbase" style="text-decoration: none">ImapBase map|referer|<em>URL</em></a></td><td> http://servername/ </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Default <code>base</code> for imagemap files</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_imap.html#imapdefault" style="text-decoration: none">ImapDefault error|nocontent|map|referer|<em>URL</em></a></td><td> nocontent </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Default action when an imagemap is called with coordinates
+that are not explicitly mapped</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_imap.html#imapmenu" style="text-decoration: none">ImapMenu
+    none|formatted|semiformatted|unformatted</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Action if no coordinates are given when calling
+an imagemap</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#include" style="text-decoration: none">Include <em>file-path</em>|<em>directory-path</em></a></td><td /><td>C</td><td>svd</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Includes other configuration files from within
+the server configuration files</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_autoindex.html#indexignore" style="text-decoration: none">IndexIgnore <em>file</em> [<em>file</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Adds to the list of files to hide when listing 
+a directory</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_autoindex.html#indexoptions" style="text-decoration: none">IndexOptions  [+|-]<em>option</em> [[+|-]<em>option</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Various configuration settings for directory 
+indexing</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_autoindex.html#indexorderdefault" style="text-decoration: none">IndexOrderDefault
+Ascending|Descending Name|Date|Size|Description</a></td><td> Ascending Name </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets the default ordering of the directory index</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_isapi.html#isapiappendlogtoerrors" style="text-decoration: none">ISAPIAppendLogToErrors on|off</a></td><td> off </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Record HSE_APPEND_LOG_PARAMETER requests from ISAPI
+extensions to the error log</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_isapi.html#isapiappendlogtoquery" style="text-decoration: none">ISAPIAppendLogToQuery on|off</a></td><td> on </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Record HSE_APPEND_LOG_PARAMETER requests from ISAPI
+extensions to the query field</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_isapi.html#isapicachefile" style="text-decoration: none">ISAPICacheFile <em>file-path</em> [<em>file-path</em>] ...</a></td><td /><td>B</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               ISAPI .dll files to be loaded at startup</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_isapi.html#isapifakeasync" style="text-decoration: none">ISAPIFakeAsync on|off</a></td><td> off </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Fake asynchronous support for isapi callbacks</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_isapi.html#isapilognotsupported" style="text-decoration: none">ISAPILogNotSupported on|off</a></td><td> off </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Log unsupported feature requests from ISAPI
+extensions</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_isapi.html#isapireadaheadbuffer" style="text-decoration: none">ISAPIReadAheadBuffer <em>size</em></a></td><td> 49152 </td><td>B</td><td>sdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Size of the Read Ahead Buffer sent to ISAPI
+extensions</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#keepalive" style="text-decoration: none">KeepAlive on|off</a></td><td> On </td><td>C</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Enables HTTP persistent connections</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#keepalivetimeout" style="text-decoration: none">KeepAliveTimeout <em>seconds</em></a></td><td> 15 </td><td>C</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Amount of time the server will wait for subsequent
+requests on a persistent connection</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_negotiation.html#languagepriority" style="text-decoration: none">LanguagePriority <em>MIME-lang</em> [<em>MIME-lang</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               The precendence of language variants for cases where
+the client does not express a preference</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ldap.html#ldapcacheentries" style="text-decoration: none">LDAPCacheEntries <em>number</em></a></td><td> 1024 </td><td /><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ldap.html#ldapcachettl" style="text-decoration: none">LDAPCacheTTL <em>seconds</em></a></td><td> 600 </td><td /><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ldap.html#ldapcertdbpath" style="text-decoration: none">LDAPCertDBPath <em>directory-path</em></a></td><td /><td /><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ldap.html#ldapopcacheentries" style="text-decoration: none">LDAPOpCacheEntries <em>number</em></a></td><td> 1024 </td><td /><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ldap.html#ldapopcachettl" style="text-decoration: none">LDAPOpCacheTTL <em>seconds</em></a></td><td> 600 </td><td /><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ldap.html#ldapsharedcachesize" style="text-decoration: none">LDAPSharedCacheSize <em>bytes</em></a></td><td> 102400 </td><td /><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#limit" style="text-decoration: none">&lt;Limit <em>method</em> [<em>method</em>] ... &gt; ...
+    &lt;/Limit&gt;</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Restrict enclosed access controls to only certain HTTP
+methods</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#limitexcept" style="text-decoration: none">&lt;LimitExcept <em>method</em> [<em>method</em>] ... &gt; ...
+    &lt;/LimitExcept&gt;</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Restrict access controls to all HTTP methods
+except the named ones</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#limitrequestbody" style="text-decoration: none">LimitRequestBody <em>bytes</em></a></td><td> 0 </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Restricts the total size of the HTTP request body sent
+from the client</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#limitrequestfields" style="text-decoration: none">LimitRequestFields <em>number</em></a></td><td> 100 </td><td>C</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Limits the number of HTTP request header fields that 
+will be accepted from the client</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#limitrequestfieldsize" style="text-decoration: none">LimitRequestFieldsize <em>bytes</em></a></td><td /><td>C</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Limits the size of the HTTP request header allowed from the
+client</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#limitrequestline" style="text-decoration: none">LimitRequestLine <em>bytes</em></a></td><td> 8190 </td><td>C</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Limit the size of the HTTP request line that will be accepted
+from the client</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#limitxmlrequestbody" style="text-decoration: none">LimitXMLRequestBody <em>number</em></a></td><td> 1000000 </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Limits the size of an XML-based request body</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#listen" style="text-decoration: none">Listen [<em>IP-address</em>:]<em>portnumber</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               IP addresses and ports that the server
+listens to</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mpm_common.html#listenbacklog" style="text-decoration: none">ListenBacklog <em>backlog</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maximum length of the queue of pending connections</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_so.html#loadfile" style="text-decoration: none">LoadFile <em>filename</em> [<em>filename</em>] ...</a></td><td /><td /><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Link in the named object file or library</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_so.html#loadmodule" style="text-decoration: none">LoadModule <em>module filename</em></a></td><td /><td /><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Links in the object file or library, and adds to the list
+of active modules</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#location" style="text-decoration: none">&lt;Location
+    URL-path|URL&gt; ... &lt;/Location&gt;</a></td><td /><td>C</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Applies the enclosed directives only to matching
+URLs</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#locationmatch" style="text-decoration: none">&lt;LocationMatch
+    <em>regex</em>&gt; ... &lt;/Location&gt;</a></td><td /><td>C</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Applies the enclosed directives only to regular-expression 
+matching URLs</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#lockfile" style="text-decoration: none">LockFile <em>filename</em></a></td><td> logs/accept.lock </td><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Location of the accept serialization lock file</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_log_config.html#logformat" style="text-decoration: none">LogFormat
+    <em>format</em>|<em>nickname</em> [<em>nickname</em>]</a></td><td> "%h %l %u %t \"%r\"
+                   +
+                 </td><td>B</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Describes a format for use in a log file</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#loglevel" style="text-decoration: none">LogLevel <em>level</em></a></td><td> warn </td><td>C</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Controls the verbosity of the ErrorLog</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mpm_common.html#maxclients" style="text-decoration: none">MaxClients <em>number</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maximum number of child processes that will be created
+to serve requests</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#maxkeepaliverequests" style="text-decoration: none">MaxKeepAliveRequests <em>number</em></a></td><td> 100 </td><td>C</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Number of requests allowed on a persistent 
+connection</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mpm_common.html#maxmemfree" style="text-decoration: none">MaxMemFree <em>number</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maximum amount of memory that the main allocator is allowed
+to hold without calling free()</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#maxrequestsperchild" style="text-decoration: none">MaxRequestsPerChild <em>number</em></a></td><td> 10000 </td><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Limit on the number of requests that an individual child server
+will handle during its life</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="prefork.html#maxspareservers" style="text-decoration: none">MaxSpareServers <em>number</em><br /></a></td><td> 10 </td><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maximum number of idle child server processes</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#maxsparethreads" style="text-decoration: none">MaxSpareThreads <em>number</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Maximum number of idle threads</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mpm_netware.html#maxthreads" style="text-decoration: none">MaxThreads <em>number</em></a></td><td> 250 </td><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#maxthreadsperchild" style="text-decoration: none">MaxThreadsPerChild <em>number</em></a></td><td> 64 </td><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Maximum number of threads per child process</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_cern_meta.html#metadir" style="text-decoration: none">MetaDir <em>directory</em></a></td><td> .web </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Name of the directory to find CERN-style meta information
+files</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_cern_meta.html#metafiles" style="text-decoration: none">MetaFiles on|off</a></td><td> off </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Activates CERN meta-file processing</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_cern_meta.html#metasuffix" style="text-decoration: none">MetaSuffix <em>suffix</em></a></td><td> .meta </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               File name suffix for the file containg CERN-style
+meta information</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_mime_magic.html#mimemagicfile" style="text-decoration: none">MimeMagicFile <em>file-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Enable MIME-type determination based on file contents
+using the specified magic file</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="prefork.html#minspareservers" style="text-decoration: none">MinSpareServers <em>number</em></a></td><td>  5 </td><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Minimum number of idle child server processes</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#minsparethreads" style="text-decoration: none">MinSpareServers <em>number</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Minimum number of idle threads available to handle request
+spikes</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_file_cache.html#mmapfile" style="text-decoration: none">MMapFile <em>file-path</em> [<em>file-path</em>] ...</a></td><td /><td>X</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_mime.html#modmimeusepathinfo" style="text-decoration: none">ModMimeUsePathInfo On|Off</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Tells mod_mime to treat path_info components as part of the filename</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_mime.html#multiviewsmatch" style="text-decoration: none">MultiviewsMatch
+    <em>[NegotiatedOnly] [Handlers] [Filters] [Any]</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               The types of files that will be included when 
+searching for a matching file with MultiViews</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#namevirtualhost" style="text-decoration: none">NameVirtualHost <em>addr</em>[:<em>port</em>]</a></td><td /><td>C</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Designates an IP address for name-virtual
+hosting</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_proxy.html#noproxy" style="text-decoration: none">NoProxy 
+ <em>Domain</em>|
+ <em>SubNet</em>|
+ <em>IpAddr</em>| 
+ <em>Hostname</em>
+[<em>Domain</em>| 
+ <em>SubNet</em>|
+ <em>IpAddr</em>| 
+ <em>Hostname</em>] ...</a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Hosts, domains, or networks that will be connected
+to directly</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#numservers" style="text-decoration: none">NumServers <em>number</em></a></td><td> 2 </td><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Total number of children alive at the same time</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#options" style="text-decoration: none">Options
+    [+|-]<em>option</em> [[+|-]<em>option</em>] ...</a></td><td> All </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Configures what features are available in a particular
+directory</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_access.html#order" style="text-decoration: none"> Order <em>ordering</em></a></td><td> Deny,Allow </td><td>B</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               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="&#10;                  even&#10;                "><td><a href="mod_env.html#passenv" style="text-decoration: none">PassEnv
+    <em>env-variable</em> [<em>env-variable</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Passes environment variables from the shell</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#pidfile" style="text-decoration: none">PidFile <em>filename</em></a></td><td> logs/httpd.pid </td><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               File where the server records the process ID
+of the daemon</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_echo.html#protocolecho" style="text-decoration: none">ProtocolEcho <em>On|Off</em></a></td><td /><td>X</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Turn the echo server on or off</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_proxy.html#proxy" style="text-decoration: none">&lt;Proxy <em>wildcard-url</em>&gt; ...&lt;/Proxy&gt;</a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Container for directives applied to proxied 
+resources</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_proxy.html#proxyblock" style="text-decoration: none">ProxyBlock *|<em>word|host|domain</em>
+[<em>word|host|domain</em>] ...</a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Words, hosts, or domains that are banned from being
+proxied</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_proxy.html#proxydomain" style="text-decoration: none">ProxyDomain <em>Domain</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Default domain name for proxied requests</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_proxy.html#proxyerroroverride" style="text-decoration: none">ProxyErrorOverride On|Off</a></td><td> Off </td><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Override error pages for proxied content</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_proxy.html#proxyiobuffersize" style="text-decoration: none">ProxyIOBufferSize <em>bytes</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               IO buffer size for outgoing HTTP and FTP 
+connections</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_proxy.html#proxymatch" style="text-decoration: none">&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Container for directives applied to regular-expression-matched 
+proxied resources</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_proxy.html#proxymaxforwards" style="text-decoration: none">ProxyMaxForwards <em>number</em></a></td><td> 10 </td><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Maximium number of proxies that a request can be forwarded
+through</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_proxy.html#proxypass" style="text-decoration: none">ProxyPass [<em>path</em>] !|<em>url</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maps remote servers into the local server 
+URL-space</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_proxy.html#proxypassreverse" style="text-decoration: none">ProxyPassReverse [<em>path</em>] <em>url</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Adjusts the URL in HTTP response headers sent from
+a reverse proxied server</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_proxy.html#proxypreservehost" style="text-decoration: none">ProxyPreserveHost on|off</a></td><td> Off </td><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Use incoming Host HTTP request header for
+proxy request</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_proxy.html#proxyreceivebuffersize" style="text-decoration: none">ProxyReceiveBufferSize <em>bytes</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Network buffer size for outgoing HTTP and FTP 
+connections</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_proxy.html#proxyremote" style="text-decoration: none">ProxyRemote <em>match remote-server</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Remote proxy used to handle certain requests</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_proxy.html#proxyremotematch" style="text-decoration: none">ProxyRemote <em>regex remote-server</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Remote proxy used to handle requests
+matched by regular expressions</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_proxy.html#proxyrequests" style="text-decoration: none">ProxyRequests on|off</a></td><td> Off </td><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Enables forward (standard) proxy requests</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_proxy.html#proxytimeout" style="text-decoration: none">ProxyTimeout <em>seconds</em></a></td><td> 300 </td><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Network timeout for proxied requests</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_proxy.html#proxyvia" style="text-decoration: none">ProxyVia on|off|full|block</a></td><td> off </td><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Information provided in the <code>Via</code> HTTP response
+header for proxied requests</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_autoindex.html#readmename" style="text-decoration: none">ReadmeName <em>filename</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Name of the file that will be inserted at the end
+of the index listing</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_alias.html#redirect" style="text-decoration: none">Redirect [<em>status</em>] <em>URL-path URL</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sends an external redirect asking the client to fetch
+a different URL</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_alias.html#redirectmatch" style="text-decoration: none">RedirectMatch [<em>status</em>] <em>regex URL</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sends an external redirect asking the client to fetch
+a different URL based on a regular expression match of the 
+current URL</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_alias.html#redirectpermanent" style="text-decoration: none">RedirectPermanent <em>URL-path URL</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sends an external permanent redirect asking the client to fetch
+a different URL</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_alias.html#redirecttemp" style="text-decoration: none">RedirectTemp <em>URL-path URL</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sends an external temporary redirect asking the client to fetch
+a different URL</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_mime.html#removecharset" style="text-decoration: none">RemoveCharset
+    <em>extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>vdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Removes any character set associations for a set of file
+extensions</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_mime.html#removeencoding" style="text-decoration: none">RemoveEncoding
+    <em>extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>vdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Removes any content encoding associations for a set of file
+extensions</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_mime.html#removehandler" style="text-decoration: none">RemoveHandler
+    <em>extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>vdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Removes any handler associations for a set of file
+extensions</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_mime.html#removeinputfilter" style="text-decoration: none">RemoveInputFilter
+    <em>extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>vdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Removes any input filter associations for a set of file
+extensions</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_mime.html#removelanguage" style="text-decoration: none">RemoveLanguage
+    <em>extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>vdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Removes any language associations for a set of file
+extensions</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_mime.html#removeoutputfilter" style="text-decoration: none">RemoveOutputFilter
+    <em>extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>vdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Removes any output filter associations for a set of file
+extensions</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_mime.html#removetype" style="text-decoration: none">RemoveType
+    <em>extension</em> [<em>extension</em>] ...</a></td><td /><td>B</td><td>vdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Removes any content type associations for a set of file
+extensions</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_headers.html#requestheader" style="text-decoration: none">RequestHeader   set|append|add|unset <em>header</em> 
+[<em>value</em>]</a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Configure HTTP request headers</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#require" style="text-decoration: none">Require <em>entity-name</em> [<em>entity-name</em>] ...</a></td><td /><td>C</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Selects which authenticated users can access
+a resource</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_rewrite.html#rewritebase" style="text-decoration: none">RewriteBase <em>URL-path</em></a></td><td /><td>E</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets the base URL for per-directory rewrites</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_rewrite.html#rewritecond" style="text-decoration: none"> RewriteCond
+      <em>TestString</em> <em>CondPattern</em></a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Defines a condition under which rewriting will take place
+</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_rewrite.html#rewriteengine" style="text-decoration: none">RewriteEngine on|off</a></td><td> off </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Enables or disables runtime rewriting engine</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_rewrite.html#rewritelock" style="text-decoration: none">RewriteLock <em>file-path</em></a></td><td /><td>E</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets the name of the lock file used for <code class="directive"><a href="#rewritemap">RewriteMap</a></code>
+synchronization</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_rewrite.html#rewritelog" style="text-decoration: none">RewriteLog <em>file-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets the name of the file used for logging rewrite engine
+processing</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_rewrite.html#rewriteloglevel" style="text-decoration: none">RewriteLogLevel <em>Level</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets the verbosity of the log file used by the rewrite
+engine</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_rewrite.html#rewritemap" style="text-decoration: none">RewriteMap <em>MapName</em> <em>MapType</em>:<em>MapSource</em>
+</a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Defines a mapping function for key-lookup</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_rewrite.html#rewriteoptions" style="text-decoration: none">RewriteOptions <em>Options</em></a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets some special options for the rewrite engine</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_rewrite.html#rewriterule" style="text-decoration: none">RewriteRule
+      <em>Pattern</em> <em>Substitution</em></a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Defines rules for the rewriting engine</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#rlimitcpu" style="text-decoration: none">RLimitCPU <em>number</em>|max [<em>number</em>|max]</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Limits the CPU consumption of processes launched
+by Apache children</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#rlimitmem" style="text-decoration: none">RLimitMEM <em>number</em>|max [<em>number</em>|max]</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Limits the memory consumption of processes launched
+by Apache children</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#rlimitnproc" style="text-decoration: none">RLimitNPROC <em>number</em>|max [<em>number</em>|max]</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Limits the number of processes that can be launched by 
+processes launched by Apache children</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#satisfy" style="text-decoration: none">Satisfy any|all</a></td><td> all </td><td>C</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Interaction between host-level access control and 
+user authentication</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mpm_common.html#scoreboardfile" style="text-decoration: none">ScoreBoardFile <em>file-path</em></a></td><td> logs/apache_status </td><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Location of the file used to store coordination data for
+the child processes</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_actions.html#script" style="text-decoration: none"> Script <em>method cgi-script</em></a></td><td /><td>B</td><td>svd</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Activates a CGI script for a particular request
+method.</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_alias.html#scriptalias" style="text-decoration: none">ScriptAlias 
+<em>URL-path file-path</em>|<em>directory-path</em></a></td><td /><td>B</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maps a URL to a filesystem location and designates the
+target as a CGI script</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_alias.html#scriptaliasmatch" style="text-decoration: none">ScriptAliasMatch
+<em>regex file-path</em>|<em>directory-path</em></a></td><td /><td>B</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Maps a URL to a filesystem location using a regular expression
+and designates the target as a CGI script</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#scriptinterpretersource" style="text-decoration: none">ScriptInterpreterSource registry|script</a></td><td> script </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Technique for locating the interpreter for CGI 
+scripts</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_cgi.html#scriptlog" style="text-decoration: none">ScriptLog <em>file-path</em></a></td><td /><td>B</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Location of the CGI script error logfile</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_cgi.html#scriptlogbuffer" style="text-decoration: none">ScriptLogBuffer <em>bytes</em></a></td><td> 1024 </td><td>B</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maximum amount of PUT or POST requests that will be recorded
+in the scriptlog</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_cgi.html#scriptloglength" style="text-decoration: none">ScriptLogLength <em>bytes</em></a></td><td> 10385760 </td><td>B</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Size limit of the CGI script logfile</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_cgid.html#scriptsock" style="text-decoration: none">ScriptSock <em>file-path</em></a></td><td> logs/cgisock </td><td>B</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#sendbuffersize" style="text-decoration: none">SendBufferSize <em>bytes</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               TCP buffer size</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#serveradmin" style="text-decoration: none">ServerAdmin <em>email-address</em></a></td><td /><td>C</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Email address that the server includes in error
+messages sent to the client</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#serveralias" style="text-decoration: none">ServerAlias <em>hostname</em> [<em>hostname</em>] ...</a></td><td /><td>C</td><td>v</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Alternate names for a host used when matching requests
+to name-virtual hosts</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mpm_common.html#serverlimit" style="text-decoration: none">ServerLimit <em>number</em></a></td><td> 256 (prefork), Serv
+                   +
+                 </td><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Upper limit on configurable number of processes</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#servername" style="text-decoration: none">ServerName <em>fully-qualified-domain-name[:port]</em></a></td><td /><td>C</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Hostname and port that the server uses to identify
+itself</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#serverpath" style="text-decoration: none">ServerPath <em>URL-path</em></a></td><td /><td>C</td><td>v</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Legacy URL pathname for a name-virtual host that
+is accessed by an incompatible browser</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#serverroot" style="text-decoration: none">ServerRoot <em>directory-path</em></a></td><td> /usr/local/apache </td><td>C</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Base directory for the server installation</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#serversignature" style="text-decoration: none">ServerSignature On|Off|EMail</a></td><td> Off </td><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Configures the footer on server-generated documents</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#servertokens" style="text-decoration: none">ServerTokens Major|Minor|Minimal|ProductOnly|OS|Full</a></td><td> Full </td><td>C</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Configures the Server HTTP response header</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_env.html#setenv" style="text-decoration: none">SetEnv <em>env-variable value</em></a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets environment variables</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_setenvif.html#setenvif" style="text-decoration: none">SetEnvIf <em>attribute
+    regex [!]env-variable</em>[=<em>value</em>]
+    [[!]<em>env-variable</em>[=<em>value</em>]] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets environment variables based on attributes of the request
+</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_setenvif.html#setenvifnocase" style="text-decoration: none">SetEnvIfNoCase <em>attribute regex 
+        [!]env-variable</em>[=<em>value</em>]
+    [[!]<em>env-variable</em>[=<em>value</em>]] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets environment variables based on attributes of the request
+without respect to case</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#sethandler" style="text-decoration: none">SetHandler <em>handler-name</em></a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Forces all matching files to be processed by a
+handler</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#setinputfilter" style="text-decoration: none">SetInputFilter <em>filter</em>[<em>;filter</em>...]</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Sets the filters that will process client requests and POST
+input</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#setoutputfilter" style="text-decoration: none">SetOutputFilter <em>filter</em>[<em>;filter</em>...]</a></td><td /><td>C</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets the filters that will process responses from the
+server</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_include.html#ssiendtag" style="text-decoration: none">SSIEndTag <em>tag</em></a></td><td> "--&gt;" </td><td>B</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               String that ends an include element</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_include.html#ssierrormsg" style="text-decoration: none">SSIErrorMsg <em>message</em></a></td><td> 
+"[an error occurre
+                   +
+                 </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Error message displayed when there is an SSI error</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_include.html#ssistarttag" style="text-decoration: none">Changes the string that mod_include looks for to start an
+include element</a></td><td> "&lt;!--" </td><td>B</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               String that starts an include element</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_include.html#ssitimeformat" style="text-decoration: none">SSITimeFormat <em>formatstring</em></a></td><td> "%A, %d-%b-%Y %H:%M
+                   +
+                 </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Configures the format in which date strings are 
+displayed</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_include.html#ssiundefinedecho" style="text-decoration: none">SSIUndefinedEcho <em>tag</em></a></td><td> "&lt;!-- undef --&gt;" </td><td>B</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               String displayed when
+an unset variable is echoed</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslcacertificatefile" style="text-decoration: none">SSLCACertificateFile <em>file-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               File of concatenated PEM-encoded CA Certificates 
+for Client Auth</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslcacertificatepath" style="text-decoration: none">SSLCACertificatePath <em>directory-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Directory of PEM-encoded CA Certificates for 
+Client Auth</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslcarevocationfile" style="text-decoration: none">SSLCARevocationFile <em>file-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               File of concatenated PEM-encoded CA CRLs for 
+Client Auth</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslcarevocationpath" style="text-decoration: none">SSLCARevocationPath <em>directory-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Directory of PEM-encoded CA CRLs for 
+Client Auth</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslcertificatechainfile" style="text-decoration: none">SSLCertificateChainFile <em>file-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               File of PEM-encoded Server CA Certificates</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslcertificatefile" style="text-decoration: none">SSLCertificateFile <em>file-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Server PEM-encoded X.509 Certificate file</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslcertificatekeyfile" style="text-decoration: none">SSLCertificateKeyFile <em>file-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Server PEM-encoded Private Key file</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslciphersuite" style="text-decoration: none">SSLCipherSuite <em>cipher-spec</em></a></td><td> ALL:!ADH:RC4+RSA:+H
+                   +
+                 </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Cipher Suite available for negotiation in SSL 
+handshake</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslengine" style="text-decoration: none">SSLEngine on|off</a></td><td> off </td><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               SSL Engine Operation Switch</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslmutex" style="text-decoration: none">SSLMutex <em>type</em></a></td><td> none </td><td>E</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Semaphore for internal mutual exclusion of 
+operations</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#ssloptions" style="text-decoration: none">SSLOptions [+|-]<em>option</em> ...</a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Configure various SSL engine run-time options</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslpassphrasedialog" style="text-decoration: none">SSLPassPhraseDialog <em>type</em></a></td><td> builtin </td><td>E</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Type of pass phrase dialog for encrypted private 
+keys</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslprotocol" style="text-decoration: none">SSLProtocol [+|-]<em>protocol</em> ...</a></td><td> all </td><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Configure usable SSL protocol flavors</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslproxycacertificatefile" style="text-decoration: none">SSLProxyCACertificateFile <em>file-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               File of concatenated PEM-encoded CA Certificates 
+for Remote Server Auth</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslproxycacertificatepath" style="text-decoration: none">SSLProxyCACertificatePath <em>directory-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Directory of PEM-encoded CA Certificates for 
+Remote Server Auth</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslproxycarevocationfile" style="text-decoration: none">SSLProxyCARevocationFile <em>file-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               File of concatenated PEM-encoded CA CRLs for 
+Remote Server Auth</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslproxycarevocationpath" style="text-decoration: none">SSLProxyCARevocationPath <em>directory-path</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Directory of PEM-encoded CA CRLs for 
+Remote Server Auth</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslproxyciphersuite" style="text-decoration: none">SSLProxyCipherSuite <em>cipher-spec</em></a></td><td> ALL:!ADH:RC4+RSA:+H
+                   +
+                 </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Cipher Suite available for negotiation in SSL 
+proxy handshake</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslproxyengine" style="text-decoration: none">SSLProxyEngine on|off</a></td><td> off </td><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               SSL Proxy Engine Operation Switch</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslproxymachinecertificatefile" style="text-decoration: none">SSLProxyMachineCertificateFile <em>filename</em></a></td><td /><td>E</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               File of concatenated PEM-encoded CA certificates for proxy server client certificates</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslproxymachinecertificatepath" style="text-decoration: none">SSLProxyMachineCertificatePath <em>directory</em></a></td><td /><td>E</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Directory of PEM-encoded CA certificates for proxy server client certificates</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslproxyprotocol" style="text-decoration: none">SSLProxyProtocol [+|-]<em>protocol</em> ...</a></td><td> all </td><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Configure usable SSL protocol flavors for proxy usage</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslproxyverify" style="text-decoration: none">SSLProxyVerify <em>level</em></a></td><td> none </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Type of remote server Certificate verification</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslproxyverifydepth" style="text-decoration: none">SSLVerifyDepth <em>number</em></a></td><td /><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Maximum depth of CA Certificates in Remote Server
+Certificate verification</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslrandomseed" style="text-decoration: none">SSLRandomSeed <em>context</em> <em>source</em> 
+[<em>bytes</em>]</a></td><td /><td>E</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Pseudo Random Number Generator (PRNG) seeding 
+source</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslrequire" style="text-decoration: none">SSLRequire <em>expression</em></a></td><td /><td>E</td><td>dh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Allow access only when an arbitrarily complex 
+boolean expression is true</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslrequiressl" style="text-decoration: none">SSLRequireSSL</a></td><td /><td>E</td><td>dh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Deny access when SSL is not used for the 
+HTTP request</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslsessioncache" style="text-decoration: none">SSLSessionCache <em>type</em></a></td><td> none </td><td>E</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Type of the global/inter-process SSL Session 
+Cache</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslsessioncachetimeout" style="text-decoration: none">SSLSessionCacheTimeout <em>seconds</em></a></td><td> 300 </td><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Number of seconds before an SSL session expires
+in the Session Cache</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_ssl.html#sslverifyclient" style="text-decoration: none">SSLVerifyClient <em>level</em></a></td><td> none </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Type of Client Certificate verification</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_ssl.html#sslverifydepth" style="text-decoration: none">SSLVerifyDepth <em>number</em></a></td><td> 1 </td><td>E</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Maximum depth of CA Certificates in Client 
+Certificate verification</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mpm_common.html#startservers" style="text-decoration: none">StartServers <em>number</em></a></td><td> 5 </td><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Number of child server processes created at startup</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#startthreads" style="text-decoration: none">StartThreads <em>number</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Nubmer of threads created on startup</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_suexec.html#suexecusergroup" style="text-decoration: none">SuexecUserGroup <em>User Group</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               User and group permissions for CGI programs</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#threadlimit" style="text-decoration: none">ThreadLimit <em>number</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Sets the upper limit on the configurable number of threads
+per child process</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mpm_common.html#threadsperchild" style="text-decoration: none">ThreadsPerChild <em>number</em></a></td><td /><td>M</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Number of threads created by each child process</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_netware.html#threadstacksize" style="text-decoration: none">ThreadStackSize <em>number</em></a></td><td> 65536 </td><td>M</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               </td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#timeout" style="text-decoration: none">TimeOut <em>number</em></a></td><td> 300 </td><td>C</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Amount of time the server will wait for
+certain events before failing a request</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_log_config.html#transferlog" style="text-decoration: none">TransferLog <em>file</em>|<em>pipe</em></a></td><td /><td>B</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Specifly location of a log file</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_mime.html#typesconfig" style="text-decoration: none">TypesConfig <em>file-path</em></a></td><td> conf/mime.types </td><td>B</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               The location of the mime.types file</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_env.html#unsetenv" style="text-decoration: none">UnsetEnv <em>env-variable</em> [<em>env-variable</em>] ...</a></td><td /><td>B</td><td>svdh</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Removes variables from the environment</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="core.html#usecanonicalname" style="text-decoration: none">UseCanonicalName on|off|dns</a></td><td> on </td><td>C</td><td>svd</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Configures how the server determines its own name and
+port</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mpm_common.html#user" style="text-decoration: none">User <em>unix-userid</em></a></td><td> #-1 </td><td>M</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               The userid under which the server will answer
+requests</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_userdir.html#userdir" style="text-decoration: none">UserDir <em>directory-filename</em></a></td><td> public_html </td><td>B</td><td>s</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Location of the user-specific directories</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_vhost_alias.html#virtualdocumentroot" style="text-decoration: none">VirtualDocumentRoot <em>interpolated-directory</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Dynamically configure the location of the document root
+for a given virtual host</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_vhost_alias.html#virtualdocumentrootip" style="text-decoration: none">VirtualDocumentRootIP <em>interpolated-directory</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Dynamically configure the location of the document root
+for a given virtual host</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="core.html#virtualhost" style="text-decoration: none">&lt;VirtualHost
+    <em>addr</em>[:<em>port</em>] [<em>addr</em>[:<em>port</em>]]
+    ...&gt; ... &lt;/VirtualHost&gt;</a></td><td /><td>C</td><td>s</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Contains directives that apply only to a specific
+hostname or IP address</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_vhost_alias.html#virtualscriptalias" style="text-decoration: none">VirtualScriptAlias <em>interpolated-directory</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Dynamically configure the location of the CGI directory for
+a given virtual host</td></tr>
+<tr class="&#10;                  odd&#10;                "><td><a href="mod_vhost_alias.html#virtualscriptaliasip" style="text-decoration: none">VirtualScriptAliasIP <em>interpolated-directory</em></a></td><td /><td>E</td><td>sv</td></tr><tr class="&#10;                  odd&#10;                "><td>
+                 
+               Dynamically configure the location of the cgi directory for
+a given virtual host</td></tr>
+<tr class="&#10;                  even&#10;                "><td><a href="mod_include.html#xbithack" style="text-decoration: none">XBitHack on|off|full</a></td><td> off </td><td>B</td><td>svdh</td></tr><tr class="&#10;                  even&#10;                "><td>
+                 
+               Parse SSI directives in files with the execute 
+bit set</td></tr>
+</table></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div></body></html>
\ No newline at end of file
diff --git a/docs/manual/mod/quickreference.xml b/docs/manual/mod/quickreference.xml
new file mode 100644 (file)
index 0000000..193043f
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"
+  [ <!ENTITY allmodules SYSTEM "allmodules.xml"> ]
+>
+<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
+
+<quickreference>
+  <title>Directive Quick Reference</title>
+  <summary>
+    <p>The directive quick reference shows the usage, default, status, and context
+    of each Apache configuration directive.  For more information about each of these,
+    see the <a href="directive-dict.html">Directive Dictionary</a>.
+    </p>
+
+    <p>The first column gives the directive name and usage.  The second columns shows the
+    default value of the directive, if a default exists.  If the default is too large to
+    display, the first characters will be followed by "+".</p>
+
+    <p>The third and fourth columns lists the status of the directive and the
+    contexts where the directive is allowed according
+    to the following tables:</p>
+
+<table><tr><td>
+    <table><tr><td>C</td><td>Core</td></tr>
+    <tr><td>M</td><td>MPM</td></tr>
+    <tr><td>B</td><td>Base</td></tr>
+    <tr><td>E</td><td>Extension</td></tr>
+    <tr><td>X</td><td>Experimental</td></tr>
+    </table>
+</td><td>
+    <table><tr><td>s</td><td>server config</td></tr>
+    <tr><td>v</td><td>virtual host</td></tr>
+    <tr><td>d</td><td>directory</td></tr>
+    <tr><td>h</td><td>.htaccess</td></tr>
+    </table>
+</td></tr></table>
+  </summary>
+
+  &allmodules;
+</quickreference>
\ No newline at end of file