From 9345c5cb0b9e850b9eed8aaf698369985a65ff95 Mon Sep 17 00:00:00 2001
From: Vincent Bray
Date: Wed, 20 Feb 2008 14:00:31 +0000
Subject: [PATCH] Redirect in 2.0.x doesn't allow its last argument to be a
local uri ref.
PR35314 wasn't applied to this branch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@629459 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_alias.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml
index f4731c9f9ad..67c1f7187d7 100644
--- a/docs/manual/mod/mod_alias.xml
+++ b/docs/manual/mod/mod_alias.xml
@@ -200,9 +200,7 @@ a different URL
The old URL-path is a case-sensitive (%-decoded) path
beginning with a slash. A relative path is not allowed. The new
URL should be an absolute URL beginning with a scheme and
- hostname, but a URL-path beginning with a slash may also be used,
- in which case the scheme and hostname of the current server will
- be added.
+ hostname.
Example:
Redirect /service http://foo2.bar.com/service
--
2.47.2