]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix compatibility notes.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Feb 2016 06:53:39 +0000 (06:53 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Feb 2016 06:53:39 +0000 (06:53 +0000)
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

index c0b68045ecb4a65c3e546c0059306ccbc7ed2600..7c22ed6c2c1c3a39dc8dba056d86bce19bccdd95 100644 (file)
@@ -90,7 +90,7 @@ href="../urlmapping.html">Mapping URLs to the filesystem</a></seealso>
 
     <highlight language="config">
 Alias "/foo/bar" "/baz"
-Alias "/foo"     "/gaq"
+Alias "/foo" "/gaq"
     </highlight>
 
     <p>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/"
     </highlight>
 
-    <p>then the url <code>/icons</code> will not be aliased, as it lacks
+    <p>then the URL <code>/icons</code> will not be aliased, as it lacks
     that trailing /. Likewise, if you omit the slash on the
     <var>URL-path</var> then you must also omit it from the
     <var>file-path</var>.</p>
@@ -183,7 +183,7 @@ Alias "/image" "/ftp/pub/image"
     or <directive type="section" module="core">LocationMatch</directive>
     section the URL-path is omitted, and the file-path is interpreted
     using <a href="../expr.html">expression syntax</a>.<br />
-    This syntax is available in Apache 2.4.13 and later.</p>
+    This syntax is available in Apache 2.4.19 and later.</p>
 
     <highlight language="config">
 &lt;Location "/image"&gt;
@@ -392,7 +392,7 @@ Redirect 303 "/three" "http://example.com/other"
     or <directive type="section" module="core">LocationMatch</directive>
     section with the URL-path omitted, then the URL parameter will be
     interpreted using <a href="../expr.html">expression syntax</a>.<br />
-    This syntax is available in Apache 2.4.13 and later.</p>
+    This syntax is available in Apache 2.4.19 and later.</p>
 
     <highlight language="config">
 &lt;Location "/one"&gt;
@@ -443,7 +443,6 @@ RedirectMatch "(.*)\.gif$" "http://other.example.com$1.jpg"
     See <directive module="mod_alias">AliasMatch</directive> for
     details.</p>
 
-
 </usage>
 </directivesynopsis>
 
@@ -555,7 +554,7 @@ ScriptAlias "/cgi-bin/" "/web/cgi-handler.pl"
     or <directive type="section" module="core">LocationMatch</directive>
     section with the URL-path omitted, then the URL parameter will be
     interpreted using <a href="../expr.html">expression syntax</a>.<br />
-    This syntax is available in Apache 2.4.13 and later.</p>
+    This syntax is available in Apache 2.4.19 and later.</p>
 
     <highlight language="config">
 &lt;Location "/cgi-bin"&gt;