]> granicus.if.org Git - apache/commitdiff
Adds clarifying comment to example configuration. (Redirect)
authorRich Bowen <rbowen@apache.org>
Fri, 1 May 2009 01:07:58 +0000 (01:07 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 1 May 2009 01:07:58 +0000 (01:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@770506 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.html.en
docs/manual/mod/mod_alias.xml

index e5ec8e5b209e8c9a2f29dced4399d5eca44999f6..4913b2ffe0884ece8f54a046db70c9d6938e7cd4 100644 (file)
@@ -227,6 +227,7 @@ a different URL</td></tr>
     <em>URL-Path</em> will be appended to the target URL.</p>
 
     <div class="example"><h3>Example:</h3><p><code>
+      # Redirect to a URL on a different host<br />
       Redirect /service http://foo2.example.com/service<br />
       <br />
       # Redirect to a URL on the same host<br />
index cc5f1615d1bba8b377c5fdcbc14b9971748e2659..e58633722c85a4d3df23ad38dddccfa55d6f879c 100644 (file)
@@ -218,6 +218,7 @@ a different URL</description>
     <em>URL-Path</em> will be appended to the target URL.</p>
 
     <example><title>Example:</title>
+      # Redirect to a URL on a different host<br />
       Redirect /service http://foo2.example.com/service<br />
       <br />
       # Redirect to a URL on the same host<br />