You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by re...@apache.org on 2008/12/19 22:51:28 UTC

svn commit: r728169 - /httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Author: rederpj
Date: Fri Dec 19 13:51:28 2008
New Revision: 728169

URL: http://svn.apache.org/viewvc?rev=728169&view=rev
Log:
Backport of doc change from PR 45987 to clarify Location doc.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=728169&r1=728168&r2=728169&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Fri Dec 19 13:51:28 2008
@@ -1947,8 +1947,8 @@
     </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>