blob: 5991656cbefca34427f9c88299dfd56a9501e1b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<IfDefine LOADAVG>
LoadModule loadavg_module modules/mod_loadavg.so
# Set mod_loadavg on
#ModLoadavg On
# Set maximum value for the load average of the last minute
# Default: 4.0
#Loadavg1 4.0
# Set maximum value for the load average of the last 5 minutes
#Loadavg5 4.0
# Set maximum value for the load average of the last 15 minutes
#Loadavg15 4.0
</IfDefine>
# vim: ts=4 filetype=apache
|