You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2009/05/01 03:07:58 UTC

svn commit: r770506 - in /httpd/httpd/trunk/docs/manual/mod: mod_alias.html.en mod_alias.xml

Author: rbowen
Date: Fri May  1 01:07:58 2009
New Revision: 770506

URL: http://svn.apache.org/viewvc?rev=770506&view=rev
Log:
Adds clarifying comment to example configuration. (Redirect)

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en?rev=770506&r1=770505&r2=770506&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en Fri May  1 01:07:58 2009
@@ -227,6 +227,7 @@
     <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 />

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=770506&r1=770505&r2=770506&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.xml Fri May  1 01:07:58 2009
@@ -218,6 +218,7 @@
     <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 />