Dzahn has uploaded a new change for review.

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

Change subject: grafana: needs to load Apache mod_proxy_http too
......................................................................

grafana: needs to load Apache mod_proxy_http too

We need to load all these modules on Apache 2.4 for it to work.

proxy, proxy_http, proxy_balancer and lbmethod_byrequests.

Before we still got "No protocol handler was valid for the URL" and a
500 error when it was trying to access the dashboards.

Change-Id: I0e8f2e7aaf1ae7e178b933998337202999afa018
---
M modules/grafana/manifests/web/apache.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/24/230824/1

diff --git a/modules/grafana/manifests/web/apache.pp 
b/modules/grafana/manifests/web/apache.pp
index 39c41ce..b0f98d2 100644
--- a/modules/grafana/manifests/web/apache.pp
+++ b/modules/grafana/manifests/web/apache.pp
@@ -26,6 +26,7 @@
     $elastic_backends = undef,
 ) {
     include ::apache::mod::proxy_balancer
+    include ::apache::mod::proxy_http
     include ::apache::mod::lbmethod_byrequests
 
     apache::site { 'grafana':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e8f2e7aaf1ae7e178b933998337202999afa018
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