projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f678a23
)
Revert "Tile role: tune apache (mpm event, max clients etc)"
author
Grant Slater
<git@firefishy.com>
Tue, 23 Jul 2013 11:25:52 +0000
(12:25 +0100)
committer
Grant Slater
<git@firefishy.com>
Tue, 23 Jul 2013 11:25:52 +0000
(12:25 +0100)
This reverts commit
f678a237ad076364803b7dd5ba3c94643e3c0252
.
roles/tile.rb
patch
|
blob
|
history
diff --git
a/roles/tile.rb
b/roles/tile.rb
index 560ce52c483056ac42c789784d5c4c9165fc4256..c9338173a78e5a74127fff0bc02643035c601ebc 100644
(file)
--- a/
roles/tile.rb
+++ b/
roles/tile.rb
@@
-10,18
+10,6
@@
default_attributes(
},
},
},
- :apache => {
- :mpm => "event",
- :timeout => 60,
- :event => {
- :max_clients => 1200,
- :threads_per_child => 20,
- :server_limit => 40,
- :min_spare_threads => 30,
- :max_spare_threads => 180,
- :max_requests_per_child => 100000
- }
- },
:apt => {
:sources => [ "ubuntugis-stable" ]
},