]> git.pld-linux.org Git - packages/apache-mod_bw.git/commitdiff
- proper config file with an example included
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 12 Mar 2005 14:45:51 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_bw.conf -> 1.4

apache-mod_bw.conf

index 02337c4f85f34496f6fe00151fb556c30e669f8b..962835dcc432a865a87ca2468c4c0e0cb8d8ce94 100644 (file)
@@ -1,3 +1,9 @@
-LoadModule bandwidth_module /usr/lib/apache/mod_bandwidth.so
-AddModule mod_bandwidth.c
+LoadModule bw_module /usr/lib/apache/mod_bandwidth.so
 BandWidthModule On
+
+# Sample entry - sets limit to 100 kBps
+# 
+# <Directory /home/services/httpd/html/>
+#   BandWidthModule On
+#   BandWidth all 102400
+# </Directory>
This page took 0.113966 seconds and 4 git commands to generate.