SOURCES: lighttpd.conf - added Traffic Shaping configuration - add...
paszczus
paszczus at pld-linux.org
Mon Jan 16 00:01:51 CET 2006
Author: paszczus Date: Sun Jan 15 23:01:50 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- added Traffic Shaping configuration
- added evasive module configuration
---- Files affected:
SOURCES:
lighttpd.conf (1.29 -> 1.30)
---- Diffs:
================================================================
Index: SOURCES/lighttpd.conf
diff -u SOURCES/lighttpd.conf:1.29 SOURCES/lighttpd.conf:1.30
--- SOURCES/lighttpd.conf:1.29 Sun Jan 15 23:36:36 2006
+++ SOURCES/lighttpd.conf Mon Jan 16 00:01:45 2006
@@ -143,6 +143,11 @@
## change uid to <uid> (default: don't care)
server.groupname = "lighttpd"
+# Traffic Shaping
+#
+#connection.kbytes-per-second = 32
+#server.kbytes-per-second = 128
+
#### compress module
#compress.cache-dir = "/tmp/lighttpd/cache/compress/"
#compress.filetype = ("text/plain", "text/html")
@@ -264,6 +269,12 @@
# "/buggy/" => "access 2 hours",
# "/asdhas/" => "access plus 1 seconds 2 minutes",
#)
+
+#### evasive module
+##
+## Limits number of connections per IP
+##
+#evasive.max-conns-per-ip = 5
#### ssi
#ssi.extension = ( ".shtml" )
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/lighttpd.conf?r1=1.29&r2=1.30&f=u
More information about the pld-cvs-commit
mailing list