From 0756a63aa8f632c65b51450062f8b82d74c598c0 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 18 Sep 2002 22:51:44 +0000 Subject: [PATCH] Update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96890 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/quickreference.html.en | 766 ++++++++++++------------- 1 file changed, 383 insertions(+), 383 deletions(-) diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index fb33b91c1e..7c9705ece6 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -32,716 +32,716 @@ h.htaccess -
SyntaxDefault
AcceptMutex default|method default Ms
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [Domain| SubNet| IpAddr| - Hostname] ... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.40.0
AcceptMutex default|method default Ms
   Method that Apache uses to serialize multiple children accepting requests on network sockets
AcceptPathInfo On|Off|Default Default Csvdh
+
AcceptPathInfo On|Off|Default Default Csvdh
   Resources accept trailing pathname information
AccessFileName filename [filename] ... .htaccess Csv
+
AccessFileName filename [filename] ... .htaccess Csv
   Name of the distributed configuration file
Action action-type cgi-scriptBsvdh
+
Action action-type cgi-scriptBsvdh
   Activates a CGI script for a particular handler or content-type
AddAlt string file [file] ...Bsvdh
+
AddAlt string file [file] ...Bsvdh
   Alternate text to display for a file, instead of an icon selected by filename
AddAltByEncoding string MIME-encoding -[MIME-encoding] ...Bsvdh
+
AddAltByEncoding string MIME-encoding +[MIME-encoding] ...Bsvdh
   Alternate text to display for a file instead of an icon selected by MIME-encoding
AddAltByType string - MIME-type [MIME-type] ...Bsvdh
+
AddAltByType string + MIME-type [MIME-type] ...Bsvdh
   Alternate text to display for a file, instead of an icon selected by MIME content-type
AddCharset charset extension -[extension] ...Bsvdh
+
AddCharset charset extension +[extension] ...Bsvdh
   Maps the given filename extensions to the specified content charset
AddDefaultCharset On|Off|charset Off Csvdh
+
AddDefaultCharset On|Off|charset Off Csvdh
   Default character set to be added for a response without an explicit character set
AddDescription - string file [file] ...Bsvdh
+
AddDescription + string file [file] ...Bsvdh
   Description to display for a file
AddEncoding - MIME-enc extension [extension] ...Bsvdh
+
AddEncoding + MIME-enc extension [extension] ...Bsvdh
   Maps the given filename extensions to the specified encoding type
AddHandler - handler-name extension [extension] ...Bsvdh
+
AddHandler + handler-name extension [extension] ...Bsvdh
   Maps the filename extensions to the specified handler
AddIcon icon - name [name] ...Bsvdh
+
AddIcon icon + name [name] ...Bsvdh
   Icon to display for a file selected by name
AddIconByEncoding - icon MIME-encoding [MIME-encoding] ...Bsvdh
+
AddIconByEncoding + icon MIME-encoding [MIME-encoding] ...Bsvdh
   Icon to display next to files selected by MIME content-encoding
AddIconByType - icon MIME-type [MIME-type] ...Bsvdh
+
AddIconByType + icon MIME-type [MIME-type] ...Bsvdh
   Icon to display next to files selected by MIME content-type
AddInputFilter +
AddInputFilter filter[;filter...] extension - [extension ...]Bsvdh
+ [extension ...]Bsvdh
   Maps filename extensions to the filters that will process client requests
AddLanguage - MIME-lang extension [extension] ...Bsvdh
+
AddLanguage + MIME-lang extension [extension] ...Bsvdh
   Maps the given filename extension to the specified content language
AddModuleInfo module-name stringEs
+
AddModuleInfo module-name stringEs
   Allows additional information to be added to the module information displayed by the server-info handler
AddOutputFilter +
AddOutputFilter filter[;filter...] extension - [extension ...]Bsvdh
+ [extension ...]Bsvdh
   maps the filename extensions to the filters that will process responses from the server
AddType MIME-type - extension [extension] ...Bsvdh
+
AddType MIME-type + extension [extension] ...Bsvdh
   Maps the given filename extensions onto the specified content type
Alias URL-path - file-path|directory-pathBsv
+
Alias URL-path + file-path|directory-pathBsv
   Maps URLs to filesystem locations
AliasMatch regex - file-path|directory-pathBsv
+
AliasMatch regex + file-path|directory-pathBsv
   Maps URLs to filesystem locations using regular expressions
Allow from +
Allow from all|host|env=env-variable - [host|env=env-variable] ...Bdh
+ [host|env=env-variable] ...Bdh
   Controls which hosts can access an area of the server
AllowCONNECT port [port] ... 443 563 Esv
+
AllowCONNECT port [port] ... 443 563 Esv
   Ports that are allowed to CONNECT through the proxy
AllowOverride All|None|directive-type -[directive-type] ... All Cd
+
AllowOverride All|None|directive-type +[directive-type] ... All Cd
   Types of directives that are allowed in .htaccess files
Anonymous user [user] ...Edh
+
Anonymous user [user] ...Edh
   Specifies userIDs that areallowed access without password verification
Anonymous_Authoritative on|off off Edh
+
Anonymous_Authoritative on|off off Edh
   Configures if authorization will fall-through to other methods
Anonymous_LogEmail on|off on Edh
+
Anonymous_LogEmail on|off on Edh
   Sets whether the password entered will be logged in the error log
Anonymous_MustGiveEmail on|off on Edh
+
Anonymous_MustGiveEmail on|off on Edh
   Specifies whether blank passwords are allowed
Anonymous_NoUserID on|off off Edh
+
Anonymous_NoUserID on|off off Edh
   Sets whether the userID field may be empty
Anonymous_VerifyEmail on|off off Edh
+
Anonymous_VerifyEmail on|off off Edh
   Sets whether to check the password field for a correctly formatted email address
AssignUserID user_id group_idMv
+
AssignUserID user_id group_idMv
  
