summaryrefslogtreecommitdiff
blob: 4ae3a8e2c73106675cd7eb13b0860c502f70e1a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/files/mod_throttle.conf,v 1.2 2002/05/04 23:23:02 woodchip Exp $
# 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>