From: Philipp Dallig Date: Wed, 1 Mar 2017 12:46:20 +0000 (+0100) Subject: sirona-aem - Allow our IP to access status and info page X-Git-Tag: v0.1.0~3512^2~10 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=1493d6c0538eff2020f4c72659999f8611e1355e;p=pixelpark%2Fhiera.git sirona-aem - Allow our IP to access status and info page --- 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