From 7b15d238671032f587961b2d85d73819290df3b0 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 2 May 2002 14:34:36 +0000 Subject: [PATCH] Be a little more specific about what Location matches against. PR: 8569 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94903 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index e767e03334..ef10b52291 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1375,10 +1375,10 @@ URLs all, it should be emphasized that <Location> operates completely outside the filesystem.

-

For all origin (non-proxy) requests, the URL to be matched - is of the form /path/, and you should not include - any http://servername prefix. For proxy requests, - the URL to be matched is of the form +

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 to be matched is of the form scheme://servername/path, and you must include the prefix.

-- 2.40.0