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
# 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>