From: Paul J. Reder Date: Fri, 19 Dec 2008 21:51:28 +0000 (+0000) Subject: Backport of doc change from PR 45987 to clarify Location doc. X-Git-Tag: 2.2.12~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045122d94d0555d03476f02ee6d94072a252758c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.