I'm pretty sure I've got this narrowed down to a compatibility issue. 
mod_throttle compiles and installs as it should. I had to remove the extra 
LoadModule line in httpd.conf but other than that, it loads upon Apache start 
up as indicated in the log files however it simply will not throttle. I set 
up a virtual with:
ThrottlePolicy Volume 1k 1h
<Location /throttle-me>
SetHandler throttle-me
</Location>
for testing purposes. According to the docs, when the traffic exceeds 1k in 1 
hour, it should throttle that virtual but it doesn't. The nifty little stat 
web page included with the module indicates in red that virtual has exceeded 
it's allotment but there are no denies in the column indicated.

I installed the same module on a 1.3.19 box and it works flawlessly, 
throttling after the first page load according to my test setup. Anyone else 
have experience with this?



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to