diff modules/website/manifests/init.pp @ 1:f9876f71f1a3

Bump the number of server processes - the server seems to cope, and a South Korean forum's hotlinking was flooding us
author IBBoard <dev@ibboard.co.uk>
date Mon, 18 Aug 2014 18:57:52 +0000
parents 956e484adc12
children 29d330d2056a 5cdc1c96c477
line wrap: on
line diff
--- a/modules/website/manifests/init.pp	Sat Aug 16 19:47:38 2014 +0000
+++ b/modules/website/manifests/init.pp	Mon Aug 18 18:57:52 2014 +0000
@@ -33,7 +33,7 @@
     mpm_module => false,
   }
   class { 'apache::mod::dir': indexes => [ 'index.html' ] }
-  class { 'apache::mod::prefork': serverlimit => 30, maxclients => 30 }
+  class { 'apache::mod::prefork': serverlimit => 45, maxclients => 45 }
   apache::mod {
     'rewrite':;
     'expires':; 'setenvif':; 'headers':;