]> git.pld-linux.org Git - packages/apache1-mod_bandwidth.git/commitdiff
- for confdir enabled apache1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Feb 2005 18:08:15 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_bandwidth.conf -> 1.2

apache1-mod_bandwidth.conf

index d5ec35f2b1648e3c10bdc5f269e48094f10b8a09..96e1d7143b0b319d7e208c81bd8f8f5007fa2b7f 100644 (file)
@@ -1,4 +1,8 @@
-BandWidthDataDir "/var/run/apache-mod_bandwidth"
+# $Id$
+LoadModule bandwidth_module      modules/mod_bandwidth.so
+
+<IfModule mod_bandwidth.c>
+BandWidthDataDir "/var/run/apache1-mod_bandwidth"
 
 # BandWidthModule <On|Off>
 # BandWidthPulse <microseconds>
@@ -6,4 +10,6 @@ BandWidthDataDir "/var/run/apache-mod_bandwidth"
 # LargeFileLimit <filesize> <rate>
 # MinBandWidth <domain|ip|all> <rate>
 
-    
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.472374 seconds and 4 git commands to generate.