From: Paul J. Reder Date: Tue, 16 Dec 2008 00:04:42 +0000 (+0000) Subject: core.xml: Clarify the Location and LocationMatch directive doc to emphasize X-Git-Tag: 2.3.1~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bf99d9d80aa9964d95559774777121e34ac7e70;p=thirdparty%2Fapache%2Fhttpd.git core.xml: Clarify the Location and LocationMatch directive doc to emphasize restrictions on valid configuration values. PR: 45987 Submitted by: Dan Poirier Reviewed by: Paul J. Reder git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@726882 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 68c886e3274..ecf75ac9865 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1961,8 +1961,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.