You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by sl...@apache.org on 2001/12/30 19:08:59 UTC

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

slive       01/12/30 10:08:59

  Modified:    htdocs/manual/misc rewriteguide.html
  Log:
  rewriteguide typos.
  
  PR: 9315
  Submitted by:	john_briggs@telstra.com
  
  Revision  Changes    Path
  1.15      +2 -2      httpd-docs-1.3/htdocs/manual/misc/rewriteguide.html
  
  Index: rewriteguide.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/rewriteguide.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -d -b -u -r1.14 -r1.15
  --- rewriteguide.html	8 Oct 2001 01:26:54 -0000	1.14
  +++ rewriteguide.html	30 Dec 2001 18:08:58 -0000	1.15
  @@ -1511,11 +1511,11 @@
   #   speed up and secure processing
   <Directory />
   Options -FollowSymLinks -SymLinksIfOwnerMatch
  -AllowOverwrite None
  +AllowOverride None
   </Directory>
   
   #   the status page for monitoring the reverse proxy
  -<Location /rproxy-status>
  +<Location /apache-rproxy-status>
   SetHandler server-status
   </Location>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org