You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by John Briggs <jo...@telstra.com> on 2001/12/30 08:58:12 UTC

mod_rewrite/9315: Two typos in documentation on http://httpd.apache.org/docs/misc/rewriteguide.html

>Number:         9315
>Category:       mod_rewrite
>Synopsis:       Two typos in documentation on http://httpd.apache.org/docs/misc/rewriteguide.html
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   apache
>Arrival-Date:   Sun Dec 30 00:00:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     john_briggs@telstra.com
>Release:        1.3
>Organization:
apache
>Environment:
Web Documentation
>Description:
Typo 1:
=======
line 1519:
  AllowOverride None
should be:
  AllowOverwrite None

Typo 2:
=======
line 1523:
  Location /rproxy-status
should be:
  Location /apache-rproxy-status
so that it matches line 1537:
  RewriteRule    ^/apache-rproxy-status.*  -  [L]
>How-To-Repeat:

>Fix:
*** rewriteguide.html   Sun Dec 30 18:00:32 2001
--- rewriteguide.html+  Sun Dec 30 18:03:24 2001
***************
*** 1516,1526 ****
  #   speed up and secure processing
  &lt;Directory /&gt;
  Options -FollowSymLinks -SymLinksIfOwnerMatch
! AllowOverwrite None
  &lt;/Directory&gt;

  #   the status page for monitoring the reverse proxy
! &lt;Location /rproxy-status&gt;
  SetHandler server-status
  &lt;/Location&gt;

--- 1516,1526 ----
  #   speed up and secure processing
  &lt;Directory /&gt;
  Options -FollowSymLinks -SymLinksIfOwnerMatch
! AllowOverride None
  &lt;/Directory&gt;

  #   the status page for monitoring the reverse proxy
! &lt;Location /apache-rproxy-status&gt;
  SetHandler server-status
  &lt;/Location&gt;

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]