summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_alias.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2009-05-01 03:07:58 +0200
committerRich Bowen <rbowen@apache.org>2009-05-01 03:07:58 +0200
commitb9c07635a55f9c7bbd697745fc7b726ac553524c (patch)
treeaa54a77ab9b5a507fe20204ce4e6741f75fd9f1d /docs/manual/mod/mod_alias.xml
parentClarify that the target of a Redirect may be either a full URL including (diff)
downloadapache2-b9c07635a55f9c7bbd697745fc7b726ac553524c.tar.xz
apache2-b9c07635a55f9c7bbd697745fc7b726ac553524c.zip
Adds clarifying comment to example configuration. (Redirect)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@770506 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_alias.xml')
-rw-r--r--docs/manual/mod/mod_alias.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml
index cc5f1615d1..e58633722c 100644
--- a/docs/manual/mod/mod_alias.xml
+++ b/docs/manual/mod/mod_alias.xml
@@ -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 />