Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/179107

Change subject: stats.wm: load mod_headers in Apache for STS
......................................................................

stats.wm: load mod_headers in Apache for STS

in I95196a0759b9bb36 we switched the
stats.wikimedia.org web server over to use
the global SSL settings from ssl_ciphersuite
and that also enabled Strict Transport Security
(the '365' part of the $ssl_settings line)

that results in a "Header" line in the generated
Apache config and we need to load mod_headers for that
or we are getting an error Invalid command "Header"

Change-Id: Ie9dcd4ae14fc3178c6441cb2a9a6a60cebd8dad5
---
M manifests/misc/statistics.pp
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/07/179107/1

diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index 61006fc..c89084c 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -258,6 +258,8 @@
     include ::apache::mod::rewrite
     include ::apache::mod::proxy
     include ::apache::mod::proxy_http
+    include ::apache::mod::headers
+
 }
 
 # reportcard.wikimedia.org

-- 
To view, visit https://gerrit.wikimedia.org/r/179107
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie9dcd4ae14fc3178c6441cb2a9a6a60cebd8dad5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to