]> granicus.if.org Git - apache/commitdiff
Be a little more specific about what Location matches against.
authorJoshua Slive <slive@apache.org>
Thu, 2 May 2002 14:34:36 +0000 (14:34 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 2 May 2002 14:34:36 +0000 (14:34 +0000)
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

index e767e033342cb418858e02c127f189f6bae38275..ef10b522918a25b2459c0f929f005a6e1149d6b8 100644 (file)
@@ -1375,10 +1375,10 @@ URLs</description>
     all, it should be emphasized that &lt;Location&gt; operates
     completely outside the filesystem.</p>
 
-    <p>For all origin (non-proxy) requests, the URL to be matched
-    is of the form <code>/path/</code>, and you should not include
-    any <code>http://servername</code> prefix. For proxy requests,
-    the URL to be matched is of the form
+    <p>For all origin (non-proxy) requests, the URL to be matched is a
+    URL-path of the form <code>/path/</code>.  No scheme, hostname,
+    port, or query string may be included.  For proxy requests, the
+    URL to be matched is of the form
     <code>scheme://servername/path</code>, and you must include the
     prefix.</p>