<IfModule mpm_worker_module>
ServerLimit <%= @serverlimit %>
StartServers <%= @startservers %>
MaxClients <%= @maxclients %>
MinSpareThreads <%= @minsparethreads %>
MaxSpareThreads <%= @maxsparethreads %>
ThreadsPerChild <%= @threadsperchild %>
MaxRequestsPerChild <%= @maxrequestsperchild %>
</IfModule>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/manifests/modules/apache/templates/mod/worker.conf.erb |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|