AuthAuthoritative on|off on Bdh
+
AuthAuthoritative on|off on Bdh
   Sets whether authorization and authentication are passed to lower level modules
AuthDBMAuthoritative on|off on Edh
+
AuthDBMAuthoritative on|off on Edh
   Sets whether authentication and authorization will be passwed on to lower level modules
AuthDBMGroupFile file-pathEdh
+
AuthDBMGroupFile file-pathEdh
   Sets the name of the database file containing the list of user groups for authentication
AuthDBMType default|SDBM|GDBM|NDBM|DB default Edh
+
AuthDBMType default|SDBM|GDBM|NDBM|DB default Edh
   Sets the type of database file that is used to store passwords
AuthDBMUserFile file-pathEdh
+
AuthDBMUserFile file-pathEdh
   Sets thename of a database file containing the list of users and passwords for authentication
AuthDigestAlgorithm MD5|MD5-sess MD5 Xdh
+
AuthDigestAlgorithm MD5|MD5-sess MD5 Xdh
   Selects the algorithm used to calculate the challenge and response hases in digest authentication
AuthDigestDomain URI [URI] ...Xdh
+
AuthDigestDomain URI [URI] ...Xdh
   URIs that are in the same protection space for digest authentication
AuthDigestFile file-pathXdh
+
AuthDigestFile file-pathXdh
   Location of the text file containing the list of users and encoded passwords for digest authentication
AuthDigestGroupFile file-pathXdh
+
AuthDigestGroupFile file-pathXdh
   Name of the text file containing the list of groups for digest authentication
AuthDigestNcCheck On|Off Off Xs
+
AuthDigestNcCheck On|Off Off Xs
   Enables or disables checking of the nonce-count sent by the server
???Xdh
+
???Xdh
   Determines how the nonce is generated
AuthDigestNonceLifetime seconds 300 Xdh
+
AuthDigestNonceLifetime seconds 300 Xdh
   How long the server nonce is valid
AuthDigestQop none|auth|auth-int [auth|auth-int] auth Xdh
+
AuthDigestQop none|auth|auth-int [auth|auth-int] auth Xdh
   Determines the quality-of-protection to use in digest authentication
AuthGroupFile file-pathBdh
+
AuthGroupFile file-pathBdh
   Sets the name of a text file containing the list of user groups for authentication
AuthLDAPAuthoritative on|off on dh
+
AuthLDAPAuthoritative on|off on dh
  
AuthLDAPBindDN distinguished-namedh
+
AuthLDAPBindDN distinguished-namedh
  
AuthLDAPBindPassword passworddh
+
AuthLDAPBindPassword passworddh
  
AuthLDAPCompareDNOnServer on|off on dh
+
AuthLDAPCompareDNOnServer on|off on dh
  
AuthLDAPDereferenceAliases never|searching|finding|always Always dh
+
AuthLDAPDereferenceAliases never|searching|finding|always Always dh
  
AuthLDAPEnabled on|off on dh
+
AuthLDAPEnabled on|off on dh
  
AuthLDAPFrontPageHack on|offdh
+
AuthLDAPFrontPageHack on|offdh
  
AuthLDAPGroupAttribute attributedh
+
AuthLDAPGroupAttribute attributedh
  
AuthLDAPGroupAttributeIsDN on|off on dh
+
AuthLDAPGroupAttributeIsDN on|off on dh
  
AuthLDAPRemoteUserIsDN on|offdh
+
AuthLDAPRemoteUserIsDN on|offdh
  
AuthLDAPStartTLS on|offdh
+
AuthLDAPStartTLS on|offdh
  
AuthLDAPUrl urldh
+
AuthLDAPUrl urldh
  
AuthName auth-domainCdh
+
AuthName auth-domainCdh
   Authorization realm for use in HTTP authentication
AuthType Basic|DigestCdh
+
AuthType Basic|DigestCdh
   Type of user authentication
AuthUserFile file-pathBdh
+
AuthUserFile file-pathBdh
   Sets the name of a text file containing the list of users and passwords for authentication
BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...Bsvdh
+
BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...Bsvdh
   Sets environment variables conditional on HTTP User-Agent
BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...Bsvdh
+
BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...Bsvdh
   Sets environment variables conditional on User-Agent without respect to case
CacheDefaultExpire seconds 3600 (one hour) Xs
+
CacheDefaultExpire seconds 3600 (one hour) Xs
  
CacheDisable cache_type url-stringXs
+
CacheDisable cache_type url-stringXs
   Disable caching of specified URLs by specified storage manager
CacheEnable cache_type url-stringXs
+
CacheEnable cache_type url-stringXs
   Enable caching specified URLs in a specified storage manager
CacheFile - file-path [file-path] ...Xs
+
CacheFile + file-path [file-path] ...Xs
  
CacheForceCompletion Percentage 60 Xs
+
CacheForceCompletion Percentage 60 Xs
   Percentage of download to arrive for the cache to force complete transfer
CacheIgnoreCacheControlXs
+
CacheIgnoreCacheControlXs
   Ignore requests from the client for uncached content
CacheIgnoreNoLastModXs
+
CacheIgnoreNoLastModXs
   Ignore responses where there is no Last Modified Header
CacheLastModifiedFactor float 0.1 Xs
+
CacheLastModifiedFactor float 0.1 Xs
   The factor used to estimate the Expires date from the LastModified date
CacheMaxExpire seconds 86400 (one day) Xs
+
CacheMaxExpire seconds 86400 (one day) Xs
   The maximum time in seconds to cache a document
CacheMaxStreamingBuffer size_in_bytes 0 Xs
+
CacheMaxStreamingBuffer size_in_bytes 0 Xs
   Maximum amount of a streamed response to buffer in memory before declaring the response uncacheable
CacheNegotiatedDocs on|off off Bs
+
CacheNegotiatedDocs on|off off Bs
   Allows content-negotiated documents to be cached by proxy servers
