diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 35eccf570a..d837c458b7 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -100,6 +100,7 @@ available
MaxRangeOverlaps
MaxRangeReversals
MaxRanges
MergeSlashes
MergeTrailers
Mutex
NameVirtualHost| Description: | Controls whether the server merges consecutive slashes in URLs. + |
|---|---|
| Syntax: | MergeSlashes ON|OFF |
| Default: | MergeSlashes ON |
| Context: | server config, virtual host |
| Status: | Core |
| Module: | core |
| Compatibility: | Added in 2.5.1 |
By default, the server merges (or collapses) multiple consecutive slash + ('/') characters in the path component of the request URL.
+ +When mapping URL's to the filesystem, these multiple slashes are not
+ significant. However, URL's handled other ways, such as by CGI or proxy,
+ might prefer to retain the significance of multiple consecutive slashes.
+ In these cases MergeSlashes can be set to
+ OFF to retain the multiple consecutive slashes. In these
+ configurations, regular expressions used in the configuration file that match
+ the path component of the URL (LocationMatch,
+ RewriteRule, ...) need to take into account multiple
+ consecutive slashes.
H2MaxWorkers
H2MinWorkers
H2ModernTLSOnly
H2Padding
H2Push
H2PushDiarySize
H2PushPriorityH2ModernTLSOnly off
| Description: | Determine the range of padding bytes added to payload frames |
|---|---|
| Syntax: | H2Padding numbits |
| Default: | H2Padding 0 |
| Context: | server config, virtual host |
| Status: | Extension |
| Module: | mod_http2 |
| Compatibility: | Available in version 2.4.39 and later. |
+ With the default 0, no padding bytes are added to any payload + frames, e.g. HEADERS, DATA and PUSH_PROMISE. This is the behaviour + of previous versions. It means that under certain conditions, an + observer of network traffic can see the length of those frames + in the TLS stream. +
++ When configuring numbits of 1-8, a random number in range + [0, 2^numbits[ are added to each frame. The random value is chosen + independantly for each frame that the module sends back to the client. +
++ While more padding bytes give better message length obfuscation, they + are also additional traffic. The optimal number therefore depends on + the kind of web traffic the server carries. +
++ The default of 0, e.g. no padding, was chosen for maximum backward + compatibility. There might be deployments where padding bytes are + unwanted or do harm. The most likely cause would be a client that + has a faults implementation. +
+
AddOutputFilter
AddType
DefaultLanguage
MimeOptions
ModMimeUsePathInfo
MultiviewsMatch
RemoveCharset| Description: | Configures mod_mime behavior |
|---|---|
| Syntax: | MimeOptionsoption [option] ... |
| Context: | server config, virtual host, directory, .htaccess |
| Override: | FileInfo |
| Status: | Base |
| Module: | mod_mime |
| Compatibility: | Apache HTTP Server 2.5.1 and later |
The MimeOptions directive configures certain
+ behaviors of mod_mime. Option can
+ be one of
TypesLastExtensionNoTypesLastExtensionAllLastExtensionNoAllLastExtensionMimeOptions AllLastExtension has been used in a lower precedence
+ configuration sectionDisableEnableMimeOptions Disable.
BalancerPersist
NoProxy
<Proxy>
Proxy100Continue
ProxyAddHeaders
ProxyBadHeader
ProxyBlock| Description: | Forward 100-continue expectation to the origin server |
|---|---|
| Syntax: | Proxy100Continue Off|On |
| Default: | Proxy100Continue On |
| Context: | server config, virtual host, directory |
| Status: | Extension |
| Module: | mod_proxy |
| Compatibility: | Available in version 2.4.39 and later |
This directive determines whether the proxy should forward 100-continue
+ Expect:ation to the origin server and thus let it decide when/if
+ the HTTP request body should be read, or when Off the proxy
+ should generate 100 Continue intermediate response by itself before
+ forwarding the request body.
This option is of use only for HTTP proxying, as handled by mod_proxy_http.
handshake stage is available since version 2.5.
+handshake stage is available since version 2.4.39.
This directive can set various timeouts for completing the TLS handshake, diff --git a/docs/manual/mod/mod_socache_redis.html.en b/docs/manual/mod/mod_socache_redis.html.en index a44e23c3e3..2225f17b9a 100644 --- a/docs/manual/mod/mod_socache_redis.html.en +++ b/docs/manual/mod/mod_socache_redis.html.en @@ -31,7 +31,8 @@
| Description: | Redis based shared object cache provider. |
|---|---|
| Status: | Extension |
| Module Identifier: | socache_redis_module |
| Source File: | mod_socache_redis.c |
mod_socache_redis is a shared object cache provider
@@ -73,7 +74,7 @@
Set the time to keep idle connections with the Redis server(s) alive (threaded platforms only).
@@ -101,7 +102,7 @@ RedisConnPoolTTL 60Set the Read/Write timeout used for the connection with the Redis server(s).
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 5a0e8a20c6..48befa513a 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -117,6 +117,17 @@ switch before dumping core operating system is not configured to write core files to the working directory of the crashing processes. +Using this directive on Linux may allow other processes on
+ the system (if running with similar privileges, such as CGI
+ scripts) to attach to httpd children via the ptrace
+ system call. This may make weaken the protection from certain
+ security attacks. It is not recommended to use this directive
+ on production systems.
If Apache httpd starts as root and switches to another user, the Linux kernel disables core dumps even if the directory is diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de index 27208bb0a9..87ebdc85a0 100644 --- a/docs/manual/mod/mpm_common.xml.de +++ b/docs/manual/mod/mpm_common.xml.de @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mpm_common.xml.ja b/docs/manual/mod/mpm_common.xml.ja index 670c162e30..b6ef59a7da 100644 --- a/docs/manual/mod/mpm_common.xml.ja +++ b/docs/manual/mod/mpm_common.xml.ja @@ -1,7 +1,7 @@ - + +