From 2bf99d9d80aa9964d95559774777121e34ac7e70 Mon Sep 17 00:00:00 2001 From: "Paul J. Reder" Date: Tue, 16 Dec 2008 00:04:42 +0000 Subject: [PATCH] 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 --- 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 68c886e327..ecf75ac986 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.

-- 2.40.0