changeset 28 | b0b56e0f8c7f |
27:a2342f26c9de | 28:b0b56e0f8c7f |
---|---|
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> |