From 0159e92c205046dd2385e9348f35246632693d1b Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 30 Dec 2001 18:10:36 +0000 Subject: [PATCH] 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 --- docs/manual/misc/rewriteguide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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> -- 2.50.1