From: André Malo
+ This setting controls if HTTP status 103 interim responses are
+ forwarded to the client or not. By default, this is currently
+ not the case since a range of clients still have trouble with
+ unexpected interim responses.
+
+ When set to Available Languages: de |
diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es
index 53ef657358a..a2a8df54de9 100644
--- a/docs/manual/mod/quickreference.html.es
+++ b/docs/manual/mod/quickreference.html.es
@@ -477,14 +477,16 @@ will exit. Le protocole TLS-SRP (Echange de clés sécurisé par mot de passe
- pour TLS comme spécifié dans la RFC 5054) peut compléter ou même
+ Le protocole TLS-SRP (Echange de clés sécurisé par mot de passe
+ pour TLS comme spécifié dans la RFC 5054) peut compléter ou même
remplacer les certificats lors du processus d'authentification des
- connexions SSL. Pour utiliser TLS-SRP, spécifiez un fichier de
- vérification SRP OpenSSL via la directive Une fois ce fichier créé, vous devez le référencer dans la
+ Une fois ce fichier créé, vous devez le référencer dans la
configuration du serveur SSL : Pour forcer les clients à utiliser des algorithmes de chiffrement
- basés sur TLS-SRP et s'affranchissant des certificats, utilisez la
+ Pour forcer les clients à utiliser des algorithmes de chiffrement
+ basés sur TLS-SRP et s'affranchissant des certificats, utilisez la
directive suivante : Ajoute les paramètres personnalisés incluant les lignes "BEGIN DH
- PARAMETERS" et "END DH PARAMETERS" Ã la fin du premier fichier de
- certificat défini via la directive Ajoute les paramètres personnalisés incluant les lignes "BEGIN DH
+ PARAMETERS" et "END DH PARAMETERS" à la fin du premier fichier de
+ certificat défini via la directive
H2CopyFiles
H2Direct
H2EarlyHints
H2MaxSessionStreams
H2MaxWorkerIdleSeconds
H2MaxWorkers
Example
H2Direct on
H2EarlyHints Directive
+
+
+
+Description: Determine sending of 103 status codes
+Syntax: H2EarlyHints on|off
+Default: H2EarlyHints off
+Context: server config, virtual host
+Status: Extension
+Module: mod_http2
+Compatibility: Available in version 2.4.24 and later. on
, PUSH resources announced with
+ H2PushResource
will trigger an interim 103 response
+ before the final response. The 103 response will carry Link
+ headers that advise the preload
of such resources.
+ H2MaxSessionStreams Directive
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de
index 73b11769563..7ae67051ee0 100644
--- a/docs/manual/mod/quickreference.html.de
+++ b/docs/manual/mod/quickreference.html.de
@@ -479,14 +479,16 @@ will exit.
requests
H2CopyFiles on|off off svdh E Determine file handling in responses H2Direct on|off on for h2c, off for + sv E
-H2 Direct Protocol Switch H2MaxSessionStreams n 100 sv E
-Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
-Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
-Maximum number of worker threads to use per child process. H2MinWorkers n s E
-Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
-Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
-H2 Server Push Switch H2PushDiarySize n 256 sv E
-H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2EarlyHints on|off off sv E
+Determine sending of 103 status codes H2MaxSessionStreams n 100 sv E
+Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
+Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
+Maximum number of worker threads to use per child process. H2MinWorkers n s E
+Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
+Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
+H2 Server Push Switch H2PushDiarySize n 256 sv E
+H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2PushResource [add] path [critical] svdh E Declares resources for early pushing to the client H2SerializeHeaders on|off off sv E Serialize Request/Response Processing Switch H2SessionExtraFiles n sv E Number of Extra File Handles H2StreamMaxMemSize bytes 65536 sv E
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index a4f36011c29..c0c2e2ed5b6 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -474,634 +474,635 @@ will exit.
requests
Maximum amount of output data buffered per stream. H2CopyFiles on|off off svdh E Determine file handling in responses H2Direct on|off on for h2c, off for + sv E
-H2 Direct Protocol Switch H2MaxSessionStreams n 100 sv E
-Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
-Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
-Maximum number of worker threads to use per child process. H2MinWorkers n s E
-Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
-Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
-H2 Server Push Switch H2PushDiarySize n 256 sv E
-H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
-H2 Server Push Priority H2PushResource [add] path [critical] svdh E
-Declares resources for early pushing to the client H2SerializeHeaders on|off off sv E
-Serialize Request/Response Processing Switch H2SessionExtraFiles n sv E
-Number of Extra File Handles H2StreamMaxMemSize bytes 65536 sv E
-Maximum amount of output data buffered per stream. H2TLSCoolDownSecs seconds 1 sv E
-- H2TLSWarmUpSize amount 1048576 sv E
-- H2Upgrade on|off on for h2c, off for + sv E
-H2 Upgrade Protocol Switch H2WindowSize bytes 65535 sv E
-Size of Stream Window for upstream data.
requests
Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
+ H2EarlyHints on|off off sv E
+Determine sending of 103 status codes H2MaxSessionStreams n 100 sv E
+Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
+Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
+Maximum number of worker threads to use per child process. H2MinWorkers n s E
+Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
+Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
+H2 Server Push Switch H2PushDiarySize n 256 sv E
+H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2PushResource [add] path [critical] svdh E
+Declares resources for early pushing to the client H2SerializeHeaders on|off off sv E
+Serialize Request/Response Processing Switch H2SessionExtraFiles n sv E
+Number of Extra File Handles H2StreamMaxMemSize bytes 65536 sv E
+Maximum amount of output data buffered per stream. H2TLSCoolDownSecs seconds 1 sv E
+- H2TLSWarmUpSize amount 1048576 sv E
+- H2Upgrade on|off on for h2c, off for + sv E
+H2 Upgrade Protocol Switch H2WindowSize bytes 65535 sv E
+Size of Stream Window for upstream data. Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
header [[expr=]value [replacement]
[early|env=[!]varname|expr=expression]]
- svdh E
-Configure HTTP response headers HeaderName filename svdh B Name of the file that will be inserted at the top
+ svdh E
+Configure HTTP response headers HeaderName filename svdh B
-Name of the file that will be inserted at the top
of the index listing HeartbeatAddress addr:port s X
-Multicast address for heartbeat packets HeartbeatListenaddr:port s X
-multicast address to listen for incoming heartbeat requests HeartbeatMaxServers number-of-servers 10 s X Specifies the maximum number of servers that will be sending
+ HeartbeatAddress addr:port s X
+Multicast address for heartbeat packets HeartbeatListenaddr:port s X
+multicast address to listen for incoming heartbeat requests HeartbeatMaxServers number-of-servers 10 s X
-Specifies the maximum number of servers that will be sending
heartbeat requests to this server HeartbeatStorage file-path logs/hb.dat s X
-Path to store heartbeat data HeartbeatStorage file-path logs/hb.dat s X
-Path to read heartbeat data HostnameLookups On|Off|Double Off svd C
-Enables DNS lookups on client IP addresses IdentityCheck On|Off Off svd E Enables logging of the RFC 1413 identity of the remote
+ HeartbeatStorage file-path logs/hb.dat s X
+Path to store heartbeat data HeartbeatStorage file-path logs/hb.dat s X
+Path to read heartbeat data HostnameLookups On|Off|Double Off svd C
+Enables DNS lookups on client IP addresses IdentityCheck On|Off Off svd E
-Enables logging of the RFC 1413 identity of the remote
user IdentityCheckTimeout seconds 30 svd E
-Determines the timeout duration for ident requests <If expression> ... </If> svdh C Contains directives that apply only if a condition is
+ IdentityCheckTimeout seconds 30 svd E
+Determines the timeout duration for ident requests <If expression> ... </If> svdh C
-Contains directives that apply only if a condition is
satisfied by a request at runtime <IfDefine [!]parameter-name> ...
- </IfDefine> svdh C Encloses directives that will be processed only
+ <IfDefine [!]parameter-name> ...
+ </IfDefine> svdh C
-Encloses directives that will be processed only
if a test is true at startup <IfModule [!]module-file|module-identifier> ...
- </IfModule> svdh C Encloses directives that are processed conditional on the
+ <IfModule [!]module-file|module-identifier> ...
+ </IfModule> svdh C
-Encloses directives that are processed conditional on the
presence or absence of a specific module <IfVersion [[!]operator] version> ...
-</IfVersion> svdh E
-contains version dependent configuration ImapBase map|referer|URL http://servername/ svdh B
-Default base
for imagemap filesImapDefault error|nocontent|map|referer|URL nocontent svdh B Default action when an imagemap is called with coordinates
+ <IfVersion [[!]operator] version> ...
+</IfVersion> svdh E
+contains version dependent configuration ImapBase map|referer|URL http://servername/ svdh B
+Default base
for imagemap filesImapDefault error|nocontent|map|referer|URL nocontent svdh B
-Default action when an imagemap is called with coordinates
that are not explicitly mapped ImapMenu none|formatted|semiformatted|unformatted formatted svdh B Action if no coordinates are given when calling
+ ImapMenu none|formatted|semiformatted|unformatted formatted svdh B
-Action if no coordinates are given when calling
an imagemap Include file-path|directory-path|wildcard svd C Includes other configuration files from within
+ Include file-path|directory-path|wildcard svd C
-Includes other configuration files from within
the server configuration files IncludeOptional file-path|directory-path|wildcard svd C Includes other configuration files from within
+ IncludeOptional file-path|directory-path|wildcard svd C
-Includes other configuration files from within
the server configuration files IndexHeadInsert "markup ..." svdh B
-Inserts text in the HEAD section of an index page. IndexIgnore file [file] ... "." svdh B Adds to the list of files to hide when listing
+ IndexHeadInsert "markup ..." svdh B
+Inserts text in the HEAD section of an index page. IndexIgnore file [file] ... "." svdh B
-Adds to the list of files to hide when listing
a directory IndexIgnoreReset ON|OFF svdh B Empties the list of files to hide when listing
+ IndexIgnoreReset ON|OFF svdh B
-Empties the list of files to hide when listing
a directory IndexOptions [+|-]option [[+|-]option]
-... svdh B Various configuration settings for directory
+ IndexOptions [+|-]option [[+|-]option]
+... svdh B
-Various configuration settings for directory
indexing IndexOrderDefault Ascending|Descending
-Name|Date|Size|Description Ascending Name svdh B
-Sets the default ordering of the directory index IndexStyleSheet url-path svdh B
-Adds a CSS stylesheet to the directory index InputSed sed-command dh X
-Sed command to filter request data (typically POST
data)ISAPIAppendLogToErrors on|off off svdh B Record HSE_APPEND_LOG_PARAMETER
requests from
+IndexOrderDefault Ascending|Descending
+Name|Date|Size|Description Ascending Name svdh B
+Sets the default ordering of the directory index IndexStyleSheet url-path svdh B
+Adds a CSS stylesheet to the directory index InputSed sed-command dh X
+Sed command to filter request data (typically POST
data)ISAPIAppendLogToErrors on|off off svdh B
-Record HSE_APPEND_LOG_PARAMETER
requests from
ISAPI extensions to the error logISAPIAppendLogToQuery on|off on svdh B Record HSE_APPEND_LOG_PARAMETER
requests from
+ISAPIAppendLogToQuery on|off on svdh B
-Record HSE_APPEND_LOG_PARAMETER
requests from
ISAPI extensions to the query fieldISAPICacheFile file-path [file-path]
-... sv B
-ISAPI .dll files to be loaded at startup ISAPIFakeAsync on|off off svdh B
-Fake asynchronous support for ISAPI callbacks ISAPILogNotSupported on|off off svdh B Log unsupported feature requests from ISAPI
+ ISAPICacheFile file-path [file-path]
+... sv B
+ISAPI .dll files to be loaded at startup ISAPIFakeAsync on|off off svdh B
+Fake asynchronous support for ISAPI callbacks ISAPILogNotSupported on|off off svdh B
-Log unsupported feature requests from ISAPI
extensions ISAPIReadAheadBuffer size 49152 svdh B Size of the Read Ahead Buffer sent to ISAPI
+ ISAPIReadAheadBuffer size 49152 svdh B
-Size of the Read Ahead Buffer sent to ISAPI
extensions KeepAlive On|Off On sv C
-Enables HTTP persistent connections KeepAliveTimeout num[ms] 5 sv C Amount of time the server will wait for subsequent
+ KeepAlive On|Off On sv C
+Enables HTTP persistent connections KeepAliveTimeout num[ms] 5 sv C
-Amount of time the server will wait for subsequent
requests on a persistent connection KeptBodySize maximum size in bytes 0 d B Keep the request body instead of discarding it up to
+ KeptBodySize maximum size in bytes 0 d B
-Keep the request body instead of discarding it up to
the specified maximum size, for potential use by filters such as
mod_include. LanguagePriority MIME-lang [MIME-lang]
-... svdh B The precedence of language variants for cases where
+ LanguagePriority MIME-lang [MIME-lang]
+... svdh B
-The precedence of language variants for cases where
the client does not express a preference LDAPCacheEntries number 1024 s E
-Maximum number of entries in the primary LDAP cache LDAPCacheTTL seconds 600 s E
-Time that cached items remain valid LDAPConnectionPoolTTL n -1 sv E
-Discard backend connections that have been sitting in the connection pool too long LDAPConnectionTimeout seconds s E
-Specifies the socket connection timeout in seconds LDAPLibraryDebug 7 s E
-Enable debugging in the LDAP SDK LDAPOpCacheEntries number 1024 s E Number of entries used to cache LDAP compare
+ LDAPCacheEntries number 1024 s E
+Maximum number of entries in the primary LDAP cache LDAPCacheTTL seconds 600 s E
+Time that cached items remain valid LDAPConnectionPoolTTL n -1 sv E
+Discard backend connections that have been sitting in the connection pool too long LDAPConnectionTimeout seconds s E
+Specifies the socket connection timeout in seconds LDAPLibraryDebug 7 s E
+Enable debugging in the LDAP SDK LDAPOpCacheEntries number 1024 s E
-Number of entries used to cache LDAP compare
operations LDAPOpCacheTTL seconds 600 s E Time that entries in the operation cache remain
+ LDAPOpCacheTTL seconds 600 s E
-Time that entries in the operation cache remain
valid LDAPReferralHopLimit number dh E
-The maximum number of referral hops to chase before terminating an LDAP query. LDAPReferrals On|Off|default On dh E
-Enable referral chasing during queries to the LDAP server. LDAPRetries number-of-retries 3 s E
-Configures the number of LDAP server retries. LDAPRetryDelay seconds 0 s E
-Configures the delay between LDAP server retries. LDAPSharedCacheFile directory-path/filename s E
-Sets the shared memory cache file LDAPSharedCacheSize bytes 500000 s E
-Size in bytes of the shared-memory cache LDAPTimeout seconds 60 s E
-Specifies the timeout for LDAP search and bind operations, in seconds LDAPTrustedClientCert type directory-path/filename/nickname [password] dh E Sets the file containing or nickname referring to a per
+ LDAPReferralHopLimit number dh E
+The maximum number of referral hops to chase before terminating an LDAP query. LDAPReferrals On|Off|default On dh E
+Enable referral chasing during queries to the LDAP server. LDAPRetries number-of-retries 3 s E
+Configures the number of LDAP server retries. LDAPRetryDelay seconds 0 s E
+Configures the delay between LDAP server retries. LDAPSharedCacheFile directory-path/filename s E
+Sets the shared memory cache file LDAPSharedCacheSize bytes 500000 s E
+Size in bytes of the shared-memory cache LDAPTimeout seconds 60 s E
+Specifies the timeout for LDAP search and bind operations, in seconds LDAPTrustedClientCert type directory-path/filename/nickname [password] dh E
-Sets the file containing or nickname referring to a per
connection client certificate. Not all LDAP toolkits support per
connection client certificates. LDAPTrustedGlobalCert type directory-path/filename [password] s E Sets the file or database containing global trusted
+ LDAPTrustedGlobalCert type directory-path/filename [password] s E
-Sets the file or database containing global trusted
Certificate Authority or global client certificates LDAPTrustedMode type sv E
-Specifies the SSL/TLS mode to be used when connecting to an LDAP server. LDAPVerifyServerCert On|Off On s E
-Force server certificate verification <Limit method [method] ... > ...
- </Limit> dh C Restrict enclosed access controls to only certain HTTP
+ LDAPTrustedMode type sv E
+Specifies the SSL/TLS mode to be used when connecting to an LDAP server. LDAPVerifyServerCert On|Off On s E
+Force server certificate verification <Limit method [method] ... > ...
+ </Limit> dh C
-Restrict enclosed access controls to only certain HTTP
methods <LimitExcept method [method] ... > ...
- </LimitExcept> dh C Restrict access controls to all HTTP methods
+ <LimitExcept method [method] ... > ...
+ </LimitExcept> dh C
-Restrict access controls to all HTTP methods
except the named ones LimitInternalRecursion number [number] 10 sv C Determine maximum number of internal redirects and nested
+ LimitInternalRecursion number [number] 10 sv C
-Determine maximum number of internal redirects and nested
subrequests LimitRequestBody bytes 0 svdh C Restricts the total size of the HTTP request body sent
+ LimitRequestBody bytes 0 svdh C
-Restricts the total size of the HTTP request body sent
from the client LimitRequestFields number 100 sv C Limits the number of HTTP request header fields that
+ LimitRequestFields number 100 sv C
-Limits the number of HTTP request header fields that
will be accepted from the client LimitRequestFieldSize bytes 8190 sv C Limits the size of the HTTP request header allowed from the
+ LimitRequestFieldSize bytes 8190 sv C
-Limits the size of the HTTP request header allowed from the
client LimitRequestLine bytes 8190 sv C Limit the size of the HTTP request line that will be accepted
+ LimitRequestLine bytes 8190 sv C
-Limit the size of the HTTP request line that will be accepted
from the client LimitXMLRequestBody bytes 1000000 svdh C
-Limits the size of an XML-based request body Listen [IP-address:]portnumber [protocol] s M IP addresses and ports that the server
+ LimitXMLRequestBody bytes 1000000 svdh C
+Limits the size of an XML-based request body Listen [IP-address:]portnumber [protocol] s M
-IP addresses and ports that the server
listens to ListenBacklog backlog s M
-Maximum length of the queue of pending connections ListenCoresBucketsRatio ratio 0 (disabled) s M Ratio between the number of CPU cores (online) and the number of
+ ListenBacklog backlog s M
+Maximum length of the queue of pending connections ListenCoresBucketsRatio ratio 0 (disabled) s M
-Ratio between the number of CPU cores (online) and the number of
listeners' buckets LoadFile filename [filename] ... sv E
-Link in the named object file or library LoadModule module filename sv E Links in the object file or library, and adds to the list
+ LoadFile filename [filename] ... sv E
+Link in the named object file or library LoadModule module filename sv E
-Links in the object file or library, and adds to the list
of active modules <Location
- URL-path|URL> ... </Location> sv C Applies the enclosed directives only to matching
+ <Location
+ URL-path|URL> ... </Location> sv C
-Applies the enclosed directives only to matching
URLs <LocationMatch
- regex> ... </LocationMatch> sv C Applies the enclosed directives only to regular-expression
+ <LocationMatch
+ regex> ... </LocationMatch> sv C
-Applies the enclosed directives only to regular-expression
matching URLs LogFormat format|nickname
-[nickname] "%h %l %u %t \"%r\" + sv B
-Describes a format for use in a log file LogIOTrackTTFB ON|OFF OFF svdh E
-Enable tracking of time to first byte (TTFB) LogLevel [module:]level
+ LogFormat format|nickname
+[nickname] "%h %l %u %t \"%r\" + sv B
+Describes a format for use in a log file LogIOTrackTTFB ON|OFF OFF svdh E
+Enable tracking of time to first byte (TTFB) LogLevel [module:]level
[module:level] ...
- warn svd C
-Controls the verbosity of the ErrorLog LogMessage message
+ warn svd C
+Controls the verbosity of the ErrorLog LogMessage message
[hook=hook] [expr=expression]
- d X Log user-defined message to error log
+ d X
-Log user-defined message to error log
LuaAuthzProvider provider_name /path/to/lua/script.lua function_name s X Plug an authorization provider function into mod_authz_core
+LuaAuthzProvider provider_name /path/to/lua/script.lua function_name s X
-Plug an authorization provider function into mod_authz_core
LuaCodeCache stat|forever|never stat svdh X
-Configure the compiled code cache. LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] svdh X
-Provide a hook for the access_checker phase of request processing LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] svdh X
-Provide a hook for the auth_checker phase of request processing LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] svdh X
-Provide a hook for the check_user_id phase of request processing LuaHookFixups /path/to/lua/script.lua hook_function_name svdh X Provide a hook for the fixups phase of a request
+ LuaCodeCache stat|forever|never stat svdh X
+Configure the compiled code cache. LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] svdh X
+Provide a hook for the access_checker phase of request processing LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] svdh X
+Provide a hook for the auth_checker phase of request processing LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] svdh X
+Provide a hook for the check_user_id phase of request processing LuaHookFixups /path/to/lua/script.lua hook_function_name svdh X
-Provide a hook for the fixups phase of a request
processing LuaHookInsertFilter /path/to/lua/script.lua hook_function_name svdh X
-Provide a hook for the insert_filter phase of request processing LuaHookLog /path/to/lua/script.lua log_function_name svdh X Provide a hook for the access log phase of a request
+ LuaHookInsertFilter /path/to/lua/script.lua hook_function_name svdh X
+Provide a hook for the insert_filter phase of request processing LuaHookLog /path/to/lua/script.lua log_function_name svdh X
-Provide a hook for the access log phase of a request
processing LuaHookMapToStorage /path/to/lua/script.lua hook_function_name svdh X
-Provide a hook for the map_to_storage phase of request processing LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] sv X
-Provide a hook for the translate name phase of request processing LuaHookTypeChecker /path/to/lua/script.lua hook_function_name svdh X
-Provide a hook for the type_checker phase of request processing LuaInherit none|parent-first|parent-last parent-first svdh X
-Controls how parent configuration sections are merged into children LuaInputFilter filter_name /path/to/lua/script.lua function_name s X
-Provide a Lua function for content input filtering LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] svdh X
-Map a path to a lua handler LuaOutputFilter filter_name /path/to/lua/script.lua function_name s X
-Provide a Lua function for content output filtering LuaPackageCPath /path/to/include/?.soa svdh X
-Add a directory to lua's package.cpath LuaPackagePath /path/to/include/?.lua svdh X
-Add a directory to lua's package.path LuaQuickHandler /path/to/script.lua hook_function_name sv X
-Provide a hook for the quick handler of request processing LuaRoot /path/to/a/directory svdh X
-Specify the base path for resolving relative paths for mod_lua directives LuaScope once|request|conn|thread|server [min] [max] once svdh X
-One of once, request, conn, thread -- default is once
+ LuaHookMapToStorage /path/to/lua/script.lua hook_function_name svdh X
+Provide a hook for the map_to_storage phase of request processing LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] sv X
+Provide a hook for the translate name phase of request processing LuaHookTypeChecker /path/to/lua/script.lua hook_function_name svdh X
+Provide a hook for the type_checker phase of request processing LuaInherit none|parent-first|parent-last parent-first svdh X
+Controls how parent configuration sections are merged into children LuaInputFilter filter_name /path/to/lua/script.lua function_name s X
+Provide a Lua function for content input filtering LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] svdh X
+Map a path to a lua handler LuaOutputFilter filter_name /path/to/lua/script.lua function_name s X
+Provide a Lua function for content output filtering LuaPackageCPath /path/to/include/?.soa svdh X
+Add a directory to lua's package.cpath LuaPackagePath /path/to/include/?.lua svdh X
+Add a directory to lua's package.path LuaQuickHandler /path/to/script.lua hook_function_name sv X
+Provide a hook for the quick handler of request processing LuaRoot /path/to/a/directory svdh X
+Specify the base path for resolving relative paths for mod_lua directives LuaScope once|request|conn|thread|server [min] [max] once svdh X
+One of once, request, conn, thread -- default is once
<Macro name [par1 .. parN]>
-... </Macro> svd B
-Define a configuration file macro MaxConnectionsPerChild number 0 s M Limit on the number of connections that an individual child server
+... </Macro> svd B
+Define a configuration file macro MaxConnectionsPerChild number 0 s M
-Limit on the number of connections that an individual child server
will handle during its life MaxKeepAliveRequests number 100 sv C Number of requests allowed on a persistent
+ MaxKeepAliveRequests number 100 sv C
-Number of requests allowed on a persistent
connection MaxMemFree KBytes 2048 s M Maximum amount of memory that the main allocator is allowed
+ MaxMemFree KBytes 2048 s M
-Maximum amount of memory that the main allocator is allowed
to hold without calling free()
MaxRangeOverlaps default | unlimited | none | number-of-ranges 20 svd C Number of overlapping ranges (eg: 100-200,150-300
) allowed before returning the complete
+MaxRangeOverlaps default | unlimited | none | number-of-ranges 20 svd C
-Number of overlapping ranges (eg: 100-200,150-300
) allowed before returning the complete
resource MaxRangeReversals default | unlimited | none | number-of-ranges 20 svd C Number of range reversals (eg: 100-200,50-70
) allowed before returning the complete
+MaxRangeReversals default | unlimited | none | number-of-ranges 20 svd C
-Number of range reversals (eg: 100-200,50-70
) allowed before returning the complete
resource MaxRanges default | unlimited | none | number-of-ranges 200 svd C Number of ranges allowed before returning the complete
+ MaxRanges default | unlimited | none | number-of-ranges 200 svd C
-Number of ranges allowed before returning the complete
resource MaxRequestWorkers number s M Maximum number of connections that will be processed
+ MaxRequestWorkers number s M
-Maximum number of connections that will be processed
simultaneously MaxSpareServers number 10 s M
-Maximum number of idle child server processes MaxSpareThreads number s M
-Maximum number of idle threads MaxThreads number 2048 s M
-Set the maximum number of worker threads MemcacheConnTTL num[units] 15s sv E
-Keepalive time for idle connections MergeTrailers [on|off] off sv C
-Determines whether trailers are merged into headers MetaDir directory .web svdh E Name of the directory to find CERN-style meta information
+ MaxSpareServers number 10 s M
+Maximum number of idle child server processes MaxSpareThreads number s M
+Maximum number of idle threads MaxThreads number 2048 s M
+Set the maximum number of worker threads MemcacheConnTTL num[units] 15s sv E
+Keepalive time for idle connections MergeTrailers [on|off] off sv C
+Determines whether trailers are merged into headers MetaDir directory .web svdh E
-Name of the directory to find CERN-style meta information
files MetaFiles on|off off svdh E
-Activates CERN meta-file processing MetaSuffix suffix .meta svdh E File name suffix for the file containing CERN-style
+ MetaFiles on|off off svdh E
+Activates CERN meta-file processing MetaSuffix suffix .meta svdh E
-File name suffix for the file containing CERN-style
meta information MimeMagicFile file-path sv E Enable MIME-type determination based on file contents
+ MimeMagicFile file-path sv E
-Enable MIME-type determination based on file contents
using the specified magic file MinSpareServers number 5 s M
-Minimum number of idle child server processes MinSpareThreads number s M Minimum number of idle threads available to handle request
+ MinSpareServers number 5 s M
+Minimum number of idle child server processes MinSpareThreads number s M
-Minimum number of idle threads available to handle request
spikes MMapFile file-path [file-path] ... s X
-Map a list of files into memory at startup time ModemStandard V.21|V.26bis|V.32|V.34|V.92 d X
-Modem standard to simulate ModMimeUsePathInfo On|Off Off d B Tells mod_mime
to treat path_info
+MMapFile file-path [file-path] ... s X
+Map a list of files into memory at startup time ModemStandard V.21|V.26bis|V.32|V.34|V.92 d X
+Modem standard to simulate ModMimeUsePathInfo On|Off Off d B
-Tells mod_mime
to treat path_info
components as part of the filenameMultiviewsMatch Any|NegotiatedOnly|Filters|Handlers
-[Handlers|Filters] NegotiatedOnly svdh B The types of files that will be included when searching for
+ MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers
+[Handlers|Filters] NegotiatedOnly svdh B
-The types of files that will be included when searching for
a matching file with MultiViews Mutex mechanism [default|mutex-name] ... [OmitPID] default s C Configures mutex mechanism and lock file directory for all
+ Mutex mechanism [default|mutex-name] ... [OmitPID] default s C
-Configures mutex mechanism and lock file directory for all
or specified mutexes NameVirtualHost addr[:port] s C DEPRECATED: Designates an IP address for name-virtual
+ NameVirtualHost addr[:port] s C
-DEPRECATED: Designates an IP address for name-virtual
hosting NoProxy host [host] ... sv E Hosts, domains, or networks that will be connected to
+ NoProxy host [host] ... sv E
-Hosts, domains, or networks that will be connected to
directly NWSSLTrustedCerts filename [filename] ... s B
-List of additional client certificates NWSSLUpgradeable [IP-address:]portnumber s B
-Allows a connection to be upgraded to an SSL connection upon request Options
- [+|-]option [[+|-]option] ... FollowSymlinks svdh C Configures what features are available in a particular
+ NWSSLTrustedCerts filename [filename] ... s B
+List of additional client certificates NWSSLUpgradeable [IP-address:]portnumber s B
+Allows a connection to be upgraded to an SSL connection upon request Options
+ [+|-]option [[+|-]option] ... FollowSymlinks svdh C
-Configures what features are available in a particular
directory Order ordering Deny,Allow dh E Controls the default access state and the order in which
+ Order ordering Deny,Allow dh E
-Controls the default access state and the order in which
Allow
and Deny
are
evaluated.OutputSed sed-command dh X
-Sed command for filtering response content PassEnv env-variable [env-variable]
-... svdh B
-Passes environment variables from the shell PidFile filename logs/httpd.pid s M File where the server records the process ID
+ OutputSed sed-command dh X
+Sed command for filtering response content PassEnv env-variable [env-variable]
+... svdh B
+Passes environment variables from the shell PidFile filename logs/httpd.pid s M
-File where the server records the process ID
of the daemon PrivilegesMode FAST|SECURE|SELECTIVE FAST svd X Trade off processing speed and efficiency vs security against
+ PrivilegesMode FAST|SECURE|SELECTIVE FAST svd X
-Trade off processing speed and efficiency vs security against
malicious privileges-aware code. Protocol protocol sv C
-Protocol for a listening socket ProtocolEcho On|Off Off sv X
-Turn the echo server on or off Protocols protocol ... http/1.1 sv C
-Protocols available for a server/virtual host ProtocolsHonorOrder On|Off On sv C
-Determines if order of Protocols determines precedence during negotiation <Proxy wildcard-url> ...</Proxy> sv E
-Container for directives applied to proxied resources ProxyAddHeaders Off|On On svd E
-Add proxy information in X-Forwarded-* headers ProxyBadHeader IsError|Ignore|StartBody IsError sv E Determines how to handle bad header lines in a
+ Protocol protocol sv C
+Protocol for a listening socket ProtocolEcho On|Off Off sv X
+Turn the echo server on or off Protocols protocol ... http/1.1 sv C
+Protocols available for a server/virtual host ProtocolsHonorOrder On|Off On sv C
+Determines if order of Protocols determines precedence during negotiation <Proxy wildcard-url> ...</Proxy> sv E
+Container for directives applied to proxied resources ProxyAddHeaders Off|On On svd E
+Add proxy information in X-Forwarded-* headers ProxyBadHeader IsError|Ignore|StartBody IsError sv E
-Determines how to handle bad header lines in a
response ProxyBlock *|word|host|domain
-[word|host|domain] ... sv E Words, hosts, or domains that are banned from being
+ ProxyBlock *|word|host|domain
+[word|host|domain] ... sv E
-Words, hosts, or domains that are banned from being
proxied ProxyDomain Domain sv E
-Default domain name for proxied requests ProxyErrorOverride On|Off Off svd E
-Override error pages for proxied content ProxyExpressDBMFile <pathname> sv E
-Pathname to DBM file. ProxyExpressDBMFile <type> sv E
-DBM type of file. ProxyExpressEnable [on|off] sv E
-Enable the module functionality. ProxyFtpDirCharset character set ISO-8859-1 svd E
-Define the character set for proxied FTP listings ProxyFtpEscapeWildcards [on|off] svd E
-Whether wildcards in requested filenames are escaped when sent to the FTP server ProxyFtpListOnWildcard [on|off] svd E
-Whether wildcards in requested filenames trigger a file listing ProxyHCExpr name {ap_expr expression} sv E
-Creates a named condition expression to use to determine health of the backend based on its response. ProxyHCTemplate name parameter=setting <...> sv E
-Creates a named template for setting various health check parameters ProxyHCTPsize <size> sv E
-Sets the size of the threadpool used for the health check workers. ProxyHTMLBufSize bytes svd B Sets the buffer size increment for buffering inline scripts and
+ ProxyDomain Domain sv E
+Default domain name for proxied requests ProxyErrorOverride On|Off Off svd E
+Override error pages for proxied content ProxyExpressDBMFile <pathname> sv E
+Pathname to DBM file. ProxyExpressDBMFile <type> sv E
+DBM type of file. ProxyExpressEnable [on|off] sv E
+Enable the module functionality. ProxyFtpDirCharset character set ISO-8859-1 svd E
+Define the character set for proxied FTP listings ProxyFtpEscapeWildcards [on|off] svd E
+Whether wildcards in requested filenames are escaped when sent to the FTP server ProxyFtpListOnWildcard [on|off] svd E
+Whether wildcards in requested filenames trigger a file listing ProxyHCExpr name {ap_expr expression} sv E
+Creates a named condition expression to use to determine health of the backend based on its response. ProxyHCTemplate name parameter=setting <...> sv E
+Creates a named template for setting various health check parameters ProxyHCTPsize <size> sv E
+Sets the size of the threadpool used for the health check workers. ProxyHTMLBufSize bytes svd B
-Sets the buffer size increment for buffering inline scripts and
stylesheets. ProxyHTMLCharsetOut Charset | * svd B
-Specify a charset for mod_proxy_html output. ProxyHTMLDocType HTML|XHTML [Legacy]
OR
-
ProxyHTMLDocType fpi [SGML|XML]svd B
-Sets an HTML or XHTML document type declaration. ProxyHTMLEnable On|Off Off svd B
-Turns the proxy_html filter on or off. ProxyHTMLEvents attribute [attribute ...] svd B
-Specify attributes to treat as scripting events. ProxyHTMLExtended On|Off Off svd B Determines whether to fix links in inline scripts, stylesheets,
+ ProxyHTMLCharsetOut Charset | * svd B
+Specify a charset for mod_proxy_html output. ProxyHTMLDocType HTML|XHTML [Legacy]
OR
+
ProxyHTMLDocType fpi [SGML|XML]svd B
+Sets an HTML or XHTML document type declaration. ProxyHTMLEnable On|Off Off svd B
+Turns the proxy_html filter on or off. ProxyHTMLEvents attribute [attribute ...] svd B
+Specify attributes to treat as scripting events. ProxyHTMLExtended On|Off Off svd B
-Determines whether to fix links in inline scripts, stylesheets,
and scripting events. ProxyHTMLFixups [lowercase] [dospath] [reset] svd B
-Fixes for simple HTML errors. ProxyHTMLInterp On|Off Off svd B Enables per-request interpolation of
+ ProxyHTMLFixups [lowercase] [dospath] [reset] svd B
+Fixes for simple HTML errors. ProxyHTMLInterp On|Off Off svd B
-Enables per-request interpolation of
ProxyHTMLURLMap
rules.ProxyHTMLLinks element attribute [attribute2 ...] svd B
-Specify HTML elements that have URL attributes to be rewritten. ProxyHTMLMeta On|Off Off svd B Turns on or off extra pre-parsing of metadata in HTML
+ ProxyHTMLLinks element attribute [attribute2 ...] svd B
+Specify HTML elements that have URL attributes to be rewritten. ProxyHTMLMeta On|Off Off svd B
-Turns on or off extra pre-parsing of metadata in HTML
<head>
sections.ProxyHTMLStripComments On|Off Off svd B
-Determines whether to strip HTML comments. ProxyHTMLURLMap from-pattern to-pattern [flags] [cond] svd B
-Defines a rule to rewrite HTML links ProxyIOBufferSize bytes 8192 sv E
-Determine size of internal data throughput buffer <ProxyMatch regex> ...</ProxyMatch> sv E Container for directives applied to regular-expression-matched
+ ProxyHTMLStripComments On|Off Off svd B
+Determines whether to strip HTML comments. ProxyHTMLURLMap from-pattern to-pattern [flags] [cond] svd B
+Defines a rule to rewrite HTML links ProxyIOBufferSize bytes 8192 sv E
+Determine size of internal data throughput buffer <ProxyMatch regex> ...</ProxyMatch> sv E
-Container for directives applied to regular-expression-matched
proxied resources ProxyMaxForwards number -1 sv E Maximium number of proxies that a request can be forwarded
+ ProxyMaxForwards number -1 sv E
-Maximium number of proxies that a request can be forwarded
through ProxyPass [path] !|url [key=value
- [key=value ...]] [nocanon] [interpolate] [noquery] svd E
-Maps remote servers into the local server URL-space ProxyPassInherit On|Off On sv E
-Inherit ProxyPass directives defined from the main server ProxyPassInterpolateEnv On|Off Off svd E
-Enable Environment Variable interpolation in Reverse Proxy configurations ProxyPassMatch [regex] !|url [key=value
- [key=value ...]] svd E
-Maps remote servers into the local server URL-space using regular expressions ProxyPassReverse [path] url
-[interpolate] svd E Adjusts the URL in HTTP response headers sent from a reverse
+ ProxyPass [path] !|url [key=value
+ [key=value ...]] [nocanon] [interpolate] [noquery] svd E
+Maps remote servers into the local server URL-space ProxyPassInherit On|Off On sv E
+Inherit ProxyPass directives defined from the main server ProxyPassInterpolateEnv On|Off Off svd E
+Enable Environment Variable interpolation in Reverse Proxy configurations ProxyPassMatch [regex] !|url [key=value
+ [key=value ...]] svd E
+Maps remote servers into the local server URL-space using regular expressions ProxyPassReverse [path] url
+[interpolate] svd E
-Adjusts the URL in HTTP response headers sent from a reverse
proxied server ProxyPassReverseCookieDomain internal-domain
-public-domain [interpolate] svd E Adjusts the Domain string in Set-Cookie headers from a reverse-
+ ProxyPassReverseCookieDomain internal-domain
+public-domain [interpolate] svd E
-Adjusts the Domain string in Set-Cookie headers from a reverse-
proxied server ProxyPassReverseCookiePath internal-path
-public-path [interpolate] svd E Adjusts the Path string in Set-Cookie headers from a reverse-
+ ProxyPassReverseCookiePath internal-path
+public-path [interpolate] svd E
-Adjusts the Path string in Set-Cookie headers from a reverse-
proxied server ProxyPreserveHost On|Off Off svd E Use incoming Host HTTP request header for proxy
+ ProxyPreserveHost On|Off Off svd E
-Use incoming Host HTTP request header for proxy
request ProxyReceiveBufferSize bytes 0 sv E Network buffer size for proxied HTTP and FTP
+ ProxyReceiveBufferSize bytes 0 sv E
-Network buffer size for proxied HTTP and FTP
connections ProxyRemote match remote-server sv E
-Remote proxy used to handle certain requests ProxyRemoteMatch regex remote-server sv E Remote proxy used to handle requests matched by regular
+ ProxyRemote match remote-server sv E
+Remote proxy used to handle certain requests ProxyRemoteMatch regex remote-server sv E
-Remote proxy used to handle requests matched by regular
expressions ProxyRequests On|Off Off sv E
-Enables forward (standard) proxy requests ProxySCGIInternalRedirect On|Off|Headername On svd E Enable or disable internal redirect responses from the
+ ProxyRequests On|Off Off sv E
+Enables forward (standard) proxy requests ProxySCGIInternalRedirect On|Off|Headername On svd E
-Enable or disable internal redirect responses from the
backend ProxySCGISendfile On|Off|Headername Off svd E Enable evaluation of X-Sendfile pseudo response
+ ProxySCGISendfile On|Off|Headername Off svd E
-Enable evaluation of X-Sendfile pseudo response
header ProxySet url key=value [key=value ...] d E
-Set various Proxy balancer or member parameters ProxySourceAddress address sv E
-Set local IP address for outgoing proxy connections ProxyStatus Off|On|Full Off sv E
-Show Proxy LoadBalancer status in mod_status ProxyTimeout seconds sv E
-Network timeout for proxied requests ProxyVia On|Off|Full|Block Off sv E Information provided in the Via
HTTP response
+ProxySet url key=value [key=value ...] d E
+Set various Proxy balancer or member parameters ProxySourceAddress address sv E
+Set local IP address for outgoing proxy connections ProxyStatus Off|On|Full Off sv E
+Show Proxy LoadBalancer status in mod_status ProxyTimeout seconds sv E
+Network timeout for proxied requests ProxyVia On|Off|Full|Block Off sv E
-Information provided in the Via
HTTP response
header for proxied requestsQualifyRedirectURL ON|OFF OFF svd C Controls whether the REDIRECT_URL environment variable is
+ QualifyRedirectURL ON|OFF OFF svd C
-Controls whether the REDIRECT_URL environment variable is
fully qualified ReadmeName filename svdh B Name of the file that will be inserted at the end
+ ReadmeName filename svdh B
-Name of the file that will be inserted at the end
of the index listing ReceiveBufferSize bytes 0 s M
-TCP receive buffer size Redirect [status] [URL-path]
-URL svdh B Sends an external redirect asking the client to fetch
+ ReceiveBufferSize bytes 0 s M
+TCP receive buffer size Redirect [status] [URL-path]
+URL svdh B
-Sends an external redirect asking the client to fetch
a different URL RedirectMatch [status] regex
-URL svdh B Sends an external redirect based on a regular expression match
+ RedirectMatch [status] regex
+URL svdh B
-Sends an external redirect based on a regular expression match
of the current URL RedirectPermanent URL-path URL svdh B Sends an external permanent redirect asking the client to fetch
+ RedirectPermanent URL-path URL svdh B
-Sends an external permanent redirect asking the client to fetch
a different URL RedirectTemp URL-path URL svdh B Sends an external temporary redirect asking the client to fetch
+ RedirectTemp URL-path URL svdh B
-Sends an external temporary redirect asking the client to fetch
a different URL ReflectorHeader inputheader [outputheader] svdh B
-Reflect an input header to the output headers RemoteIPHeader header-field sv B
-Declare the header field which should be parsed for useragent IP addresses RemoteIPInternalProxy proxy-ip|proxy-ip/subnet|hostname ... sv B
-Declare client intranet IP addresses trusted to present the RemoteIPHeader value RemoteIPInternalProxyList filename sv B
-Declare client intranet IP addresses trusted to present the RemoteIPHeader value RemoteIPProxiesHeader HeaderFieldName sv B
-Declare the header field which will record all intermediate IP addresses RemoteIPTrustedProxy proxy-ip|proxy-ip/subnet|hostname ... sv B
-Declare client intranet IP addresses trusted to present the RemoteIPHeader value RemoteIPTrustedProxyList filename sv B
-Declare client intranet IP addresses trusted to present the RemoteIPHeader value RemoveCharset extension [extension]
-... vdh B Removes any character set associations for a set of file
+ ReflectorHeader inputheader [outputheader] svdh B
+Reflect an input header to the output headers RemoteIPHeader header-field sv B
+Declare the header field which should be parsed for useragent IP addresses RemoteIPInternalProxy proxy-ip|proxy-ip/subnet|hostname ... sv B
+Declare client intranet IP addresses trusted to present the RemoteIPHeader value RemoteIPInternalProxyList filename sv B
+Declare client intranet IP addresses trusted to present the RemoteIPHeader value RemoteIPProxiesHeader HeaderFieldName sv B
+Declare the header field which will record all intermediate IP addresses RemoteIPTrustedProxy proxy-ip|proxy-ip/subnet|hostname ... sv B
+Declare client intranet IP addresses trusted to present the RemoteIPHeader value RemoteIPTrustedProxyList filename sv B
+Declare client intranet IP addresses trusted to present the RemoteIPHeader value RemoveCharset extension [extension]
+... vdh B
-Removes any character set associations for a set of file
extensions RemoveEncoding extension [extension]
-... vdh B Removes any content encoding associations for a set of file
+ RemoveEncoding extension [extension]
+... vdh B
-Removes any content encoding associations for a set of file
extensions RemoveHandler extension [extension]
-... vdh B Removes any handler associations for a set of file
+ RemoveHandler extension [extension]
+... vdh B
-Removes any handler associations for a set of file
extensions RemoveInputFilter extension [extension]
-... vdh B Removes any input filter associations for a set of file
+ RemoveInputFilter extension [extension]
+... vdh B
-Removes any input filter associations for a set of file
extensions RemoveLanguage extension [extension]
-... vdh B Removes any language associations for a set of file
+ RemoveLanguage extension [extension]
+... vdh B
-Removes any language associations for a set of file
extensions RemoveOutputFilter extension [extension]
-... vdh B Removes any output filter associations for a set of file
+ RemoveOutputFilter extension [extension]
+... vdh B
-Removes any output filter associations for a set of file
extensions RemoveType extension [extension]
-... vdh B Removes any content type associations for a set of file
+ RemoveType extension [extension]
+... vdh B
-Removes any content type associations for a set of file
extensions
requestsRequestHeader add|append|edit|edit*|merge|set|setifempty|unset
+ RequestHeader add|append|edit|edit*|merge|set|setifempty|unset
header [[expr=]value [replacement]
[early|env=[!]varname|expr=expression]]
- svdh E
-Configure HTTP request headers RequestReadTimeout
+ svdh E
+Configure HTTP request headers RequestReadTimeout
[header=timeout[-maxtimeout][,MinRate=rate]
[body=timeout[-maxtimeout][,MinRate=rate]
- sv E Set timeout values for receiving request headers and body from client.
+ sv E
-Set timeout values for receiving request headers and body from client.
Require [not] entity-name
- [entity-name] ... dh B Tests whether an authenticated user is authorized by
+ Require [not] entity-name
+ [entity-name] ... dh B
-Tests whether an authenticated user is authorized by
an authorization provider. <RequireAll> ... </RequireAll> dh B Enclose a group of authorization directives of which none
+ <RequireAll> ... </RequireAll> dh B
-Enclose a group of authorization directives of which none
must fail and at least one must succeed for the enclosing directive to
succeed. <RequireAny> ... </RequireAny> dh B Enclose a group of authorization directives of which one
+ <RequireAny> ... </RequireAny> dh B
-Enclose a group of authorization directives of which one
must succeed for the enclosing directive to succeed. <RequireNone> ... </RequireNone> dh B Enclose a group of authorization directives of which none
+ <RequireNone> ... </RequireNone> dh B
-Enclose a group of authorization directives of which none
must succeed for the enclosing directive to not fail. RewriteBase URL-path dh E
-Sets the base URL for per-directory rewrites RewriteCond
- TestString CondPattern [flags] svdh E Defines a condition under which rewriting will take place
+ RewriteBase URL-path dh E
+Sets the base URL for per-directory rewrites RewriteCond
+ TestString CondPattern [flags] svdh E
-Defines a condition under which rewriting will take place
RewriteEngine on|off off svdh E
-Enables or disables runtime rewriting engine RewriteMap MapName MapType:MapSource
- sv E
-Defines a mapping function for key-lookup RewriteOptions Options svdh E
-Sets some special options for the rewrite engine RewriteRule
- Pattern Substitution [flags] svdh E
-Defines rules for the rewriting engine RLimitCPU seconds|max [seconds|max] svdh C Limits the CPU consumption of processes launched
+ RewriteEngine on|off off svdh E
+Enables or disables runtime rewriting engine RewriteMap MapName MapType:MapSource
+ sv E
+Defines a mapping function for key-lookup RewriteOptions Options svdh E
+Sets some special options for the rewrite engine RewriteRule
+ Pattern Substitution [flags] svdh E
+Defines rules for the rewriting engine RLimitCPU seconds|max [seconds|max] svdh C
-Limits the CPU consumption of processes launched
by Apache httpd children RLimitMEM bytes|max [bytes|max] svdh C Limits the memory consumption of processes launched
+ RLimitMEM bytes|max [bytes|max] svdh C
-Limits the memory consumption of processes launched
by Apache httpd children RLimitNPROC number|max [number|max] svdh C Limits the number of processes that can be launched by
+ RLimitNPROC number|max [number|max] svdh C
-Limits the number of processes that can be launched by
processes launched by Apache httpd children Satisfy Any|All All dh E Interaction between host-level access control and
+ Satisfy Any|All All dh E
-Interaction between host-level access control and
user authentication ScoreBoardFile file-path logs/apache_runtime + s M Location of the file used to store coordination data for
+ ScoreBoardFile file-path logs/apache_runtime + s M
-Location of the file used to store coordination data for
the child processes Script method cgi-script svd B Activates a CGI script for a particular request
+ Script method cgi-script svd B
-Activates a CGI script for a particular request
method. ScriptAlias [URL-path]
-file-path|directory-path svd B Maps a URL to a filesystem location and designates the
+ ScriptAlias [URL-path]
+file-path|directory-path svd B
-Maps a URL to a filesystem location and designates the
target as a CGI script ScriptAliasMatch regex
-file-path|directory-path sv B Maps a URL to a filesystem location using a regular expression
+ ScriptAliasMatch regex
+file-path|directory-path sv B
-Maps a URL to a filesystem location using a regular expression
and designates the target as a CGI script ScriptInterpreterSource Registry|Registry-Strict|Script Script svdh C Technique for locating the interpreter for CGI
+ ScriptInterpreterSource Registry|Registry-Strict|Script Script svdh C
-Technique for locating the interpreter for CGI
scripts ScriptLog file-path sv B
-Location of the CGI script error logfile ScriptLogBuffer bytes 1024 sv B Maximum amount of PUT or POST requests that will be recorded
+ ScriptLog file-path sv B
+Location of the CGI script error logfile ScriptLogBuffer bytes 1024 sv B
-Maximum amount of PUT or POST requests that will be recorded
in the scriptlog ScriptLogLength bytes 10385760 sv B
-Size limit of the CGI script logfile ScriptSock file-path cgisock s B The filename prefix of the socket to use for communication with
+ ScriptLogLength bytes 10385760 sv B
+Size limit of the CGI script logfile ScriptSock file-path cgisock s B
-The filename prefix of the socket to use for communication with
the cgi daemon SecureListen [IP-address:]portnumber
-Certificate-Name [MUTUAL] s B
-Enables SSL encryption for the specified port SeeRequestTail On|Off Off s C Determine if mod_status displays the first 63 characters
+ SecureListen [IP-address:]portnumber
+Certificate-Name [MUTUAL] s B
+Enables SSL encryption for the specified port SeeRequestTail On|Off Off s C
-Determine if mod_status displays the first 63 characters
of a request or the last 63, assuming the request itself is greater than
63 chars. SendBufferSize bytes 0 s M
-TCP buffer size ServerAdmin email-address|URL sv C Email address that the server includes in error
+ SendBufferSize bytes 0 s M
+TCP buffer size ServerAdmin email-address|URL sv C
-Email address that the server includes in error
messages sent to the client ServerAlias hostname [hostname] ... v C Alternate names for a host used when matching requests
+ ServerAlias hostname [hostname] ... v C
-Alternate names for a host used when matching requests
to name-virtual hosts ServerLimit number s M
-Upper limit on configurable number of processes ServerName [scheme://]domain-name|ip-address[:port] sv C Hostname and port that the server uses to identify
+ ServerLimit number s M
+Upper limit on configurable number of processes ServerName [scheme://]domain-name|ip-address[:port] sv C
-Hostname and port that the server uses to identify
itself ServerPath URL-path v C Legacy URL pathname for a name-based virtual host that
+ ServerPath URL-path v C
-Legacy URL pathname for a name-based virtual host that
is accessed by an incompatible browser ServerRoot directory-path /usr/local/apache s C
-Base directory for the server installation ServerSignature On|Off|EMail Off svdh C
-Configures the footer on server-generated documents ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full Full s C Configures the Server
HTTP response
+ServerRoot directory-path /usr/local/apache s C
+Base directory for the server installation ServerSignature On|Off|EMail Off svdh C
+Configures the footer on server-generated documents ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full Full s C
-Configures the Server
HTTP response
headerSession On|Off Off svdh E
-Enables a session for the current directory or location SessionCookieName name attributes svdh E
-Name and attributes for the RFC2109 cookie storing the session SessionCookieName2 name attributes svdh E
-Name and attributes for the RFC2965 cookie storing the session SessionCookieRemove On|Off Off svdh E
-Control for whether session cookies should be removed from incoming HTTP headers SessionCryptoCipher name svdh X
-The crypto cipher to be used to encrypt the session SessionCryptoDriver name [param[=value]] s X
-The crypto driver to be used to encrypt the session SessionCryptoPassphrase secret [ secret ... ] svdh X
-The key used to encrypt the session SessionCryptoPassphraseFile filename svd X
-File containing keys used to encrypt the session SessionDBDCookieName name attributes svdh E
-Name and attributes for the RFC2109 cookie storing the session ID SessionDBDCookieName2 name attributes svdh E
-Name and attributes for the RFC2965 cookie storing the session ID SessionDBDCookieRemove On|Off On svdh E
-Control for whether session ID cookies should be removed from incoming HTTP headers SessionDBDDeleteLabel label deletesession svdh E
-The SQL query to use to remove sessions from the database SessionDBDInsertLabel label insertsession svdh E
-The SQL query to use to insert sessions into the database SessionDBDPerUser On|Off Off svdh E
-Enable a per user session SessionDBDSelectLabel label selectsession svdh E
-The SQL query to use to select sessions from the database SessionDBDUpdateLabel label updatesession svdh E
-The SQL query to use to update existing sessions in the database SessionEnv On|Off Off svdh E Control whether the contents of the session are written to the
+ Session On|Off Off svdh E
+Enables a session for the current directory or location SessionCookieName name attributes svdh E
+Name and attributes for the RFC2109 cookie storing the session SessionCookieName2 name attributes svdh E
+Name and attributes for the RFC2965 cookie storing the session SessionCookieRemove On|Off Off svdh E
+Control for whether session cookies should be removed from incoming HTTP headers SessionCryptoCipher name svdh X
+The crypto cipher to be used to encrypt the session SessionCryptoDriver name [param[=value]] s X
+The crypto driver to be used to encrypt the session SessionCryptoPassphrase secret [ secret ... ] svdh X
+The key used to encrypt the session SessionCryptoPassphraseFile filename svd X
+File containing keys used to encrypt the session SessionDBDCookieName name attributes svdh E
+Name and attributes for the RFC2109 cookie storing the session ID SessionDBDCookieName2 name attributes svdh E
+Name and attributes for the RFC2965 cookie storing the session ID SessionDBDCookieRemove On|Off On svdh E
+Control for whether session ID cookies should be removed from incoming HTTP headers SessionDBDDeleteLabel label deletesession svdh E
+The SQL query to use to remove sessions from the database SessionDBDInsertLabel label insertsession svdh E
+The SQL query to use to insert sessions into the database SessionDBDPerUser On|Off Off svdh E
+Enable a per user session SessionDBDSelectLabel label selectsession svdh E
+The SQL query to use to select sessions from the database SessionDBDUpdateLabel label updatesession svdh E
+The SQL query to use to update existing sessions in the database SessionEnv On|Off Off svdh E
-Control whether the contents of the session are written to the
HTTP_SESSION environment variable SessionExclude path svdh E
-Define URL prefixes for which a session is ignored SessionHeader header svdh E
-Import session updates from a given HTTP response header SessionInclude path svdh E
-Define URL prefixes for which a session is valid SessionMaxAge maxage 0 svdh E
-Define a maximum age in seconds for a session SetEnv env-variable [value] svdh B
-Sets environment variables SetEnvIf attribute
+ SessionExclude path svdh E
+Define URL prefixes for which a session is ignored SessionHeader header svdh E
+Import session updates from a given HTTP response header SessionInclude path svdh E
+Define URL prefixes for which a session is valid SessionMaxAge maxage 0 svdh E
+Define a maximum age in seconds for a session SetEnv env-variable [value] svdh B
+Sets environment variables SetEnvIf attribute
regex [!]env-variable[=value]
- [[!]env-variable[=value]] ... svdh B Sets environment variables based on attributes of the request
+ [[!]env-variable[=value]] ... svdh B
-Sets environment variables based on attributes of the request
SetEnvIfExpr expr
+ SetEnvIfExpr expr
[!]env-variable[=value]
- [[!]env-variable[=value]] ... svdh B
-Sets environment variables based on an ap_expr expression SetEnvIfNoCase attribute regex
+ [[!]env-variable[=value]] ... svdh B
+Sets environment variables based on an ap_expr expression SetEnvIfNoCase attribute regex
[!]env-variable[=value]
- [[!]env-variable[=value]] ... svdh B Sets environment variables based on attributes of the request
+ [[!]env-variable[=value]] ... svdh B
-Sets environment variables based on attributes of the request
without respect to case SetHandler handler-name|none|expression svdh C Forces all matching files to be processed by a
+ SetHandler handler-name|none|expression svdh C
-Forces all matching files to be processed by a
handler SetInputFilter filter[;filter...] svdh C Sets the filters that will process client requests and POST
+ SetInputFilter filter[;filter...] svdh C
-Sets the filters that will process client requests and POST
input SetOutputFilter filter[;filter...] svdh C Sets the filters that will process responses from the
+ SetOutputFilter filter[;filter...] svdh C
-Sets the filters that will process responses from the
server SSIEndTag tag "-->" sv B
-String that ends an include element SSIErrorMsg message "[an error occurred + svdh B Error message displayed when there is an SSI
+ SSIEndTag tag "-->" sv B
+String that ends an include element SSIErrorMsg message "[an error occurred + svdh B
-Error message displayed when there is an SSI
error SSIETag on|off off dh B
-Controls whether ETags are generated by the server. SSILastModified on|off off dh B Controls whether Last-Modified
headers are generated by the
+SSIETag on|off off dh B
+Controls whether ETags are generated by the server. SSILastModified on|off off dh B
-Controls whether Last-Modified
headers are generated by the
server.SSILegacyExprParser on|off off dh B
-Enable compatibility mode for conditional expressions. SSIStartTag tag "<!--#" sv B
-String that starts an include element SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M + svdh B Configures the format in which date strings are
+ SSILegacyExprParser on|off off dh B
+Enable compatibility mode for conditional expressions. SSIStartTag tag "<!--#" sv B
+String that starts an include element SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M + svdh B
-Configures the format in which date strings are
displayed SSIUndefinedEcho string "(none)" svdh B
-String displayed when an unset variable is echoed SSLCACertificateFile file-path sv E File of concatenated PEM-encoded CA Certificates
+ SSIUndefinedEcho string "(none)" svdh B
+String displayed when an unset variable is echoed SSLCACertificateFile file-path sv E
-File of concatenated PEM-encoded CA Certificates
for Client Auth SSLCACertificatePath directory-path sv E Directory of PEM-encoded CA Certificates for
+ SSLCACertificatePath directory-path sv E
-Directory of PEM-encoded CA Certificates for
Client Auth SSLCADNRequestFile file-path sv E File of concatenated PEM-encoded CA Certificates
+ SSLCADNRequestFile file-path sv E
-File of concatenated PEM-encoded CA Certificates
for defining acceptable CA names SSLCADNRequestPath directory-path sv E Directory of PEM-encoded CA Certificates for
+ SSLCADNRequestPath directory-path sv E
-Directory of PEM-encoded CA Certificates for
defining acceptable CA names SSLCARevocationCheck chain|leaf|none flags none sv E
-Enable CRL-based revocation checking SSLCARevocationFile file-path sv E File of concatenated PEM-encoded CA CRLs for
+ SSLCARevocationCheck chain|leaf|none flags none sv E
+Enable CRL-based revocation checking SSLCARevocationFile file-path sv E
-File of concatenated PEM-encoded CA CRLs for
Client Auth SSLCARevocationPath directory-path sv E Directory of PEM-encoded CA CRLs for
+ SSLCARevocationPath directory-path sv E
-Directory of PEM-encoded CA CRLs for
Client Auth SSLCertificateChainFile file-path sv E
-File of PEM-encoded Server CA Certificates SSLCertificateFile file-path sv E
-Server PEM-encoded X.509 certificate data file SSLCertificateKeyFile file-path sv E
-Server PEM-encoded private key file SSLCipherSuite cipher-spec DEFAULT (depends on + svdh E Cipher Suite available for negotiation in SSL
+ SSLCertificateChainFile file-path sv E
+File of PEM-encoded Server CA Certificates SSLCertificateFile file-path sv E
+Server PEM-encoded X.509 certificate data file SSLCertificateKeyFile file-path sv E
+Server PEM-encoded private key file SSLCipherSuite cipher-spec DEFAULT (depends on + svdh E
-Cipher Suite available for negotiation in SSL
handshake SSLCompression on|off off sv E
-Enable compression on the SSL level SSLCryptoDevice engine builtin s E
-Enable use of a cryptographic hardware accelerator SSLEngine on|off|optional off sv E
-SSL Engine Operation Switch SSLFIPS on|off off s E
-SSL FIPS mode Switch SSLHonorCipherOrder on|off off sv E
-Option to prefer the server's cipher preference order SSLInsecureRenegotiation on|off off sv E
-Option to enable support for insecure renegotiation SSLOCSDefaultResponder uri sv E
-Set the default responder URI for OCSP validation SSLOCSPEnable on|off off sv E
-Enable OCSP validation of the client certificate chain SSLOCSPOverrideResponder on|off off sv E
-Force use of the default responder URI for OCSP validation SSLOCSPProxyURL url sv E
-Proxy URL to use for OCSP requests SSLOCSPResponderTimeout seconds 10 sv E
-Timeout for OCSP queries SSLOCSPResponseMaxAge seconds -1 sv E
-Maximum allowable age for OCSP responses SSLOCSPResponseTimeSkew seconds 300 sv E
-Maximum allowable time skew for OCSP response validation SSLOCSPUseRequestNonce on|off on sv E
-Use a nonce within OCSP queries SSLOpenSSLConfCmd command-name command-value sv E
-Configure OpenSSL parameters through its SSL_CONF API SSLOptions [+|-]option ... svdh E
-Configure various SSL engine run-time options SSLPassPhraseDialog type builtin s E Type of pass phrase dialog for encrypted private
+ SSLCompression on|off off sv E
+Enable compression on the SSL level SSLCryptoDevice engine builtin s E
+Enable use of a cryptographic hardware accelerator SSLEngine on|off|optional off sv E
+SSL Engine Operation Switch SSLFIPS on|off off s E
+SSL FIPS mode Switch SSLHonorCipherOrder on|off off sv E
+Option to prefer the server's cipher preference order SSLInsecureRenegotiation on|off off sv E
+Option to enable support for insecure renegotiation SSLOCSDefaultResponder uri sv E
+Set the default responder URI for OCSP validation SSLOCSPEnable on|off off sv E
+Enable OCSP validation of the client certificate chain SSLOCSPOverrideResponder on|off off sv E
+Force use of the default responder URI for OCSP validation SSLOCSPProxyURL url sv E
+Proxy URL to use for OCSP requests SSLOCSPResponderTimeout seconds 10 sv E
+Timeout for OCSP queries SSLOCSPResponseMaxAge seconds -1 sv E
+Maximum allowable age for OCSP responses SSLOCSPResponseTimeSkew seconds 300 sv E
+Maximum allowable time skew for OCSP response validation SSLOCSPUseRequestNonce on|off on sv E
+Use a nonce within OCSP queries SSLOpenSSLConfCmd command-name command-value sv E
+Configure OpenSSL parameters through its SSL_CONF API SSLOptions [+|-]option ... svdh E
+Configure various SSL engine run-time options SSLPassPhraseDialog type builtin s E
-Type of pass phrase dialog for encrypted private
keys SSLProtocol [+|-]protocol ... all -SSLv3 (up to 2 + sv E
-Configure usable SSL/TLS protocol versions SSLProxyCACertificateFile file-path sv E File of concatenated PEM-encoded CA Certificates
+ SSLProtocol [+|-]protocol ... all -SSLv3 (up to 2 + sv E
+Configure usable SSL/TLS protocol versions SSLProxyCACertificateFile file-path sv E
-File of concatenated PEM-encoded CA Certificates
for Remote Server Auth SSLProxyCACertificatePath directory-path sv E Directory of PEM-encoded CA Certificates for
+ SSLProxyCACertificatePath directory-path sv E
-Directory of PEM-encoded CA Certificates for
Remote Server Auth SSLProxyCARevocationCheck chain|leaf|none none sv E
-Enable CRL-based revocation checking for Remote Server Auth SSLProxyCARevocationFile file-path sv E File of concatenated PEM-encoded CA CRLs for
+ SSLProxyCARevocationCheck chain|leaf|none none sv E
+Enable CRL-based revocation checking for Remote Server Auth SSLProxyCARevocationFile file-path sv E
-File of concatenated PEM-encoded CA CRLs for
Remote Server Auth SSLProxyCARevocationPath directory-path sv E Directory of PEM-encoded CA CRLs for
+ SSLProxyCARevocationPath directory-path sv E
-Directory of PEM-encoded CA CRLs for
Remote Server Auth SSLProxyCheckPeerCN on|off on sv E Whether to check the remote server certificate's CN field
+ SSLProxyCheckPeerCN on|off on sv E
-Whether to check the remote server certificate's CN field
SSLProxyCheckPeerExpire on|off on sv E Whether to check if remote server certificate is expired
+ SSLProxyCheckPeerExpire on|off on sv E
-Whether to check if remote server certificate is expired
SSLProxyCheckPeerName on|off on sv E Configure host name checking for remote server certificates
+ SSLProxyCheckPeerName on|off on sv E
-Configure host name checking for remote server certificates
SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H + svdh E Cipher Suite available for negotiation in SSL
+ SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H + svdh E
-Cipher Suite available for negotiation in SSL
proxy handshake SSLProxyEngine on|off off sv E
-SSL Proxy Engine Operation Switch SSLProxyMachineCertificateChainFile filename s E
-File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate SSLProxyMachineCertificateFile filename s E
-File of concatenated PEM-encoded client certificates and keys to be used by the proxy SSLProxyMachineCertificatePath directory s E
-Directory of PEM-encoded client certificates and keys to be used by the proxy SSLProxyProtocol [+|-]protocol ... all -SSLv3 (up to 2 + sv E
-Configure usable SSL protocol flavors for proxy usage SSLProxyVerify level none sv E
-Type of remote server Certificate verification SSLProxyVerifyDepth number 1 sv E Maximum depth of CA Certificates in Remote Server
+ SSLProxyEngine on|off off sv E
+SSL Proxy Engine Operation Switch SSLProxyMachineCertificateChainFile filename s E
+File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate SSLProxyMachineCertificateFile filename s E
+File of concatenated PEM-encoded client certificates and keys to be used by the proxy SSLProxyMachineCertificatePath directory s E
+Directory of PEM-encoded client certificates and keys to be used by the proxy SSLProxyProtocol [+|-]protocol ... all -SSLv3 (up to 2 + sv E
+Configure usable SSL protocol flavors for proxy usage SSLProxyVerify level none sv E
+Type of remote server Certificate verification SSLProxyVerifyDepth number 1 sv E
-Maximum depth of CA Certificates in Remote Server
Certificate verification SSLRandomSeed context source
-[bytes] s E Pseudo Random Number Generator (PRNG) seeding
+ SSLRandomSeed context source
+[bytes] s E
-Pseudo Random Number Generator (PRNG) seeding
source SSLRenegBufferSize bytes 131072 dh E
-Set the size for the SSL renegotiation buffer SSLRequire expression dh E Allow access only when an arbitrarily complex
+ SSLRenegBufferSize bytes 131072 dh E
+Set the size for the SSL renegotiation buffer SSLRequire expression dh E
-Allow access only when an arbitrarily complex
boolean expression is true SSLRequireSSL dh E Deny access when SSL is not used for the
+ SSLRequireSSL dh E
-Deny access when SSL is not used for the
HTTP request SSLSessionCache type none s E Type of the global/inter-process SSL Session
+ SSLSessionCache type none s E
-Type of the global/inter-process SSL Session
Cache SSLSessionCacheTimeout seconds 300 sv E Number of seconds before an SSL session expires
+ SSLSessionCacheTimeout seconds 300 sv E
-Number of seconds before an SSL session expires
in the Session Cache SSLSessionTicketKeyFile file-path sv E
-Persistent encryption/decryption key for TLS session tickets SSLSessionTickets on|off on sv E
-Enable or disable use of TLS session tickets SSLSRPUnknownUserSeed secret-string sv E
-SRP unknown user seed SSLSRPVerifierFile file-path sv E
-Path to SRP verifier file SSLStaplingCache type s E
-Configures the OCSP stapling cache SSLStaplingErrorCacheTimeout seconds 600 sv E
-Number of seconds before expiring invalid responses in the OCSP stapling cache SSLStaplingFakeTryLater on|off on sv E
-Synthesize "tryLater" responses for failed OCSP stapling queries SSLStaplingForceURL uri sv E
-Override the OCSP responder URI specified in the certificate's AIA extension SSLStaplingResponderTimeout seconds 10 sv E
-Timeout for OCSP stapling queries SSLStaplingResponseMaxAge seconds -1 sv E
-Maximum allowable age for OCSP stapling responses SSLStaplingResponseTimeSkew seconds 300 sv E
-Maximum allowable time skew for OCSP stapling response validation SSLStaplingReturnResponderErrors on|off on sv E
-Pass stapling related OCSP errors on to client SSLStaplingStandardCacheTimeout seconds 3600 sv E
-Number of seconds before expiring responses in the OCSP stapling cache SSLStrictSNIVHostCheck on|off off sv E Whether to allow non-SNI clients to access a name-based virtual
+ SSLSessionTicketKeyFile file-path sv E
+Persistent encryption/decryption key for TLS session tickets SSLSessionTickets on|off on sv E
+Enable or disable use of TLS session tickets SSLSRPUnknownUserSeed secret-string sv E
+SRP unknown user seed SSLSRPVerifierFile file-path sv E
+Path to SRP verifier file SSLStaplingCache type s E
+Configures the OCSP stapling cache SSLStaplingErrorCacheTimeout seconds 600 sv E
+Number of seconds before expiring invalid responses in the OCSP stapling cache SSLStaplingFakeTryLater on|off on sv E
+Synthesize "tryLater" responses for failed OCSP stapling queries SSLStaplingForceURL uri sv E
+Override the OCSP responder URI specified in the certificate's AIA extension SSLStaplingResponderTimeout seconds 10 sv E
+Timeout for OCSP stapling queries SSLStaplingResponseMaxAge seconds -1 sv E
+Maximum allowable age for OCSP stapling responses SSLStaplingResponseTimeSkew seconds 300 sv E
+Maximum allowable time skew for OCSP stapling response validation SSLStaplingReturnResponderErrors on|off on sv E
+Pass stapling related OCSP errors on to client SSLStaplingStandardCacheTimeout seconds 3600 sv E
+Number of seconds before expiring responses in the OCSP stapling cache SSLStrictSNIVHostCheck on|off off sv E
-Whether to allow non-SNI clients to access a name-based virtual
host.
SSLUserName varname sdh E
-Variable name to determine user name SSLUseStapling on|off off sv E
-Enable stapling of OCSP responses in the TLS handshake SSLVerifyClient level none svdh E
-Type of Client Certificate verification SSLVerifyDepth number 1 svdh E Maximum depth of CA Certificates in Client
+ SSLUserName varname sdh E
+Variable name to determine user name SSLUseStapling on|off off sv E
+Enable stapling of OCSP responses in the TLS handshake SSLVerifyClient level none svdh E
+Type of Client Certificate verification SSLVerifyDepth number 1 svdh E
-Maximum depth of CA Certificates in Client
Certificate verification StartServers number s M
-Number of child server processes created at startup StartThreads number s M
-Number of threads created on startup Substitute s/pattern/substitution/[infq] dh E
-Pattern to filter the response content SubstituteInheritBefore on|off off dh E
-Change the merge order of inherited patterns SubstituteMaxLineLength bytes(b|B|k|K|m|M|g|G) 1m dh E
-Set the maximum line size Suexec On|Off s B
-Enable or disable the suEXEC feature SuexecUserGroup User Group sv E
-User and group for CGI programs to run as ThreadLimit number s M Sets the upper limit on the configurable number of threads
+ StartServers number s M
+Number of child server processes created at startup StartThreads number s M
+Number of threads created on startup Substitute s/pattern/substitution/[infq] dh E
+Pattern to filter the response content SubstituteInheritBefore on|off off dh E
+Change the merge order of inherited patterns SubstituteMaxLineLength bytes(b|B|k|K|m|M|g|G) 1m dh E
+Set the maximum line size Suexec On|Off s B
+Enable or disable the suEXEC feature SuexecUserGroup User Group sv E
+User and group for CGI programs to run as ThreadLimit number s M
-Sets the upper limit on the configurable number of threads
per child process ThreadsPerChild number s M
-Number of threads created by each child process ThreadStackSize size s M The size in bytes of the stack used by threads handling
+ ThreadsPerChild number s M
+Number of threads created by each child process ThreadStackSize size s M
-The size in bytes of the stack used by threads handling
client connections TimeOut seconds 60 sv C Amount of time the server will wait for
+ TimeOut seconds 60 sv C
-Amount of time the server will wait for
certain events before failing a request TraceEnable [on|off|extended] on sv C
-Determines the behavior on TRACE
requestsTransferLog file|pipe sv B
-Specify location of a log file TypesConfig file-path conf/mime.types s B
-The location of the mime.types
fileUnDefine parameter-name s C
-Undefine the existence of a variable UndefMacro name svd B
-Undefine a macro UnsetEnv env-variable [env-variable]
-... svdh B
-Removes variables from the environment Use name [value1 ... valueN]
- svd B
-Use a macro UseCanonicalName On|Off|DNS Off svd C Configures how the server determines its own name and
+ TraceEnable [on|off|extended] on sv C
+Determines the behavior on TRACE
requestsTransferLog file|pipe sv B
+Specify location of a log file TypesConfig file-path conf/mime.types s B
+The location of the mime.types
fileUnDefine parameter-name s C
+Undefine the existence of a variable UndefMacro name svd B
+Undefine a macro UnsetEnv env-variable [env-variable]
+... svdh B
+Removes variables from the environment Use name [value1 ... valueN]
+ svd B
+Use a macro UseCanonicalName On|Off|DNS Off svd C
-Configures how the server determines its own name and
port UseCanonicalPhysicalPort On|Off Off svd C
-Configures how the server determines its own port User unix-userid #-1 s B The userid under which the server will answer
+ UseCanonicalPhysicalPort On|Off Off svd C
+Configures how the server determines its own port User unix-userid #-1 s B
-The userid under which the server will answer
requests UserDir directory-filename [directory-filename] ...
- sv B
-Location of the user-specific directories VHostCGIMode On|Off|Secure On v X Determines whether the virtualhost can run
+ UserDir directory-filename [directory-filename] ...
+ sv B
+Location of the user-specific directories VHostCGIMode On|Off|Secure On v X
-Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... v X Assign arbitrary privileges to subprocesses created
+ VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... v X
-Assign arbitrary privileges to subprocesses created
by a virtual host. VHostGroup unix-groupid v X
-Sets the Group ID under which a virtual host runs. VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... v X
-Assign arbitrary privileges to a virtual host. VHostSecure On|Off On v X Determines whether the server runs with enhanced security
+ VHostGroup unix-groupid v X
+Sets the Group ID under which a virtual host runs. VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... v X
+Assign arbitrary privileges to a virtual host. VHostSecure On|Off On v X
-Determines whether the server runs with enhanced security
for the virtualhost. VHostUser unix-userid v X
-Sets the User ID under which a virtual host runs. VirtualDocumentRoot interpolated-directory|none none sv E Dynamically configure the location of the document root
+ VHostUser unix-userid v X
+Sets the User ID under which a virtual host runs. VirtualDocumentRoot interpolated-directory|none none sv E
-Dynamically configure the location of the document root
for a given virtual host VirtualDocumentRootIP interpolated-directory|none none sv E Dynamically configure the location of the document root
+ VirtualDocumentRootIP interpolated-directory|none none sv E
-Dynamically configure the location of the document root
for a given virtual host
requests<VirtualHost
+ <VirtualHost
addr[:port] [addr[:port]]
- ...> ... </VirtualHost> s C Contains directives that apply only to a specific
+ ...> ... </VirtualHost> s C
-Contains directives that apply only to a specific
hostname or IP address VirtualScriptAlias interpolated-directory|none none sv E Dynamically configure the location of the CGI directory for
+ VirtualScriptAlias interpolated-directory|none none sv E
-Dynamically configure the location of the CGI directory for
a given virtual host VirtualScriptAliasIP interpolated-directory|none none sv E Dynamically configure the location of the CGI directory for
+ VirtualScriptAliasIP interpolated-directory|none none sv E
-Dynamically configure the location of the CGI directory for
a given virtual host WatchdogInterval number-of-seconds 1 s B
-Watchdog interval in seconds XBitHack on|off|full off svdh B Parse SSI directives in files with the execute bit
+ WatchdogInterval number-of-seconds 1 s B
+Watchdog interval in seconds XBitHack on|off|full off svdh B
-Parse SSI directives in files with the execute bit
set xml2EncAlias charset alias [alias ...] s B
-Recognise Aliases for encoding values xml2EncDefault name svdh B Sets a default encoding to assume when absolutely no information
+ xml2EncAlias charset alias [alias ...] s B
+Recognise Aliases for encoding values xml2EncDefault name svdh B
-Sets a default encoding to assume when absolutely no information
can be automatically detected xml2StartParse element [element ...] svdh B
+Advise the parser to skip leading junk. xml2StartParse element [element ...] svdh B Advise the parser to skip leading junk. H2CopyFiles on|off off svdh E Determine file handling in responses H2Direct on|off on for h2c, off for + sv E
-H2 Direct Protocol Switch H2MaxSessionStreams n 100 sv E
-Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
-Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
-Maximum number of worker threads to use per child process. H2MinWorkers n s E
-Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
-Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
-H2 Server Push Switch H2PushDiarySize n 256 sv E
-H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2EarlyHints on|off off sv E
+Determine sending of 103 status codes H2MaxSessionStreams n 100 sv E
+Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
+Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
+Maximum number of worker threads to use per child process. H2MinWorkers n s E
+Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
+Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
+H2 Server Push Switch H2PushDiarySize n 256 sv E
+H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2PushResource [add] path [critical] svdh E Declares resources for early pushing to the client H2SerializeHeaders on|off off sv E Serialize Request/Response Processing Switch H2SessionExtraFiles n sv E Number of Extra File Handles H2StreamMaxMemSize bytes 65536 sv E
diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8
index 686698ba973..469022d1002 100644
--- a/docs/manual/mod/quickreference.html.ja.utf8
+++ b/docs/manual/mod/quickreference.html.ja.utf8
@@ -450,14 +450,16 @@ expr=expression]Maximum amount of output data buffered per stream. s B H2CopyFiles on|off off svdh E Determine file handling in responses H2Direct on|off on for h2c, off for + sv E
-H2 Direct Protocol Switch H2MaxSessionStreams n 100 sv E
-Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
-Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
-Maximum number of worker threads to use per child process. H2MinWorkers n s E
-Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
-Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
-H2 Server Push Switch H2PushDiarySize n 256 sv E
-H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2EarlyHints on|off off sv E
+Determine sending of 103 status codes H2MaxSessionStreams n 100 sv E
+Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
+Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
+Maximum number of worker threads to use per child process. H2MinWorkers n s E
+Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
+Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
+H2 Server Push Switch H2PushDiarySize n 256 sv E
+H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2PushResource [add] path [critical] svdh E Declares resources for early pushing to the client H2SerializeHeaders on|off off sv E Serialize Request/Response Processing Switch H2SessionExtraFiles n sv E Number of Extra File Handles H2StreamMaxMemSize bytes 65536 sv E
diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr
index d797115dc46..b6d4c036b19 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -450,14 +450,16 @@ will exit.Maximum amount of output data buffered per stream. H2CopyFiles on|off off svdh E Determine file handling in responses H2Direct on|off on for h2c, off for + sv E
-H2 Direct Protocol Switch H2MaxSessionStreams n 100 sv E
-Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
-Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
-Maximum number of worker threads to use per child process. H2MinWorkers n s E
-Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
-Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
-H2 Server Push Switch H2PushDiarySize n 256 sv E
-H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2EarlyHints on|off off sv E
+Determine sending of 103 status codes H2MaxSessionStreams n 100 sv E
+Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
+Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
+Maximum number of worker threads to use per child process. H2MinWorkers n s E
+Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
+Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
+H2 Server Push Switch H2PushDiarySize n 256 sv E
+H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2PushResource [add] path [critical] svdh E Declares resources for early pushing to the client H2SerializeHeaders on|off off sv E Serialize Request/Response Processing Switch H2SessionExtraFiles n sv E Number of Extra File Handles H2StreamMaxMemSize bytes 65536 sv E
diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8
index b7e127b5a1e..7c3e5747a8c 100644
--- a/docs/manual/mod/quickreference.html.tr.utf8
+++ b/docs/manual/mod/quickreference.html.tr.utf8
@@ -472,14 +472,16 @@ expr=ifade]Maximum amount of output data buffered per stream. s T Group unix-grubu #-1 s T İsteklere yanıt verecek sunucunun ait olacaÄı grubu belirler. H2CopyFiles on|off off skdh E Determine file handling in responses H2Direct on|off on for h2c, off for + sk E
-H2 Direct Protocol Switch H2MaxSessionStreams n 100 sk E
-Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
-Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
-Maximum number of worker threads to use per child process. H2MinWorkers n s E
-Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sk E
-Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sk E
-H2 Server Push Switch H2PushDiarySize n 256 sk E
-H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sk E
+H2 Server Push Priority H2EarlyHints on|off off sk E
+Determine sending of 103 status codes H2MaxSessionStreams n 100 sk E
+Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
+Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
+Maximum number of worker threads to use per child process. H2MinWorkers n s E
+Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sk E
+Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sk E
+H2 Server Push Switch H2PushDiarySize n 256 sk E
+H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sk E
+H2 Server Push Priority H2PushResource [add] path [critical] skdh E Declares resources for early pushing to the client H2SerializeHeaders on|off off sk E Serialize Request/Response Processing Switch H2SessionExtraFiles n sk E Number of Extra File Handles H2StreamMaxMemSize bytes 65536 sk E
diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8
index 9ffaaa75d05..0d370d7db25 100644
--- a/docs/manual/mod/quickreference.html.zh-cn.utf8
+++ b/docs/manual/mod/quickreference.html.zh-cn.utf8
@@ -469,14 +469,16 @@ will exit.Maximum amount of output data buffered per stream. H2CopyFiles on|off off svdh E Determine file handling in responses H2Direct on|off on for h2c, off for + sv E
-H2 Direct Protocol Switch H2MaxSessionStreams n 100 sv E
-Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
-Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
-Maximum number of worker threads to use per child process. H2MinWorkers n s E
-Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
-Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
-H2 Server Push Switch H2PushDiarySize n 256 sv E
-H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2EarlyHints on|off off sv E
+Determine sending of 103 status codes H2MaxSessionStreams n 100 sv E
+Maximum number of active streams per HTTP/2 session. H2MaxWorkerIdleSeconds n 600 s E
+Maximum number of seconds h2 workers remain idle until shut down. H2MaxWorkers n s E
+Maximum number of worker threads to use per child process. H2MinWorkers n s E
+Minimal number of worker threads to use per child process. H2ModernTLSOnly on|off on sv E
+Require HTTP/2 connections to be "modern TLS" only H2Push on|off on sv E
+H2 Server Push Switch H2PushDiarySize n 256 sv E
+H2 Server Push Diary Size H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 sv E
+H2 Server Push Priority H2PushResource [add] path [critical] svdh E Declares resources for early pushing to the client H2SerializeHeaders on|off off sv E Serialize Request/Response Processing Switch H2SessionExtraFiles n sv E Number of Extra File Handles H2StreamMaxMemSize bytes 65536 sv E
diff --git a/docs/manual/ssl/ssl_faq.html.fr b/docs/manual/ssl/ssl_faq.html.fr
index b11c16e7e96..70676d318e6 100644
--- a/docs/manual/ssl/ssl_faq.html.fr
+++ b/docs/manual/ssl/ssl_faq.html.fr
@@ -786,22 +786,22 @@ dans votre section d'h
Maximum amount of output data buffered per stream. Comment activer TLS-SRP ?
- SSLSRPVerifierFile
. Vous pouvez créer
- le fichier de vérification via l'utilitaire openssl
:SSLSRPVerifierFile
. Vous pouvez créer
+ le fichier de vérification via l'utilitaire openssl
:
openssl srp -srpvfile passwd.srpv -add username
SSLSRPVerifierFile /path/to/passwd.srpv
SSLCipherSuite "!DSS:!aRSA:SRP"
@@ -841,9 +841,9 @@ MIGHAoGBAP//////////yQ/aoiFowjTExmKLgNwc0SkCTgiKZ8x0Agu+pjsTmyJR
Sgh5jjQE3e+VGbPNOkMbMCsKbfJfFDdP4TVtbVHCReSFtXZiXn7G9ExC6aY37WsL
/1y29Aa37e44a/taiZ+lrp8kEXxLH+ZJKGZR7OZTgf//////////AgEC
-----END DH PARAMETERS-----
SSLCertificateFile
.SSLCertificateFile
./etc/apache2/mods-enabled/ssl.conf
pour Ubuntu ou Debian,
etc...
Le chemin spécifié par la directive +
Le chemin spécifié par la directive
SSLStaplingCache
(par exemple logs/
)
-doit être le même que celui spécifié par la directive
+doit être le même que celui spécifié par la directive
SSLSessionCache
. Ce chemin est relatif au chemin
-spécifié par la directive ServerRoot
.
ServerRoot
.
Cette directive SSLStaplingCache
particulière
nécessite le chargement du module mod_socache_shmcb
(à