From: Eric Covener
Date: Sat, 15 Dec 2012 22:13:10 +0000 (+0000)
Subject: xforms
X-Git-Tag: 2.2.24~66
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f25660a4dae7702b9d90316d32ba4212c0cffc3;p=thirdparty%2Fapache%2Fhttpd.git
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1422381 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en
index 0027185a0b0..ba31651892d 100644
--- a/docs/manual/mod/mod_alias.html.en
+++ b/docs/manual/mod/mod_alias.html.en
@@ -169,6 +169,9 @@
</Directory>
+ Any number of slashes in the URL-path parameter
+ matches any number of slashes in the requested URL-path.
+
@@ -254,6 +257,11 @@ expressions
AliasMatch ^/image/(.*)\.gif$ /files/gif.images/$1.gif
+ Multiple leading slashes in the requested URL are discarded
+ by the server before directives from this module compares
+ against the requested URL-path.
+
+