diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 0a24bc8..20d1e5a 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -97,6 +97,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: | Available in Apache HTTP Server 2.4.6 in Red Hat Enterprise Linux 7 |
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.
| Description: | Determines whether trailers are merged into headers |
|---|