diff options
author | 2002-04-09 23:57:52 +0000 | |
---|---|---|
committer | 2002-04-09 23:57:52 +0000 | |
commit | a15be1832af13f0e425c36a70fc460c0996c4145 (patch) | |
tree | 589c10049eeb0f8f4d9ab239df12245de2465726 /net-www/mod_throttle/files | |
parent | rewritten apache package; see changelog (diff) | |
download | gentoo-2-a15be1832af13f0e425c36a70fc460c0996c4145.tar.gz gentoo-2-a15be1832af13f0e425c36a70fc460c0996c4145.tar.bz2 gentoo-2-a15be1832af13f0e425c36a70fc460c0996c4145.zip |
add a healthy selection of third-party modules to go along with the great apache rewrite ;)
Diffstat (limited to 'net-www/mod_throttle/files')
-rw-r--r-- | net-www/mod_throttle/files/digest-mod_throttle-3.1.2 | 1 | ||||
-rw-r--r-- | net-www/mod_throttle/files/mod_throttle.conf | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net-www/mod_throttle/files/digest-mod_throttle-3.1.2 b/net-www/mod_throttle/files/digest-mod_throttle-3.1.2 new file mode 100644 index 000000000000..df3d69409322 --- /dev/null +++ b/net-www/mod_throttle/files/digest-mod_throttle-3.1.2 @@ -0,0 +1 @@ +MD5 6edc45c3ea8a0855d4b0b14cf0f76404 mod_throttle312.tgz 41397 diff --git a/net-www/mod_throttle/files/mod_throttle.conf b/net-www/mod_throttle/files/mod_throttle.conf new file mode 100644 index 000000000000..d9d33423098e --- /dev/null +++ b/net-www/mod_throttle/files/mod_throttle.conf @@ -0,0 +1,21 @@ +# Place "ThrottleBps 0" in all your VirtualHost directives to monitor vhosts + +<IfModule mod_throttle.c> + +#ThrottleUser websiteusername speed 300 60 m +#ThrottleSlack 300 +ThrottleIndicator yellow 75 +ThrottleMaxDelay 5 +ThrottleContentType text/html + +# Enable status display handler +<Location /throttle> + +SetHandler throttle-info +Order deny,allow +Deny from all +Allow from 127.0.0.1 + +</Location> + +</IfModule> |