From 1493d6c0538eff2020f4c72659999f8611e1355e Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 1 Mar 2017 13:46:20 +0100 Subject: [PATCH] sirona-aem - Allow our IP to access status and info page --- customer/sirona-aem/common.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/customer/sirona-aem/common.yaml b/customer/sirona-aem/common.yaml index 9497076f..3629aa1f 100644 --- a/customer/sirona-aem/common.yaml +++ b/customer/sirona-aem/common.yaml @@ -35,6 +35,20 @@ sudo::configs: Cmnd_Alias ZPOOL = /sbin/zpool list * Cmnd_Alias ZFS = /sbin/zfs list xymon ALL=(ALL) NOPASSWD:ZPOOL, ZFS +# +# Apache +# +apache::mod::status::allow_from: + - '127.0.0.1' + - '::1' + - '217.66.51.0/24' + - '217.66.48.134/32' + +apache::mod::info::allow_from: + - '127.0.0.1' + - '::1' + - '217.66.51.0/24' + - '217.66.48.134/32' # # Author -- 2.39.5