Ottomata has submitted this change and it was merged. Change subject: Updating README and comments to indicate that mod_proxy_http must be enabled. ......................................................................
Updating README and comments to indicate that mod_proxy_http must be enabled. Change-Id: I647951fa98d2064d78a329f1d7d70714eb2af970 --- M modules/limn/README.md M modules/limn/manifests/instance/proxy.pp 2 files changed, 7 insertions(+), 2 deletions(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/modules/limn/README.md b/modules/limn/README.md index 6abbbcb..7fe0178 100644 --- a/modules/limn/README.md +++ b/modules/limn/README.md @@ -45,6 +45,10 @@ ``` # Requirements -* puppet-labs' apache puppet module. +* Apache2 is installed and running. The service 'apache2' must be managed by puppet somehow. You choose. +* mod_rewrite, mod_proxy, and mod_proxy_http must be enabled: +** ```a2enmod rewrite && a2enmod proxy && a2enmod proxy_http``` +** Or manage these via Puppet however you see fit. + diff --git a/modules/limn/manifests/instance/proxy.pp b/modules/limn/manifests/instance/proxy.pp index 554b7fb..5332846 100644 --- a/modules/limn/manifests/instance/proxy.pp +++ b/modules/limn/manifests/instance/proxy.pp @@ -4,7 +4,8 @@ # # NOTE: You must install apache yourself. # A Service and Package named 'apache2' must be defined. -# You must also make sure mod rewrite is enabled. +# You must also make sure mod_rewrite, mod_proxy, and mod_proxy_http +# are enabled. # # == Parameters: # $port - Apache port to Listen on. Default: 80. -- To view, visit https://gerrit.wikimedia.org/r/61056 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I647951fa98d2064d78a329f1d7d70714eb2af970 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <o...@wikimedia.org> Gerrit-Reviewer: Ottomata <o...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits