]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport of doc change from PR 45987 to clarify Location doc.
authorPaul J. Reder <rederpj@apache.org>
Fri, 19 Dec 2008 21:51:28 +0000 (21:51 +0000)
committerPaul J. Reder <rederpj@apache.org>
Fri, 19 Dec 2008 21:51:28 +0000 (21:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@728169 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 5e774bfbde9f13d825ba579692f1521c9970d3ee..fa7b9045dccdbf7ef32006b7af2b593866a18bfc 100644 (file)
@@ -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>