From 6e9d18e12068569f1d8afa9cc4b267a7c96c7387 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 17 Dec 2013 16:57:16 +0000 Subject: [PATCH] tilecache: additional path blacklist --- cookbooks/tilecache/templates/default/squid.conf.erb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cookbooks/tilecache/templates/default/squid.conf.erb b/cookbooks/tilecache/templates/default/squid.conf.erb index 205219f86..5ddd3d4ca 100644 --- a/cookbooks/tilecache/templates/default/squid.conf.erb +++ b/cookbooks/tilecache/templates/default/squid.conf.erb @@ -11,6 +11,15 @@ acl blacklist_path urlpath_regex ^/myadmin/ acl blacklist_path urlpath_regex ^/pma/ acl blacklist_path urlpath_regex ^/phpmyadmin/ acl blacklist_path urlpath_regex ^/phpMyAdmin/ +acl blacklist_path urlpath_regex ^/idssvc/ +acl blacklist_path urlpath_regex ^/iesvc/ +acl blacklist_path urlpath_regex ^/invoker/ +acl blacklist_path urlpath_regex ^/jmx-console/ +acl blacklist_path urlpath_regex ^/manager/ +acl blacklist_path urlpath_regex ^/service/ +acl blacklist_path urlpath_regex ^/web-console/ +acl blacklist_path urlpath_regex ^/wstats/ +acl blacklist_path urlpath_regex ^/zecmd/ http_access allow osmtile_sites whitelist_path http_access deny blacklist_path -- 2.43.2