]> granicus.if.org Git - apache/commitdiff
core.xml: Clarify the Location and LocationMatch directive doc to emphasize
authorPaul J. Reder <rederpj@apache.org>
Tue, 16 Dec 2008 00:04:42 +0000 (00:04 +0000)
committerPaul J. Reder <rederpj@apache.org>
Tue, 16 Dec 2008 00:04:42 +0000 (00:04 +0000)
restrictions on valid configuration values.

PR: 45987
Submitted by: Dan Poirier
Reviewed by: Paul J. Reder

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@726882 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 68c886e3274db9c8003275612150f7a80b02485e..ecf75ac986546fb40ce25f651402a7358052eabe 100644 (file)
@@ -1961,8 +1961,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>