]> git.openstreetmap.org Git - chef.git/commitdiff
Enable mod_lbmethod_byrequests for frontends running 14.04
authorTom Hughes <tom@compton.nu>
Fri, 29 Aug 2014 12:11:18 +0000 (13:11 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 29 Aug 2014 12:11:18 +0000 (13:11 +0100)
cookbooks/web/recipes/frontend.rb

index 60b63eb2fc74892ec67b3dc53acabef53742e544..7b32ed3d119a151b26e61cf1e939915dfb603f3d 100644 (file)
@@ -29,6 +29,7 @@ apache_module "headers"
 apache_module "proxy_http"
 apache_module "proxy_balancer"
 if node[:lsb][:release].to_f >= 14.04
 apache_module "proxy_http"
 apache_module "proxy_balancer"
 if node[:lsb][:release].to_f >= 14.04
+  apache_module "lbmethod_byrequests"
   apache_module "lbmethod_bybusyness"
 end
 apache_module "rewrite"
   apache_module "lbmethod_bybusyness"
 end
 apache_module "rewrite"