From: Christophe Jaillet Date: Sat, 20 Feb 2016 07:01:49 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~2035 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c521f8f89952f5accd0411c90473d6ca2699b09f;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1731337 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index d6a07af802d..688882047e7 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -109,7 +109,7 @@ configuration will work as expected:

Alias "/foo/bar" "/baz"
-Alias "/foo"     "/gaq"
+Alias "/foo" "/gaq"

But if the above two directives were reversed in order, the @@ -163,7 +163,7 @@ Alias "/foo" "/gaq"

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.

@@ -194,7 +194,7 @@ Alias "/foo" "/gaq" 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">
     Alias "/ftp/pub/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">
     Redirect permanent "http://example.com/two"
@@ -441,7 +441,6 @@ of the current URL
     details.

-
top

RedirectPermanent Directive

@@ -543,7 +542,7 @@ target as a CGI script 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">
     ScriptAlias "/web/cgi-bin/"
diff --git a/docs/manual/mod/mod_alias.xml.fr b/docs/manual/mod/mod_alias.xml.fr
index aeac54fe923..33a1372527f 100644
--- a/docs/manual/mod/mod_alias.xml.fr
+++ b/docs/manual/mod/mod_alias.xml.fr
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
 
diff --git a/docs/manual/mod/mod_alias.xml.ja b/docs/manual/mod/mod_alias.xml.ja
index 757530372fb..677e5cbf244 100644
--- a/docs/manual/mod/mod_alias.xml.ja
+++ b/docs/manual/mod/mod_alias.xml.ja
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
+
 
 
+