Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 14048f12725f0c35acb28ba19c6e64b5 > files > 2

mod_throttle-3.1.2-12mdk.src.rpm

<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>