]> granicus.if.org Git - apache/commitdiff
Rewriteguide typos.
authorJoshua Slive <slive@apache.org>
Sun, 30 Dec 2001 18:10:36 +0000 (18:10 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 30 Dec 2001 18:10:36 +0000 (18:10 +0000)
PR: 9315
Submitted by: "John Briggs" <john_briggs@telstra.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92673 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/rewriteguide.html

index 8fcf122a07994decdb6f159972784c77ff611df8..edfe49c334ee0b7e0cfcfb172055cb205db592e4 100644 (file)
@@ -1511,11 +1511,11 @@ ResourceConfig       /dev/null
 #   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;