Dzahn has submitted this change and it was merged.
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.
We had 3 of the 4 above loaded, just not this one. Somehow it was loaded on
zirconium on Apache 2.2 though.
Bug:T105008
Change-Id: I0e8f2e7aaf1ae7e178b933998337202999afa018
---
M modules/grafana/manifests/web/apache.pp
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
jenkins-bot: Verified
Dzahn: Looks good to me, approved
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: merged
Gerrit-Change-Id: I0e8f2e7aaf1ae7e178b933998337202999afa018
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits