From 045122d94d0555d03476f02ee6d94072a252758c Mon Sep 17 00:00:00 2001 From: "Paul J. Reder" Date: Fri, 19 Dec 2008 21:51:28 +0000 Subject: [PATCH] Backport of doc change from PR 45987 to clarify Location doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@728169 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 5e774bfbde9..fa7b9045dcc 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1947,8 +1947,8 @@ URLs

For all origin (non-proxy) requests, the URL to be matched is a - URL-path of the form /path/. No scheme, hostname, - port, or query string may be included. For proxy requests, the + URL-path of the form /path/. No scheme, hostname, + port, or query string may be included. For proxy requests, the URL to be matched is of the form scheme://servername/path, and you must include the prefix.

-- 2.47.3