Commit f54c4eb1 authored by Paul J. Reder's avatar Paul J. Reder
Browse files

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
parent fe54a7ea
Loading
Loading
Loading
Loading
+2 −2
Changes for docs/manual/mod/core.xml: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -1947,8 +1947,8 @@ URLs</description>
    </note>

    <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-path of the form <code>/path/</code>.  <em>No scheme, hostname,
    port, or query string may be included.</em>  For proxy requests, the
    URL to be matched is of the form
    <code>scheme://servername/path</code>, and you must include the
    prefix.</p>