author | ymh <ymh.work@gmail.com> |
Fri, 15 Jan 2016 15:35:00 +0100 | |
changeset 28 | b0b56e0f8c7f |
permissions | -rw-r--r-- |
28 | 1 |
<IfModule mpm_peruser_module> |
2 |
MinSpareProcessors <%= @minspareprocessors %> |
|
3 |
MinProcessors <%= @minprocessors %> |
|
4 |
MaxProcessors <%= @maxprocessors %> |
|
5 |
MaxClients <%= @maxclients %> |
|
6 |
MaxRequestsPerChild <%= @maxrequestsperchild %> |
|
7 |
IdleTimeout <%= @idletimeout %> |
|
8 |
ExpireTimeout <%= @expiretimeout %> |
|
9 |
KeepAlive <%= @keepalive %> |
|
10 |
Include "<%= @mod_dir %>/peruser/multiplexers/*.conf" |
|
11 |
Include "<%= @mod_dir %>/peruser/processors/*.conf" |
|
12 |
</IfModule> |