From 7d0abea455e4b0295cc886083e43ff458901f787 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 20 Oct 2016 11:35:50 -0400 Subject: [PATCH] apache: Remove product informations By default, the httpd version and the OS type is described in the HTTP header 'Server'. Server: Apache/2.4.6 (Red Hat Enterprise Linux) This patch allows to remove the specific informations related to the httpd server and the OS. Change-Id: If514e36605defbeadd91de0b40f24da87e4d9736 --- .../puppet-stack-config/puppet-stack-config.yaml.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index 8b0a660ce..07d9a27b0 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -38,6 +38,10 @@ member_role_exists: {{MEMBER_ROLE_EXISTS}} # Common Hiera data gets applied to all nodes ssh::server::storeconfigs_enabled: false +# Apache +apache::server_signature: 'Off' +apache::server_tokens: 'Prod' + # ceilometer settings used by compute and controller ceilo auth settings ceilometer::agent::auth::auth_region: 'regionOne' aodh::auth::auth_region: 'regionOne'