Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 30c6c08a2c58805638f567cc5453261a > files > 1

apache1-mod_throttle-3.1.2-1mdk.src.rpm

Loadmodule throttle_module	modules/mod_throttle.so

<IfModule mod_throttle.c>

#    ThrottleRuntimeFile logs/mod_throttle.runtime
    ThrottleLockFile logs/mod_throttle.lock

#    ThrottlePolicy none
    ThrottleIndicator green 50
    ThrottleIndicator yellow 75
    ThrottleIndicator red 90
    ThrottleMaxDelay 60
    ThrottleRefresh 60

    <Location /throttle-status>
	SetHandler throttle-status
	Order deny,allow
	Deny from all
	Allow from 127.0.0.1
    </Location>

#    <Location /throttle-me>
#        SetHandler throttle-me
#    </Location>

#    <Location /~*/throttle-me>
#        SetHandler throttle-me
#    </Location>

</IfModule>