From: Rich Bowen
Date: Fri, 1 May 2009 01:07:58 +0000 (+0000)
Subject: Adds clarifying comment to example configuration. (Redirect)
X-Git-Tag: 2.3.3~677
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9c07635a55f9c7bbd697745fc7b726ac553524c;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en
index e5ec8e5b209..4913b2ffe08 100644
--- a/docs/manual/mod/mod_alias.html.en
+++ b/docs/manual/mod/mod_alias.html.en
@@ -227,6 +227,7 @@ a different URL
URL-Path will be appended to the target URL.
Example:
+ # Redirect to a URL on a different host
Redirect /service http://foo2.example.com/service
# Redirect to a URL on the same host
diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml
index cc5f1615d1b..e58633722c8 100644
--- a/docs/manual/mod/mod_alias.xml
+++ b/docs/manual/mod/mod_alias.xml
@@ -218,6 +218,7 @@ a different URL
URL-Path will be appended to the target URL.
Example:
+ # Redirect to a URL on a different host
Redirect /service http://foo2.example.com/service
# Redirect to a URL on the same host