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 2001/12/30 19:10:36 UTC

cvs commit: httpd-2.0/docs/manual/misc rewriteguide.html

slive       01/12/30 10:10:36

  Modified:    docs/manual/misc rewriteguide.html
  Log:
  Rewriteguide typos.
  
  PR: 9315
  Submitted by: "John Briggs" <jo...@telstra.com>
  
  Revision  Changes    Path
  1.10      +2 -2      httpd-2.0/docs/manual/misc/rewriteguide.html
  
  Index: rewriteguide.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/rewriteguide.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -b -u -r1.9 -r1.10
  --- rewriteguide.html	19 Oct 2001 06:05:39 -0000	1.9
  +++ rewriteguide.html	30 Dec 2001 18:10:36 -0000	1.10
  @@ -1511,11 +1511,11 @@
   #   speed up and secure processing
   &lt;Directory /&gt;
   Options -FollowSymLinks -SymLinksIfOwnerMatch
  -AllowOverwrite None
  +AllowOverride None
   &lt;/Directory&gt;
   
   #   the status page for monitoring the reverse proxy
  -&lt;Location /rproxy-status&gt;
  +&lt;Location /apache-rproxy-status&gt;
   SetHandler server-status
   &lt;/Location&gt;