CGIMapExtension cgi-path .extensionCdh
+
CGIMapExtension cgi-path .extensionCdh
   Technique for locating the interpreter for CGI scripts
CharsetDefault charsetXsvdh
+
CharsetDefault charsetXsvdh
   Charset to translate into
CharsetOptions option [option] ... DebugLevel=0 +
CharsetOptions option [option] ... DebugLevel=0 NoImp + - Xsvdh
+ Xsvdh
   Configures charset tranlation behavior
CharsetSourceEnc charsetXsvdh
+
CharsetSourceEnc charsetXsvdh
   Source charset of files
CheckSpelling on|off Off Esvdh
+
CheckSpelling on|off Off Esvdh
   Enables the spelling module
ChildPerUserID user_id -group_id child_idMs
+
ChildPerUserID user_id +group_id child_idMs
  
ContentDigest on|off off Csvdh
+
ContentDigest on|off off Csvdh
   Enables the generation of Content-MD5 HTTP Response headers
CookieDomain domainEsvdh
+
CookieDomain domainEsvdh
   The domain to which the tracking cookie applies
CookieExpires expiry-periodEsvdh
+
CookieExpires expiry-periodEsvdh
   Expiry time for the tracking cookie
CookieLog filenameBs
+
CookieLog filenameBs
   Sets filename for the logging of cookies
CookieName token Apache Esvdh
+
CookieName token Apache Esvdh
   Name of the tracking cookie
CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape Esvdh
+
CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape Esvdh
   Format of the cookie header field
CookieTracking on|off off Esvdh
+
CookieTracking on|off off Esvdh
   Enables tracking cookie
CoreDumpDirectory directoryMs
+
CoreDumpDirectory directoryMs
   Directory where Apache attempts to switch before dumping core
CustomLog +
CustomLog file|pipe format|nickname - [env=[!]environment-variable]Bs
+ [env=[!]environment-variable]Bs
   Sets filename and format of log file
Dav on|off off Ed
+
Dav on|off off Ed
   Enable WebDAV HTTP methods
DavDepthInfinity on|off off Ed
+
DavDepthInfinity on|off off Ed
   Allow PROPFIND, Depth: Infinity requests
DavLockDB file-pathEsv
+
DavLockDB file-pathEsv
   Location of the DAV lock database
DavMinTimeout seconds 0 Ed
+
DavMinTimeout seconds 0 Ed
   Minimum amount of time the server holds a lock on a DAV resource
DefaultIcon url-pathBsvdh
+
DefaultIcon url-pathBsvdh
   Icon to display for files when no specific icon is configured
DefaultLanguage - MIME-langBsvdh
+
DefaultLanguage + MIME-langBsvdh
   Sets all files in the given scope to the specified language
DefaultType MIME-type text/plain Csvdh
+
DefaultType MIME-type text/plain Csvdh
   MIME content-type that will be sent if the server cannot determine a type in any other way
DeflateBufferSize value 8096 Esv
+
DeflateBufferSize value 8096 Esv
   Fragment size to be compressed at one time by zlib
DeflateFilterNote notenameEsv
+
DeflateFilterNote notenameEsv
   Places the compression ratio in a note for logging
DeflateMemLevel value 9 Esv
+
DeflateMemLevel value 9 Esv
   How much memory should be used by zlib for compression
DeflateWindowSize value 15 Esv
+
DeflateWindowSize value 15 Esv
   Zlib compression window size
Deny from +
Deny from all|host|env=env-variable - [host|env=env-variable] ...Bdh
+ [host|env=env-variable] ...Bdh
   Controls which hosts are denied access to the server
<Directory directory-path> -... </Directory>Csv
+
<Directory directory-path> +... </Directory>Csv
   Enclose a group of directives that apply only to the named file-system directory and sub-directories
DirectoryIndex - local-url [local-url] ... index.html Bsvdh
+
DirectoryIndex + local-url [local-url] ... index.html Bsvdh
   List of resources to look for when the client requests a directory
<Directory regex> -... </Directory>Csv
+
<Directory regex> +... </Directory>Csv
   Enclose a group of directives that apply only to file-system directories that match a regular expression and their subdirectories
DocumentRoot directory-path /usr/local/apache/h +
DocumentRoot directory-path /usr/local/apache/h + - Csv
+ Csv
   Directory that forms the main document tree visible from the web
EnableMMAP on|off on Csvdh
+
EnableMMAP on|off on Csvdh
   Use memory-mapping to read files during delivery
ErrorDocument error-code documentCsvdh
+
ErrorDocument error-code documentCsvdh
   What the server will return to the client in case of an error
