Restrict Proxy server-status to localhost for now
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
8138db0d4d
commit
cb8b0c935d
1 changed files with 5 additions and 0 deletions
|
@ -760,6 +760,11 @@ BrowserMatch "^gnome-vfs" redirect-carefully
|
||||||
ProxyTimeout 1200
|
ProxyTimeout 1200
|
||||||
<Location /apache-status>
|
<Location /apache-status>
|
||||||
SetHandler server-status
|
SetHandler server-status
|
||||||
|
<RequireAny>
|
||||||
|
Require ip 127.0.0.1
|
||||||
|
Require ip ::1
|
||||||
|
Require host localhost
|
||||||
|
</RequireAny>
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
# Try and enable these to improve performance
|
# Try and enable these to improve performance
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue