From: Joshua Slive Date: Sun, 30 Dec 2001 18:10:36 +0000 (+0000) Subject: Rewriteguide typos. X-Git-Tag: 2.0.30~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=949a2c209d22c5fbf892eef44842eecb32886c54;p=thirdparty%2Fapache%2Fhttpd.git 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 8fcf122a079..edfe49c334e 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>