Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 38958200BFE for ; Mon, 16 Jan 2017 20:53:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 374B0160B41; Mon, 16 Jan 2017 19:53:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C968B160B58 for ; Mon, 16 Jan 2017 20:53:15 +0100 (CET) Received: (qmail 24568 invoked by uid 500); 16 Jan 2017 19:53:14 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 23613 invoked by uid 99); 16 Jan 2017 19:53:13 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2017 19:53:13 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 057833A3C62 for ; Mon, 16 Jan 2017 19:53:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1779092 [8/9] - in /httpd/httpd/trunk/docs/manual: ./ mod/ Date: Mon, 16 Jan 2017 19:53:11 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170116195312.057833A3C62@svn01-us-west.apache.org> archived-at: Mon, 16 Jan 2017 19:53:18 -0000 Modified: httpd/httpd/trunk/docs/manual/mod/quickreference.html.zh-cn.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/quickreference.html.zh-cn.utf8?rev=1779092&r1=1779091&r2=1779092&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/quickreference.html.zh-cn.utf8 (original) +++ httpd/httpd/trunk/docs/manual/mod/quickreference.html.zh-cn.utf8 Mon Jan 16 19:53:10 2017 @@ -264,915 +264,920 @@ authentication succeeds but authorizatio BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. -BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...svdhBSets environment variables conditional on HTTP User-Agent +BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression +BrotliCompressionMaxInputBlock value 0 svEMaximum input block size +BrotliCompressionQuality value 5 svECompression quality +BrotliCompressionWindow value 18 svEBrotli sliding compression window size +BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging +BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...svdhBSets environment variables conditional on HTTP User-Agent -BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without +BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without respect to case -BufferedLogs On|Off Off sBBuffer log entries in memory before writing to disk -BufferSize integer 131072 svdhEMaximum size in bytes to buffer by the buffer filter -CacheDefaultExpire seconds 3600 (one hour) svdhEThe default duration to cache a document when no expiry date is specified. -CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. -CacheDirLength length 2 svEThe number of characters in subdirectory names -CacheDirLevels levels 2 svEThe number of levels of subdirectories in the +BufferedLogs On|Off Off sBBuffer log entries in memory before writing to disk +BufferSize integer 131072 svdhEMaximum size in bytes to buffer by the buffer filter +CacheDefaultExpire seconds 3600 (one hour) svdhEThe default duration to cache a document when no expiry date is specified. +CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. +CacheDirLength length 2 svEThe number of characters in subdirectory names +CacheDirLevels levels 2 svEThe number of levels of subdirectories in the cache. -CacheDisable url-string | onsvdhEDisable caching of specified URLs -CacheEnable cache_type [url-string]svdEEnable caching of specified URLs using a specified storage +CacheDisable url-string | onsvdhEDisable caching of specified URLs +CacheEnable cache_type [url-string]svdEEnable caching of specified URLs using a specified storage manager -CacheFile file-path [file-path] ...sXCache a list of file handles at startup time -CacheHeader on|off off svdhEAdd an X-Cache header to the response. -CacheIgnoreCacheControl On|Off Off svEIgnore request to not serve cached content to client -CacheIgnoreHeaders header-string [header-string] ... None svEDo not store the given HTTP header(s) in the cache. +CacheFile file-path [file-path] ...sXCache a list of file handles at startup time +CacheHeader on|off off svdhEAdd an X-Cache header to the response. +CacheIgnoreCacheControl On|Off Off svEIgnore request to not serve cached content to client +CacheIgnoreHeaders header-string [header-string] ... None svEDo not store the given HTTP header(s) in the cache. -CacheIgnoreNoLastMod On|Off Off svdhEIgnore the fact that a response has no Last Modified +CacheIgnoreNoLastMod On|Off Off svdhEIgnore the fact that a response has no Last Modified header. -CacheIgnoreQueryString On|Off Off svEIgnore query string when caching -CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching +CacheIgnoreQueryString On|Off Off svEIgnore query string when caching +CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching -CacheKeyBaseURL URL http://example.com svEOverride the base URL of reverse proxied cache keys. -CacheLastModifiedFactor float 0.1 svdhEThe factor used to compute an expiry date based on the +CacheKeyBaseURL URL http://example.com svEOverride the base URL of reverse proxied cache keys. +CacheLastModifiedFactor float 0.1 svdhEThe factor used to compute an expiry date based on the LastModified date. -CacheLock on|off off svEEnable the thundering herd lock. -CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. -CacheLockPath directory mod_cache-lock svESet the lock path directory. -CacheMaxExpire seconds 86400 (one day) svdhEThe maximum time in seconds to cache a document -CacheMaxFileSize bytes 1000000 svdhEThe maximum size (in bytes) of a document to be placed in the +CacheLock on|off off svEEnable the thundering herd lock. +CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. +CacheLockPath directory mod_cache-lock svESet the lock path directory. +CacheMaxExpire seconds 86400 (one day) svdhEThe maximum time in seconds to cache a document +CacheMaxFileSize bytes 1000000 svdhEThe maximum size (in bytes) of a document to be placed in the cache -CacheMinExpire seconds 0 svdhEThe minimum time in seconds to cache a document -CacheMinFileSize bytes 1 svdhEThe minimum size (in bytes) of a document to be placed in the +CacheMinExpire seconds 0 svdhEThe minimum time in seconds to cache a document +CacheMinFileSize bytes 1 svdhEThe minimum size (in bytes) of a document to be placed in the cache -CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be +CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be cached by proxy servers -CacheQuickHandler on|off on svERun the cache from the quick handler. -CacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheQuickHandler on|off on svERun the cache from the quick handler. +CacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheRoot directorysvEThe directory root under which cache files are +CacheRoot directorysvEThe directory root under which cache files are stored -CacheSocache type[:args]svEThe shared object cache implementation to use -CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the +CacheSocache type[:args]svEThe shared object cache implementation to use +CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the cache -CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the +CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the cache -CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the +CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the cache -CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. -CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired -CacheStoreNoStore On|Off Off svdhEAttempt to cache requests or responses that have been marked as no-store. -CacheStorePrivate On|Off Off svdhEAttempt to cache responses that the server has marked as private -CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. +CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired +CacheStoreNoStore On|Off Off svdhEAttempt to cache requests or responses that have been marked as no-store. +CacheStorePrivate On|Off Off svdhEAttempt to cache responses that the server has marked as private +CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI +CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI scripts -CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI +CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI variables -CGIVar variable ruledhCControls how some CGI variables are set -CharsetDefault charsetsvdhECharset to translate into -CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior -CharsetSourceEnc charsetsvdhESource charset of files -CheckBasenameMatch on|off Off svdhEAlso match files with differing file name extensions. -CheckCaseOnly on|off Off svdhELimits the action of the speling module to case corrections -CheckSpelling on|off Off svdhEEnables the spelling +CGIVar variable ruledhCControls how some CGI variables are set +CharsetDefault charsetsvdhECharset to translate into +CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior +CharsetSourceEnc charsetsvdhESource charset of files +CheckBasenameMatch on|off Off svdhEAlso match files with differing file name extensions. +CheckCaseOnly on|off Off svdhELimits the action of the speling module to case corrections +CheckSpelling on|off Off svdhEEnables the spelling module -ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. -ContentDigest On|Off Off svdhCEnables the generation of Content-MD5 HTTP Response +ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. +ContentDigest On|Off Off svdhCEnables the generation of Content-MD5 HTTP Response headers -CookieDomain domainsvdhEThe domain to which the tracking cookie applies -CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie -CookieName token Apache svdhEName of the tracking cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field -CookieTracking on|off off svdhEEnables tracking cookie -CoreDumpDirectory directorysMDirectory where Apache HTTP Server attempts to +CookieDomain domainsvdhEThe domain to which the tracking cookie applies +CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie +CookieName token Apache svdhEName of the tracking cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field +CookieTracking on|off off svdhEEnables tracking cookie +CoreDumpDirectory directorysMDirectory where Apache HTTP Server attempts to switch before dumping core -CryptoCipher name aes256 svdhECipher to be used by the crypto filter -CryptoDriver name openssl sEName of the crypto driver to use -CryptoIV value none svdhEIV (Initialisation Vector) to be used by the crypto filter -CryptoKey value none svdhEKey to be used by the crypto filter -CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter -CTAuditStorage directorysEExisting directory where data for off-line audit will be stored -CTLogClient executablesELocation of certificate-transparency log client tool -CTLogConfigDB filenamesELog configuration database supporting dynamic updates -CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be +CryptoCipher name aes256 svdhECipher to be used by the crypto filter +CryptoDriver name openssl sEName of the crypto driver to use +CryptoIV value none svdhEIV (Initialisation Vector) to be used by the crypto filter +CryptoKey value none svdhEKey to be used by the crypto filter +CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter +CTAuditStorage directorysEExisting directory where data for off-line audit will be stored +CTLogClient executablesELocation of certificate-transparency log client tool +CTLogConfigDB filenamesELog configuration database supporting dynamic updates +CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be refreshed -CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy +CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy -CTSCTStorage directorysEExisting directory where SCTs are managed -CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in +CTSCTStorage directorysEExisting directory where SCTs are managed +CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in ServerHello -CTStaticLogConfig log-id|- public-key-file|- +CTStaticLogConfig log-id|- public-key-file|- 1|0|- min-timestamp|- max-timestamp|- -log-URL|-sEStatic configuration of information about a log -CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate +log-URL|-sEStatic configuration of information about a log +CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate -CustomLog file|pipe|provider +CustomLog file|pipe|provider format|nickname [env=[!]environment-variable| -expr=expression]svBSets filename and format of log file -Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods -DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests -DavGenericLockDB file-pathsvdELocation of the DAV lock database -DavLockDB file-pathsvELocation of the DAV lock database -DavMinTimeout seconds 0 svdEMinimum amount of time the server holds a lock on +expr=expression]svBSets filename and format of log file +Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods +DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests +DavGenericLockDB file-pathsvdELocation of the DAV lock database +DavLockDB file-pathsvELocation of the DAV lock database +DavMinTimeout seconds 0 svdEMinimum amount of time the server holds a lock on a DAV resource -DBDExptime time-in-seconds 300 svEKeepalive time for idle connections -DBDInitSQL "SQL statement"svEExecute an SQL statement after connecting to a database -DBDKeep number 2 svEMaximum sustained number of connections -DBDMax number 10 svEMaximum number of connections -DBDMin number 1 svEMinimum number of connections -DBDParams -param1=value1[,param2=value2]svEParameters for database connection -DBDPersist On|OffsvEWhether to use persistent connections -DBDPrepareSQL "SQL statement" labelsvEDefine an SQL prepared statement -DBDriver namesvESpecify an SQL driver -DefaultIcon url-pathsvdhBIcon to display for files when no specific icon is +DBDExptime time-in-seconds 300 svEKeepalive time for idle connections +DBDInitSQL "SQL statement"svEExecute an SQL statement after connecting to a database +DBDKeep number 2 svEMaximum sustained number of connections +DBDMax number 10 svEMaximum number of connections +DBDMin number 1 svEMinimum number of connections +DBDParams +param1=value1[,param2=value2]svEParameters for database connection +DBDPersist On|OffsvEWhether to use persistent connections +DBDPrepareSQL "SQL statement" labelsvEDefine an SQL prepared statement +DBDriver namesvESpecify an SQL driver +DefaultIcon url-pathsvdhBIcon to display for files when no specific icon is configured -DefaultLanguage language-tagsvdhBDefines a default language-tag to be sent in the Content-Language +DefaultLanguage language-tagsvdhBDefines a default language-tag to be sent in the Content-Language header field for all resources in the current context that have not been assigned a language-tag by some other means. -DefaultRuntimeDir directory-path DEFAULT_REL_RUNTIME +sCBase directory for the server run-time files -DefaultType media-type|none none svdhCThis directive has no effect other than to emit warnings +DefaultRuntimeDir directory-path DEFAULT_REL_RUNTIME +sCBase directory for the server run-time files +DefaultType media-type|none none svdhCThis directive has no effect other than to emit warnings if the value is not none. In prior versions, DefaultType would specify a default media type to assign to response content for which no other media type configuration could be found. -Define parameter-name [parameter-value]svCDefine a variable -DeflateAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression -DeflateBufferSize value 8096 svEFragment size to be compressed at one time by zlib -DeflateCompressionLevel valuesvEHow much compression do we apply to the output -DeflateFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging -DeflateInflateLimitRequestBodyvaluesvdhEMaximum size of inflated request bodies -DeflateInflateRatioBurst valuesvdhEMaximum number of times the inflation ratio for request bodies +Define parameter-name [parameter-value]svCDefine a variable +DeflateAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression +DeflateBufferSize value 8096 svEFragment size to be compressed at one time by zlib +DeflateCompressionLevel valuesvEHow much compression do we apply to the output +DeflateFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging +DeflateInflateLimitRequestBodyvaluesvdhEMaximum size of inflated request bodies +DeflateInflateRatioBurst valuesvdhEMaximum number of times the inflation ratio for request bodies can be crossed -DeflateInflateRatioLimit valuesvdhEMaximum inflation ratio for request bodies -DeflateMemLevel value 9 svEHow much memory should be used by zlib for compression -DeflateWindowSize value 15 svEZlib compression window size - Deny from all|host|env=[!]env-variable -[host|env=[!]env-variable] ...dhEControls which hosts are denied access to the +DeflateInflateRatioLimit valuesvdhEMaximum inflation ratio for request bodies +DeflateMemLevel value 9 svEHow much memory should be used by zlib for compression +DeflateWindowSize value 15 svEZlib compression window size + Deny from all|host|env=[!]env-variable +[host|env=[!]env-variable] ...dhEControls which hosts are denied access to the server -<Directory directory-path> -... </Directory>svCEnclose a group of directives that apply only to the +<Directory directory-path> +... </Directory>svCEnclose a group of directives that apply only to the named file-system directory, sub-directories, and their contents. -DirectoryCheckHandler On|Off Off svdhBToggle how this module responds when another handler is configured -DirectoryIndex - disabled | local-url [local-url] ... index.html svdhBList of resources to look for when the client requests +DirectoryCheckHandler On|Off Off svdhBToggle how this module responds when another handler is configured +DirectoryIndex + disabled | local-url [local-url] ... index.html svdhBList of resources to look for when the client requests a directory -DirectoryIndexRedirect on | off | permanent | temp | seeother | +DirectoryIndexRedirect on | off | permanent | temp | seeother | 3xx-code - off svdhBConfigures an external redirect for directory indexes. + off svdhBConfigures an external redirect for directory indexes. -<DirectoryMatch regex> -... </DirectoryMatch>svCEnclose directives that apply to +<DirectoryMatch regex> +... </DirectoryMatch>svCEnclose directives that apply to the contents of file-system directories matching a regular expression. -DirectorySlash On|Off On svdhBToggle trailing slash redirects on or off -DocumentRoot directory-path "/usr/local/apache/ +svCDirectory that forms the main document tree visible +DirectorySlash On|Off On svdhBToggle trailing slash redirects on or off +DocumentRoot directory-path "/usr/local/apache/ +svCDirectory that forms the main document tree visible from the web -DTracePrivileges On|Off Off sXDetermines whether the privileges required by dtrace are enabled. -DumpIOInput On|Off Off sEDump all input data to the error log -DumpIOOutput On|Off Off sEDump all output data to the error log -<Else> ... </Else>svdhCContains directives that apply only if the condition of a +DTracePrivileges On|Off Off sXDetermines whether the privileges required by dtrace are enabled. +DumpIOInput On|Off Off sEDump all input data to the error log +DumpIOOutput On|Off Off sEDump all output data to the error log +<Else> ... </Else>svdhCContains directives that apply only if the condition of a previous <If> or <ElseIf> section is not satisfied by a request at runtime -<ElseIf expression> ... </ElseIf>svdhCContains directives that apply only if a condition is satisfied +<ElseIf expression> ... </ElseIf>svdhCContains directives that apply only if a condition is satisfied by a request at runtime while the condition of a previous <If> or <ElseIf> section is not satisfied -EnableExceptionHook On|Off Off sMEnables a hook that runs exception handlers +EnableExceptionHook On|Off Off sMEnables a hook that runs exception handlers after a crash -EnableMMAP On|Off On svdhCUse memory-mapping to read files during delivery -EnableSendfile On|Off Off svdhCUse the kernel sendfile support to deliver files to the client -Error messagesvdhCAbort configuration parsing with a custom error message -ErrorDocument error-code documentsvdhCWhat the server will return to the client +EnableMMAP On|Off On svdhCUse memory-mapping to read files during delivery +EnableSendfile On|Off Off svdhCUse the kernel sendfile support to deliver files to the client +Error messagesvdhCAbort configuration parsing with a custom error message +ErrorDocument error-code documentsvdhCWhat the server will return to the client in case of an error - ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svCLocation where the server will log errors - ErrorLogFormat [connection|request] formatsvCFormat specification for error log entries -ExamplesvdhXDemonstration directive to illustrate the Apache module + ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svCLocation where the server will log errors + ErrorLogFormat [connection|request] formatsvCFormat specification for error log entries +ExamplesvdhXDemonstration directive to illustrate the Apache module API -ExpiresActive On|Off Off svdhEEnables generation of Expires +ExpiresActive On|Off Off svdhEEnables generation of Expires headers -ExpiresByType MIME-type -<code>secondssvdhEValue of the Expires header configured +ExpiresByType MIME-type +<code>secondssvdhEValue of the Expires header configured by MIME type -ExpiresDefault <code>secondssvdhEDefault algorithm for calculating expiration time -ExtendedStatus On|Off Off[*] sCKeep track of extended status information for each +ExpiresDefault <code>secondssvdhEDefault algorithm for calculating expiration time +ExtendedStatus On|Off Off[*] sCKeep track of extended status information for each request -ExtFilterDefine filtername parameterssEDefine an external filter -ExtFilterOptions option [option] ... NoLogStderr dEConfigure mod_ext_filter options -FallbackResource disabled | local-urlsvdhBDefine a default URL for requests that don't map to a file -FileETag component ... MTime Size svdhCFile attributes used to create the ETag +ExtFilterDefine filtername parameterssEDefine an external filter +ExtFilterOptions option [option] ... NoLogStderr dEConfigure mod_ext_filter options +FallbackResource disabled | local-urlsvdhBDefine a default URL for requests that don't map to a file +FileETag component ... MTime Size svdhCFile attributes used to create the ETag HTTP response header for static files -<Files filename> ... </Files>svdhCContains directives that apply to matched +<Files filename> ... </Files>svdhCContains directives that apply to matched filenames -<FilesMatch regex> ... </FilesMatch>svdhCContains directives that apply to regular-expression matched +<FilesMatch regex> ... </FilesMatch>svdhCContains directives that apply to regular-expression matched filenames -FilterChain [+=-@!]filter-name ...svdhBConfigure the filter chain -FilterDeclare filter-name [type]svdhBDeclare a smart filter -FilterProtocol filter-name [provider-name] - proto-flagssvdhBDeal with correct HTTP protocol handling -FilterProvider filter-name provider-name - expressionsvdhBRegister a content filter -FilterTrace filter-name levelsvdBGet debug/diagnostic information from +FilterChain [+=-@!]filter-name ...svdhBConfigure the filter chain +FilterDeclare filter-name [type]svdhBDeclare a smart filter +FilterProtocol filter-name [provider-name] + proto-flagssvdhBDeal with correct HTTP protocol handling +FilterProvider filter-name provider-name + expressionsvdhBRegister a content filter +FilterTrace filter-name levelsvdBGet debug/diagnostic information from mod_filter -FirehoseConnectionInput [ block | nonblock ] filenamesECapture traffic coming into the server on each connection -FirehoseConnectionOutput [ block | nonblock ] filenamesECapture traffic going out of the server on each connection -FirehoseProxyConnectionInput [ block | nonblock ] filenamesECapture traffic coming into the back of mod_proxy -FirehoseProxyConnectionOutput [ block | nonblock ] filenamesECapture traffic sent out from the back of mod_proxy -FirehoseRequestInput [ block | nonblock ] filenamesECapture traffic coming into the server on each request -FirehoseRequestOutput [ block | nonblock ] filenamesECapture traffic going out of the server on each request -ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhBAction to take if a single acceptable document is not +FirehoseConnectionInput [ block | nonblock ] filenamesECapture traffic coming into the server on each connection +FirehoseConnectionOutput [ block | nonblock ] filenamesECapture traffic going out of the server on each connection +FirehoseProxyConnectionInput [ block | nonblock ] filenamesECapture traffic coming into the back of mod_proxy +FirehoseProxyConnectionOutput [ block | nonblock ] filenamesECapture traffic sent out from the back of mod_proxy +FirehoseRequestInput [ block | nonblock ] filenamesECapture traffic coming into the server on each request +FirehoseRequestOutput [ block | nonblock ] filenamesECapture traffic going out of the server on each request +ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhBAction to take if a single acceptable document is not found -ForceType media-type|NonedhCForces all matching files to be served with the specified +ForceType media-type|NonedhCForces all matching files to be served with the specified media type in the HTTP Content-Type header field -ForensicLog filename|pipesvESets filename of the forensic log -GlobalLog file|pipe|provider +ForensicLog filename|pipesvESets filename of the forensic log +GlobalLog file|pipe|provider format|nickname [env=[!]environment-variable| -expr=expression]sBSets filename and format of log file -GprofDir /tmp/gprof/|/tmp/gprof/%svCDirectory to write gmon.out profiling data to. -GracefulShutdownTimeout seconds 0 sMSpecify a timeout after which a gracefully shutdown server +expr=expression]sBSets filename and format of log file +GprofDir /tmp/gprof/|/tmp/gprof/%svCDirectory to write gmon.out profiling data to. +GracefulShutdownTimeout seconds 0 sMSpecify a timeout after which a gracefully shutdown server will exit. -Group unix-group #-1 sBGroup under which the server will answer +Group unix-group #-1 sBGroup under which the server will answer requests -H2CopyFiles on|off off svdhEDetermine file handling in responses -H2Direct on|off on for h2c, off for +svEH2 Direct Protocol Switch -H2EarlyHints on|off off svEDetermine sending of 103 status codes -H2MaxSessionStreams n 100 svEMaximum number of active streams per HTTP/2 session. -H2MaxWorkerIdleSeconds n 600 sEMaximum number of seconds h2 workers remain idle until shut down. -H2MaxWorkers nsEMaximum number of worker threads to use per child process. -H2MinWorkers nsEMinimal number of worker threads to use per child process. -H2ModernTLSOnly on|off on svERequire HTTP/2 connections to be "modern TLS" only -H2Push on|off on svEH2 Server Push Switch -H2PushDiarySize n 256 svEH2 Server Push Diary Size -H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 svEH2 Server Push Priority -H2PushResource [add] path [critical]svdhEDeclares resources for early pushing to the client -H2SerializeHeaders on|off off svESerialize Request/Response Processing Switch -H2SessionExtraFiles nsvENumber of Extra File Handles -H2StreamMaxMemSize bytes 65536 svEMaximum amount of output data buffered per stream. -H2TLSCoolDownSecs seconds 1 svE- -H2TLSWarmUpSize amount 1048576 svE- -H2Upgrade on|off on for h2c, off for +svEH2 Upgrade Protocol Switch -H2WindowSize bytes 65535 svESize of Stream Window for upstream data. -Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note +H2CopyFiles on|off off svdhEDetermine file handling in responses +H2Direct on|off on for h2c, off for +svEH2 Direct Protocol Switch +H2EarlyHints on|off off svEDetermine sending of 103 status codes +H2MaxSessionStreams n 100 svEMaximum number of active streams per HTTP/2 session. +H2MaxWorkerIdleSeconds n 600 sEMaximum number of seconds h2 workers remain idle until shut down. +H2MaxWorkers nsEMaximum number of worker threads to use per child process. +H2MinWorkers nsEMinimal number of worker threads to use per child process. +H2ModernTLSOnly on|off on svERequire HTTP/2 connections to be "modern TLS" only +H2Push on|off on svEH2 Server Push Switch +H2PushDiarySize n 256 svEH2 Server Push Diary Size +H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 svEH2 Server Push Priority +H2PushResource [add] path [critical]svdhEDeclares resources for early pushing to the client +H2SerializeHeaders on|off off svESerialize Request/Response Processing Switch +H2SessionExtraFiles nsvENumber of Extra File Handles +H2StreamMaxMemSize bytes 65536 svEMaximum amount of output data buffered per stream. +H2TLSCoolDownSecs seconds 1 svE- +H2TLSWarmUpSize amount 1048576 svE- +H2Upgrade on|off on for h2c, off for +svEH2 Upgrade Protocol Switch +H2WindowSize bytes 65535 svESize 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]] -svdhEConfigure HTTP response headers -HeaderName filenamesvdhBName of the file that will be inserted at the top +svdhEConfigure HTTP response headers +HeaderName filenamesvdhBName of the file that will be inserted at the top of the index listing -HeartbeatAddress addr:portsXMulticast address for heartbeat packets -HeartbeatListenaddr:portsXmulticast address to listen for incoming heartbeat requests -HeartbeatMaxServers number-of-servers 10 sXSpecifies the maximum number of servers that will be sending +HeartbeatAddress addr:portsXMulticast address for heartbeat packets +HeartbeatListenaddr:portsXmulticast address to listen for incoming heartbeat requests +HeartbeatMaxServers number-of-servers 10 sXSpecifies the maximum number of servers that will be sending heartbeat requests to this server -HeartbeatStorage file-path logs/hb.dat sXPath to store heartbeat data -HeartbeatStorage file-path logs/hb.dat sXPath to read heartbeat data -HostnameLookups On|Off|Double Off svdCEnables DNS lookups on client IP addresses -HttpProtocolOptions [Strict|Unsafe] [RegisteredMethods|LenientMethods] [... 1105 lines stripped ...]