You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2016/02/20 07:53:39 UTC

svn commit: r1731335 - /httpd/httpd/trunk/docs/manual/mod/mod_alias.xml

Author: jailletc36
Date: Sat Feb 20 06:53:39 2016
New Revision: 1731335

URL: http://svn.apache.org/viewvc?rev=1731335&view=rev
Log:
Fix compatibility notes.
Synch with 2.4.x

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_alias.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.xml?rev=1731335&r1=1731334&r2=1731335&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.xml Sat Feb 20 06:53:39 2016
@@ -90,7 +90,7 @@ href="../urlmapping.html">Mapping URLs t
 
     <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.co
     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
     See <directive module="mod_alias">AliasMatch</directive> for
     details.</p>
 
-
 </usage>
 </directivesynopsis>
 
@@ -555,7 +554,7 @@ ScriptAlias "/cgi-bin/" "/web/cgi-handle
     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;