You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/05/02 16:34:36 UTC

cvs commit: httpd-2.0/docs/manual/mod core.xml

slive       02/05/02 07:34:36

  Modified:    docs/manual/mod core.xml
  Log:
  Be a little more specific about what Location matches against.
  
  PR: 8569
  
  Revision  Changes    Path
  1.6       +4 -4      httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -d -b -u -r1.5 -r1.6
  --- core.xml	14 Apr 2002 22:08:44 -0000	1.5
  +++ core.xml	2 May 2002 14:34:36 -0000	1.6
  @@ -1375,10 +1375,10 @@
       all, it should be emphasized that <Location> operates
       completely outside the filesystem.</p>
   
  -    <p>For all origin (non-proxy) requests, the URL to be matched
  -    is of the form <code>/path/</code>, and you should not include
  -    any <code>http://servername</code> prefix. For proxy requests,
  -    the URL to be matched is of the form
  +    <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 to be matched is of the form
       <code>scheme://servername/path</code>, and you must include the
       prefix.</p>