View | Details | Raw Unified | Return to bug 45987
Collapse All | Expand All

(-)docs/manual/mod/core.xml (-2 / +2 lines)
Lines 1931-1938 Link Here
1931
    </note>
1931
    </note>
1932
1932
1933
    <p>For all origin (non-proxy) requests, the URL to be matched is a
1933
    <p>For all origin (non-proxy) requests, the URL to be matched is a
1934
    URL-path of the form <code>/path/</code>.  No scheme, hostname,
1934
    URL-path of the form <code>/path/</code>.  <em>No scheme, hostname,
1935
    port, or query string may be included.  For proxy requests, the
1935
    port, or query string may be included.</em>  For proxy requests, the
1936
    URL to be matched is of the form
1936
    URL to be matched is of the form
1937
    <code>scheme://servername/path</code>, and you must include the
1937
    <code>scheme://servername/path</code>, and you must include the
1938
    prefix.</p>
1938
    prefix.</p>

Return to bug 45987