From 44c862de50253d171a2da7ac3a3c4d0e7adb6915 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 20 Feb 2016 06:53:39 +0000 Subject: [PATCH] Fix compatibility notes. Synch with 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1731335 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_alias.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index c0b68045ec..7c22ed6c2c 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -90,7 +90,7 @@ href="../urlmapping.html">Mapping URLs to the filesystem Alias "/foo/bar" "/baz" -Alias "/foo" "/gaq" +Alias "/foo" "/gaq"

But if the above two directives were reversed in order, the @@ -149,7 +149,7 @@ Alias "/image" "/ftp/pub/image" Alias "/icons/" "/usr/local/apache/icons/" -

then the url /icons will not be aliased, as it lacks +

then the URL /icons will not be aliased, as it lacks that trailing /. Likewise, if you omit the slash on the URL-path then you must also omit it from the file-path.

@@ -183,7 +183,7 @@ Alias "/image" "/ftp/pub/image" or LocationMatch section the URL-path is omitted, and the file-path is interpreted using expression syntax.
- This syntax is available in Apache 2.4.13 and later.

+ This syntax is available in Apache 2.4.19 and later.

<Location "/image"> @@ -392,7 +392,7 @@ Redirect 303 "/three" "http://example.com/other" or LocationMatch section with the URL-path omitted, then the URL parameter will be interpreted using expression syntax.
- This syntax is available in Apache 2.4.13 and later.

+ This syntax is available in Apache 2.4.19 and later.

<Location "/one"> @@ -443,7 +443,6 @@ RedirectMatch "(.*)\.gif$" "http://other.example.com$1.jpg" See AliasMatch for details.

- @@ -555,7 +554,7 @@ ScriptAlias "/cgi-bin/" "/web/cgi-handler.pl" or LocationMatch section with the URL-path omitted, then the URL parameter will be interpreted using expression syntax.
- This syntax is available in Apache 2.4.13 and later.

+ This syntax is available in Apache 2.4.19 and later.

<Location "/cgi-bin"> -- 2.50.0