ErrorLog file-path|syslog[:facility] logs/error_log (Uni +
ErrorLog file-path|syslog[:facility] logs/error_log (Uni + - Csv
+ Csv
   Location where the server will log errors
ExampleXsvdh
+
ExampleXsvdh
   Demonstration directive to illustrate the Apache module API
ExpiresActive On|OffEsvdh
+
ExpiresActive On|OffEsvdh
   Enables generation of Expires headers
ExpiresByType - MIME-type <code>secondsEsvdh
+
ExpiresByType + MIME-type <code>secondsEsvdh
   Value of the Expires header configured by MIME type
ExpiresDefault <code>secondsEsvdh
+
ExpiresDefault <code>secondsEsvdh
   Default algorithm for calculating expiration time
ExtendedStatus On|Off Off Bs
+
ExtendedStatus On|Off Off Bs
   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.
ExtFilterDefine filtername parametersXs
+
ExtFilterDefine filtername parametersXs
  
ExtFilterOptions +
ExtFilterOptions option [option] ... DebugLevel=0 NoLogS + - Xd
+ Xd
  
FileETag component ... INode MTime Size Csvdh
+
FileETag component ... INode MTime Size Csvdh
   File attributes used to create the ETag HTTP response header
<Files filename> ... </Files>Csvdh
+
<Files filename> ... </Files>Csvdh
   Contains directives that apply to matched filenames
<FilesMatch regex> ... </FilesMatch>Csvdh
+
<FilesMatch regex> ... </FilesMatch>Csvdh
   Contains directives that apply to regular-expression matched filenames
ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer Bsvdh
+
ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer Bsvdh
   Action to take if a single acceptable document is not found
ForceType mime-typeCdh
+
ForceType mime-typeCdh
   Forces all matching files to be served with the specified MIME content-type
Group unix-group #-1 Msv
+
Group unix-group #-1 Msv
   Group under which the server will answer requests
Header set|append|add|unset|echo header -[value]Esvdh
+
Header set|append|add|unset|echo header +[value]Esvdh
   Configure HTTP response headers
HeaderName filenameBsvdh
+
HeaderName filenameBsvdh
   Name of the file that will be inserted at the top of the index listing
HostnameLookups on|off|double off Csvd
+
HostnameLookups on|off|double off Csvd
   Enables DNS lookups on client IP addresses
IdentityCheck on|off off Csvd
+
IdentityCheck on|off off Csvd
   Enables logging of the RFC1413 identity of the remote user
<IfDefine [!]parameter-name> ... - </IfDefine>Csvdh
+
<IfDefine [!]parameter-name> ... + </IfDefine>Csvdh
   Encloses directives that will be processed only if a test is true at startup
<IfModule [!]module-name> ... - </IfModule>Csvdh
+
<IfModule [!]module-name> ... + </IfModule>Csvdh
   Encloses directives that are processed conditional on the presence of absence of a specific module
ImapBase map|referer|URL http://servername/ Bsvdh
+
ImapBase map|referer|URL http://servername/ Bsvdh
   Default base for imagemap files
ImapDefault error|nocontent|map|referer|URL nocontent Bsvdh
+
ImapDefault error|nocontent|map|referer|URL nocontent Bsvdh
   Default action when an imagemap is called with coordinates that are not explicitly mapped
ImapMenu - none|formatted|semiformatted|unformattedBsvdh
+
ImapMenu + none|formatted|semiformatted|unformattedBsvdh
   Action if no coordinates are given when calling an imagemap
Include file-path|directory-pathCsvd
+
Include file-path|directory-pathCsvd
   Includes other configuration files from within the server configuration files
IndexIgnore file [file] ...Bsvdh
+
IndexIgnore file [file] ...Bsvdh
   Adds to the list of files to hide when listing a directory
IndexOptions [+|-]option [[+|-]option] ...Bsvdh
+
IndexOptions [+|-]option [[+|-]option] ...Bsvdh
   Various configuration settings for directory indexing
IndexOrderDefault -Ascending|Descending Name|Date|Size|Description Ascending Name Bsvdh
+
IndexOrderDefault +Ascending|Descending Name|Date|Size|Description Ascending Name Bsvdh
   Sets the default ordering of the directory index
ISAPIAppendLogToErrors on|off off Bsvdh
+
ISAPIAppendLogToErrors on|off off Bsvdh
   Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the error log
ISAPIAppendLogToQuery on|off on Bsvdh
+
ISAPIAppendLogToQuery on|off on Bsvdh
   Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the query field
ISAPICacheFile file-path [file-path] ...Bsv
+
ISAPICacheFile file-path [file-path] ...Bsv
   ISAPI .dll files to be loaded at startup
ISAPIFakeAsync on|off off Bsvdh
+
ISAPIFakeAsync on|off off Bsvdh
   Fake asynchronous support for isapi callbacks
ISAPILogNotSupported on|off off Bsvdh
+
ISAPILogNotSupported on|off off Bsvdh
   Log unsupported feature requests from ISAPI extensions
ISAPIReadAheadBuffer size 49152 Bsdh
+
ISAPIReadAheadBuffer size 49152 Bsdh
   Size of the Read Ahead Buffer sent to ISAPI extensions
KeepAlive on|off On Csv
+
KeepAlive on|off On Csv
   Enables HTTP persistent connections
KeepAliveTimeout seconds 15 Csv
+
KeepAliveTimeout seconds 15 Csv
   Amount of time the server will wait for subsequent requests on a persistent connection
LanguagePriority MIME-lang [MIME-lang] ...Bsvdh
+
LanguagePriority MIME-lang [MIME-lang] ...Bsvdh
   The precendence of language variants for cases where the client does not express a preference
LDAPCacheEntries number 1024 s
+
LDAPCacheEntries number 1024 s
  
LDAPCacheTTL seconds 600 s
+
LDAPCacheTTL seconds 600 s
  
LDAPCertDBPath directory-paths
+
LDAPCertDBPath directory-paths
  
LDAPOpCacheEntries number 1024 s
+
LDAPOpCacheEntries number 1024 s
  
LDAPOpCacheTTL seconds 600 s
+
LDAPOpCacheTTL seconds 600 s
  
LDAPSharedCacheSize bytes 102400 s
+
LDAPSharedCacheSize bytes 102400 s
  
<Limit method [method] ... > ... - </Limit>Csvdh
+
<Limit method [method] ... > ... + </Limit>Csvdh
   Restrict enclosed access controls to only certain HTTP methods
<LimitExcept method [method] ... > ... - </LimitExcept>Csvdh
+
<LimitExcept method [method] ... > ... + </LimitExcept>Csvdh
   Restrict access controls to all HTTP methods except the named ones
LimitRequestBody bytes 0 Csvdh
+
LimitRequestBody bytes 0 Csvdh
   Restricts the total size of the HTTP request body sent from the client
LimitRequestFields number 100 Cs
+
LimitRequestFields number 100 Cs
   Limits the number of HTTP request header fields that will be accepted from the client
LimitRequestFieldsize bytesCs
+
LimitRequestFieldsize bytesCs
   Limits the size of the HTTP request header allowed from the client
LimitRequestLine bytes 8190 Cs
+
LimitRequestLine bytes 8190 Cs
   Limit the size of the HTTP request line that will be accepted from the client
LimitXMLRequestBody number 1000000 Csvdh
+
LimitXMLRequestBody number 1000000 Csvdh
   Limits the size of an XML-based request body
Listen [IP-address:]portnumberMs
+
Listen [IP-address:]portnumberMs
   IP addresses and ports that the server listens to
ListenBacklog backlogMs
+
ListenBacklog backlogMs
   Maximum length of the queue of pending connections
LoadFile filename [filename] ...s
+
LoadFile filename [filename] ...s
   Link in the named object file or library
LoadModule module filenames
+
LoadModule module filenames
   Links in the object file or library, and adds to the list of active modules
<Location - URL-path|URL> ... </Location>Csv
+
<Location + URL-path|URL> ... </Location>Csv
   Applies the enclosed directives only to matching URLs
<LocationMatch - regex> ... </Location>Csv
+
<LocationMatch + regex> ... </Location>Csv
   Applies the enclosed directives only to regular-expression matching URLs
LockFile filename logs/accept.lock Ms
+
LockFile filename logs/accept.lock Ms
   Location of the accept serialization lock file
LogFormat +
LogFormat format|nickname [nickname] "%h %l %u %t \"%r\" + - Bs
+ Bs
   Describes a format for use in a log file
LogLevel level warn Csv
+
LogLevel level warn Csv
   Controls the verbosity of the ErrorLog
MaxClients numberMs
+
MaxClients numberMs
   Maximum number of child processes that will be created to serve requests
MaxKeepAliveRequests number 100 Csv
+
MaxKeepAliveRequests number 100 Csv
   Number of requests allowed on a persistent connection
MaxMemFree numberMs
+
MaxMemFree numberMs
   Maximum amount of memory that the main allocator is allowed to hold without calling free()
MaxRequestsPerChild number 10000 Ms
+
MaxRequestsPerChild number 10000 Ms
   Limit on the number of requests that an individual child server will handle during its life
MaxSpareServers number
10 Ms
+
MaxSpareServers number
10 Ms
   Maximum number of idle child server processes
MaxSpareThreads numberMs
+
MaxSpareThreads numberMs
   Maximum number of idle threads
MaxThreads number 250 Ms
+
MaxThreads number 250 Ms
  
MaxThreadsPerChild number 64 Ms
+
MaxThreadsPerChild number 64 Ms
   Maximum number of threads per child process
MetaDir directory .web Esvdh
+
MetaDir directory .web Esvdh
   Name of the directory to find CERN-style meta information files
MetaFiles on|off off Esvdh
+
MetaFiles on|off off Esvdh
   Activates CERN meta-file processing
MetaSuffix suffix .meta Esvdh
+
MetaSuffix suffix .meta Esvdh
   File name suffix for the file containg CERN-style meta information
MimeMagicFile file-pathEsv
+
MimeMagicFile file-pathEsv
   Enable MIME-type determination based on file contents using the specified magic file
MinSpareServers number 5 Ms
+
MinSpareServers number 5 Ms
   Minimum number of idle child server processes
MinSpareServers numberMs
+
MinSpareServers numberMs
   Minimum number of idle threads available to handle request spikes
MMapFile file-path [file-path] ...Xs
+
MMapFile file-path [file-path] ...Xs
  
ModMimeUsePathInfo On|OffBsvdh
+
ModMimeUsePathInfo On|OffBsvdh
   Tells mod_mime to treat path_info components as part of the filename
MultiviewsMatch - [NegotiatedOnly] [Handlers] [Filters] [Any]Bsvdh
+
MultiviewsMatch + [NegotiatedOnly] [Handlers] [Filters] [Any]Bsvdh
   The types of files that will be included when searching for a matching file with MultiViews
NameVirtualHost addr[:port]Cs
+
NameVirtualHost addr[:port]Cs
   Designates an IP address for name-virtual hosting
NoProxy +
NoProxy Domain| SubNet| IpAddr| @@ -749,509 +749,509 @@ hosting
Esv
+ Hostname] ...Esv
   Hosts, domains, or networks that will be connected to directly
NumServers number 2 Ms
+
NumServers number 2 Ms
   Total number of children alive at the same time
Options - [+|-]option [[+|-]option] ... All Csvdh
+
Options + [+|-]option [[+|-]option] ... All Csvdh
   Configures what features are available in a particular directory
Order ordering Deny,Allow Bdh
+
Order ordering Deny,Allow Bdh
   Controls the default access state and the order in which Allow and Deny are evaluated.
PassEnv - env-variable [env-variable] ...Bsvdh
+
PassEnv + env-variable [env-variable] ...Bsvdh
   Passes environment variables from the shell
PidFile filename logs/httpd.pid Ms
+
PidFile filename logs/httpd.pid Ms
   File where the server records the process ID of the daemon
ProtocolEcho On|OffXsv
+
ProtocolEcho On|OffXsv
   Turn the echo server on or off
<Proxy wildcard-url> ...</Proxy>Esv
+
<Proxy wildcard-url> ...</Proxy>Esv
   Container for directives applied to proxied resources
ProxyBlock *|word|host|domain -[word|host|domain] ...Esv
+
ProxyBlock *|word|host|domain +[word|host|domain] ...Esv
   Words, hosts, or domains that are banned from being proxied
ProxyDomain DomainEsv
+
ProxyDomain DomainEsv
   Default domain name for proxied requests
ProxyErrorOverride On|Off Off Esv
+
ProxyErrorOverride On|Off Off Esv
   Override error pages for proxied content
ProxyIOBufferSize bytesEsv
+
ProxyIOBufferSize bytesEsv
   IO buffer size for outgoing HTTP and FTP connections
<Proxy regex> ...</Proxy>Esv
+
<Proxy regex> ...</Proxy>Esv
   Container for directives applied to regular-expression-matched proxied resources
ProxyMaxForwards number 10 Esv
+
ProxyMaxForwards number 10 Esv
   Maximium number of proxies that a request can be forwarded through
ProxyPass [path] !|urlEsv
+
ProxyPass [path] !|urlEsv
   Maps remote servers into the local server URL-space
ProxyPassReverse [path] urlEsv
+
ProxyPassReverse [path] urlEsv
   Adjusts the URL in HTTP response headers sent from a reverse proxied server
ProxyPreserveHost on|off Off Esv
+
ProxyPreserveHost on|off Off Esv
   Use incoming Host HTTP request header for proxy request
ProxyReceiveBufferSize bytesEsv
+
ProxyReceiveBufferSize bytesEsv
   Network buffer size for outgoing HTTP and FTP connections
ProxyRemote match remote-serverEsv
+
ProxyRemote match remote-serverEsv
   Remote proxy used to handle certain requests
ProxyRemote regex remote-serverEsv
+
ProxyRemote regex remote-serverEsv
   Remote proxy used to handle requests matched by regular expressions
ProxyRequests on|off Off Esv
+
ProxyRequests on|off Off Esv
   Enables forward (standard) proxy requests
ProxyTimeout seconds 300 Esv
+
ProxyTimeout seconds 300 Esv
   Network timeout for proxied requests
ProxyVia on|off|full|block off Esv
+
ProxyVia on|off|full|block off Esv
   Information provided in the Via HTTP response header for proxied requests
ReadmeName filenameBsvdh
+
ReadmeName filenameBsvdh
   Name of the file that will be inserted at the end of the index listing
Redirect [status] URL-path URLBsvdh
+
Redirect [status] URL-path URLBsvdh
   Sends an external redirect asking the client to fetch a different URL
RedirectMatch [status] regex URLBsvdh
+
RedirectMatch [status] regex URLBsvdh
   Sends an external redirect asking the client to fetch a different URL based on a regular expression match of the current URL
RedirectPermanent URL-path URLBsvdh
+
RedirectPermanent URL-path URLBsvdh
   Sends an external permanent redirect asking the client to fetch a different URL
RedirectTemp URL-path URLBsvdh
+
RedirectTemp URL-path URLBsvdh
   Sends an external temporary redirect asking the client to fetch a different URL
RemoveCharset - extension [extension] ...Bvdh
+
RemoveCharset + extension [extension] ...Bvdh
   Removes any character set associations for a set of file extensions
RemoveEncoding - extension [extension] ...Bvdh
+
RemoveEncoding + extension [extension] ...Bvdh
   Removes any content encoding associations for a set of file extensions
RemoveHandler - extension [extension] ...Bvdh
+
RemoveHandler + extension [extension] ...Bvdh
   Removes any handler associations for a set of file extensions
RemoveInputFilter - extension [extension] ...Bvdh
+
RemoveInputFilter + extension [extension] ...Bvdh
   Removes any input filter associations for a set of file extensions
RemoveLanguage - extension [extension] ...Bvdh
+
RemoveLanguage + extension [extension] ...Bvdh
   Removes any language associations for a set of file extensions
RemoveOutputFilter - extension [extension] ...Bvdh
+
RemoveOutputFilter + extension [extension] ...Bvdh
   Removes any output filter associations for a set of file extensions
RemoveType - extension [extension] ...Bvdh
+
RemoveType + extension [extension] ...Bvdh
   Removes any content type associations for a set of file extensions
RequestHeader set|append|add|unset header -[value]Esvdh
+
RequestHeader set|append|add|unset header +[value]Esvdh
   Configure HTTP request headers
Require entity-name [entity-name] ...Cdh
+
Require entity-name [entity-name] ...Cdh
   Selects which authenticated users can access a resource
RewriteBase URL-pathEdh
+
RewriteBase URL-pathEdh
   Sets the base URL for per-directory rewrites
RewriteCond - TestString CondPatternEsvdh
+
RewriteCond + TestString CondPatternEsvdh
   Defines a condition under which rewriting will take place
RewriteEngine on|off off Esvdh
+
RewriteEngine on|off off Esvdh
   Enables or disables runtime rewriting engine
RewriteLock file-pathEs
+
RewriteLock file-pathEs
   Sets the name of the lock file used for RewriteMap synchronization
RewriteLog file-pathEsv
+
RewriteLog file-pathEsv
   Sets the name of the file used for logging rewrite engine processing
RewriteLogLevel LevelEsv
+
RewriteLogLevel LevelEsv
   Sets the verbosity of the log file used by the rewrite engine
RewriteMap MapName MapType:MapSource -Esv
+
RewriteMap MapName MapType:MapSource +Esv
   Defines a mapping function for key-lookup
RewriteOptions OptionsEsvdh
+
RewriteOptions OptionsEsvdh
   Sets some special options for the rewrite engine
RewriteRule - Pattern SubstitutionEsvdh
+
RewriteRule + Pattern SubstitutionEsvdh
   Defines rules for the rewriting engine
RLimitCPU number|max [number|max]Csvdh
+
RLimitCPU number|max [number|max]Csvdh
   Limits the CPU consumption of processes launched by Apache children
RLimitMEM number|max [number|max]Csvdh
+
RLimitMEM number|max [number|max]Csvdh
   Limits the memory consumption of processes launched by Apache children
RLimitNPROC number|max [number|max]Csvdh
+
RLimitNPROC number|max [number|max]Csvdh
   Limits the number of processes that can be launched by processes launched by Apache children
Satisfy any|all all Cdh
+
Satisfy any|all all Cdh
   Interaction between host-level access control and user authentication
ScoreBoardFile file-path logs/apache_status Ms
+
ScoreBoardFile file-path logs/apache_status Ms
   Location of the file used to store coordination data for the child processes
Script method cgi-scriptBsvd
+
Script method cgi-scriptBsvd
   Activates a CGI script for a particular request method.
ScriptAlias -URL-path file-path|directory-pathBsv
+
ScriptAlias +URL-path file-path|directory-pathBsv
   Maps a URL to a filesystem location and designates the target as a CGI script
ScriptAliasMatch -regex file-path|directory-pathBsv
+
ScriptAliasMatch +regex file-path|directory-pathBsv
   Maps a URL to a filesystem location using a regular expression and designates the target as a CGI script
ScriptInterpreterSource registry|script script Csvdh
+
ScriptInterpreterSource registry|script script Csvdh
   Technique for locating the interpreter for CGI scripts
ScriptLog file-pathBsv
+
ScriptLog file-pathBsv
   Location of the CGI script error logfile
ScriptLogBuffer bytes 1024 Bsv
+
ScriptLogBuffer bytes 1024 Bsv
   Maximum amount of PUT or POST requests that will be recorded in the scriptlog
ScriptLogLength bytes 10385760 Bsv
+
ScriptLogLength bytes 10385760 Bsv
   Size limit of the CGI script logfile
ScriptSock file-path logs/cgisock Bsv
+
ScriptSock file-path logs/cgisock Bsv
  
SendBufferSize bytesMs
+
SendBufferSize bytesMs
   TCP buffer size
ServerAdmin email-addressCsv
+
ServerAdmin email-addressCsv
   Email address that the server includes in error messages sent to the client
ServerAlias hostname [hostname] ...Cv
+
ServerAlias hostname [hostname] ...Cv
   Alternate names for a host used when matching requests to name-virtual hosts
ServerLimit number 256 (prefork), Serv +
ServerLimit number 256 (prefork), Serv + - Ms
+ Ms
   Upper limit on configurable number of processes
ServerName fully-qualified-domain-name[:port]Csv
+
ServerName fully-qualified-domain-name[:port]Csv
   Hostname and port that the server uses to identify itself
ServerPath URL-pathCv
+
ServerPath URL-pathCv
   Legacy URL pathname for a name-virtual host that is accessed by an incompatible browser
ServerRoot directory-path /usr/local/apache Cs
+
ServerRoot directory-path /usr/local/apache Cs
   Base directory for the server installation
ServerSignature On|Off|EMail Off Csvdh
+
ServerSignature On|Off|EMail Off Csvdh
   Configures the footer on server-generated documents
ServerTokens Major|Minor|Minimal|ProductOnly|OS|Full Full Cs
+
ServerTokens Major|Minor|Minimal|ProductOnly|OS|Full Full Cs
   Configures the Server HTTP response header
SetEnv env-variable valueBsvdh
+
SetEnv env-variable valueBsvdh
   Sets environment variables
SetEnvIf attribute +
SetEnvIf attribute regex [!]env-variable[=value] - [[!]env-variable[=value]] ...Bsvdh
+ [[!]env-variable[=value]] ...Bsvdh
   Sets environment variables based on attributes of the request
SetEnvIfNoCase attribute regex +
SetEnvIfNoCase attribute regex [!]env-variable[=value] - [[!]env-variable[=value]] ...Bsvdh
+ [[!]env-variable[=value]] ...Bsvdh
   Sets environment variables based on attributes of the request without respect to case
SetHandler handler-nameCsvdh
+
SetHandler handler-nameCsvdh
   Forces all matching files to be processed by a handler
SetInputFilter filter[;filter...]Csvdh
+
SetInputFilter filter[;filter...]Csvdh
   Sets the filters that will process client requests and POST input
SetOutputFilter filter[;filter...]Csvdh
+
SetOutputFilter filter[;filter...]Csvdh
   Sets the filters that will process responses from the server
SSIEndTag tag "-->" Bsv
+
SSIEndTag tag "-->" Bsv
   String that ends an include element
SSIErrorMsg message +
SSIErrorMsg message "[an error occurre + - Bsvdh
+ Bsvdh
   Error message displayed when there is an SSI error
Changes the string that mod_include looks for to start an -include element "<!--" Bsv
+
Changes the string that mod_include looks for to start an +include element "<!--" Bsv
   String that starts an include element
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M + - Bsvdh
+ Bsvdh
   Configures the format in which date strings are displayed
SSIUndefinedEcho tag "<!-- undef -->" Bsv
+
SSIUndefinedEcho tag "<!-- undef -->" Bsv
   String displayed when an unset variable is echoed
SSLCACertificateFile file-pathEsv
+
SSLCACertificateFile file-pathEsv
   File of concatenated PEM-encoded CA Certificates for Client Auth
SSLCACertificatePath directory-pathEsv
+
SSLCACertificatePath directory-pathEsv
   Directory of PEM-encoded CA Certificates for Client Auth
SSLCARevocationFile file-pathEsv
+
SSLCARevocationFile file-pathEsv
   File of concatenated PEM-encoded CA CRLs for Client Auth
SSLCARevocationPath directory-pathEsv
+
SSLCARevocationPath directory-pathEsv
   Directory of PEM-encoded CA CRLs for Client Auth
SSLCertificateChainFile file-pathEsv
+
SSLCertificateChainFile file-pathEsv
   File of PEM-encoded Server CA Certificates
SSLCertificateFile file-pathEsv
+
SSLCertificateFile file-pathEsv
   Server PEM-encoded X.509 Certificate file
SSLCertificateKeyFile file-pathEsv
+
SSLCertificateKeyFile file-pathEsv
   Server PEM-encoded Private Key file
SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +
SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H + - Esvdh
+ Esvdh
   Cipher Suite available for negotiation in SSL handshake
SSLEngine on|off off Esv
+
SSLEngine on|off off Esv
   SSL Engine Operation Switch
SSLMutex type none Es
+
SSLMutex type none Es
   Semaphore for internal mutual exclusion of operations
SSLOptions [+|-]option ...Esvdh
+
SSLOptions [+|-]option ...Esvdh
   Configure various SSL engine run-time options
SSLPassPhraseDialog type builtin Es
+
SSLPassPhraseDialog type builtin Es
   Type of pass phrase dialog for encrypted private keys
SSLProtocol [+|-]protocol ... all Esv
+
SSLProtocol [+|-]protocol ... all Esv
   Configure usable SSL protocol flavors
SSLProxyCACertificateFile file-pathEsv
+
SSLProxyCACertificateFile file-pathEsv
   File of concatenated PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCACertificatePath directory-pathEsv
+
SSLProxyCACertificatePath directory-pathEsv
   Directory of PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCARevocationFile file-pathEsv
+
SSLProxyCARevocationFile file-pathEsv
   File of concatenated PEM-encoded CA CRLs for Remote Server Auth
SSLProxyCARevocationPath directory-pathEsv
+
SSLProxyCARevocationPath directory-pathEsv
   Directory of PEM-encoded CA CRLs for Remote Server Auth
SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +
SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H + - Esvdh
+ Esvdh
   Cipher Suite available for negotiation in SSL proxy handshake
SSLProxyEngine on|off off Esv
+
SSLProxyEngine on|off off Esv
   SSL Proxy Engine Operation Switch
SSLProxyMachineCertificateFile filenameEs
+
SSLProxyMachineCertificateFile filenameEs
   File of concatenated PEM-encoded CA certificates for proxy server client certificates
SSLProxyMachineCertificatePath directoryEs
+
SSLProxyMachineCertificatePath directoryEs
   Directory of PEM-encoded CA certificates for proxy server client certificates
SSLProxyProtocol [+|-]protocol ... all Esv
+
SSLProxyProtocol [+|-]protocol ... all Esv
   Configure usable SSL protocol flavors for proxy usage
SSLProxyVerify level none Esvdh
+
SSLProxyVerify level none Esvdh
   Type of remote server Certificate verification
SSLVerifyDepth numberEsvdh
+
SSLVerifyDepth numberEsvdh
   Maximum depth of CA Certificates in Remote Server Certificate verification
SSLRandomSeed context source -[bytes]Es
+
SSLRandomSeed context source +[bytes]Es
   Pseudo Random Number Generator (PRNG) seeding source
SSLRequire expressionEdh
+
SSLRequire expressionEdh
   Allow access only when an arbitrarily complex boolean expression is true
SSLRequireSSLEdh
+
SSLRequireSSLEdh
   Deny access when SSL is not used for the HTTP request
SSLSessionCache type none Es
+
SSLSessionCache type none Es
   Type of the global/inter-process SSL Session Cache
SSLSessionCacheTimeout seconds 300 Esv
+
SSLSessionCacheTimeout seconds 300 Esv
   Number of seconds before an SSL session expires in the Session Cache
SSLVerifyClient level none Esvdh
+
SSLVerifyClient level none Esvdh
   Type of Client Certificate verification
SSLVerifyDepth number 1 Esvdh
+
SSLVerifyDepth number 1 Esvdh
   Maximum depth of CA Certificates in Client Certificate verification
StartServers number 5 Ms
+
StartServers number 5 Ms
   Number of child server processes created at startup
StartThreads numberMs
+
StartThreads numberMs
   Nubmer of threads created on startup
SuexecUserGroup User GroupEsv
+
SuexecUserGroup User GroupEsv
   User and group permissions for CGI programs
ThreadLimit numberMs
+
ThreadLimit numberMs
   Sets the upper limit on the configurable number of threads per child process
ThreadsPerChild numberMs
+
ThreadsPerChild numberMs
   Number of threads created by each child process
ThreadStackSize number 65536 Ms
+
ThreadStackSize number 65536 Ms
  
TimeOut number 300 Cs
+
TimeOut number 300 Cs
   Amount of time the server will wait for certain events before failing a request
TransferLog file|pipeBs
+
TransferLog file|pipeBs
   Specifly location of a log file
TypesConfig file-path conf/mime.types Bs
+
TypesConfig file-path conf/mime.types Bs
   The location of the mime.types file
UnsetEnv env-variable [env-variable] ...Bsvdh
+
UnsetEnv env-variable [env-variable] ...Bsvdh
   Removes variables from the environment
UseCanonicalName on|off|dns on Csvd
+
UseCanonicalName on|off|dns on Csvd
   Configures how the server determines its own name and port
User unix-userid #-1 Msv
+
User unix-userid #-1 Msv
   The userid under which the server will answer requests
UserDir directory-filename public_html Bs
+
UserDir directory-filename public_html Bs
   Location of the user-specific directories
VirtualDocumentRoot interpolated-directoryEsv
+
VirtualDocumentRoot interpolated-directoryEsv
   Dynamically configure the location of the document root for a given virtual host
VirtualDocumentRootIP interpolated-directoryEsv
+
VirtualDocumentRootIP interpolated-directoryEsv
   Dynamically configure the location of the document root for a given virtual host
<VirtualHost +
<VirtualHost addr[:port] [addr[:port]] - ...> ... </VirtualHost>Cs
+ ...> ... </VirtualHost>Cs
   Contains directives that apply only to a specific hostname or IP address
VirtualScriptAlias interpolated-directoryEsv
+
VirtualScriptAlias interpolated-directoryEsv
   Dynamically configure the location of the CGI directory for a given virtual host
VirtualScriptAliasIP interpolated-directoryEsv
+
VirtualScriptAliasIP interpolated-directoryEsv
   Dynamically configure the location of the cgi directory for a given virtual host
XBitHack on|off|full off Bsvdh
+
XBitHack on|off|full off Bsvdh
   Parse SSI directives in files with the execute bit set