From: Joshua Slive Date: Sun, 30 Dec 2001 18:10:36 +0000 (+0000) Subject: Rewriteguide typos. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0159e92c205046dd2385e9348f35246632693d1b;p=apache Rewriteguide typos. PR: 9315 Submitted by: "John Briggs" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92673 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/rewriteguide.html b/docs/manual/misc/rewriteguide.html index 8fcf122a07..edfe49c334 100644 --- a/docs/manual/misc/rewriteguide.html +++ b/docs/manual/misc/rewriteguide.html @@ -1511,11 +1511,11 @@ ResourceConfig /dev/null # 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>