/[gentoo-x86]/www-apache/mod_loadavg/files/10_mod_loadavg.conf
Gentoo

Contents of /www-apache/mod_loadavg/files/10_mod_loadavg.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Thu Jan 31 19:10:31 2008 UTC (5 years, 3 months ago) by hollow
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +13 -15 lines
File MIME type: text/plain
update metadata; cleanup
(Portage version: 2.1.4)

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

  ViewVC Help
Powered by ViewVC 1.1.13