Addict
11-30-2002, 04:23 PM
I have installed mod_throttle on my server. It seemed to be recording fine. But now if I have a file to download - it does not record anything for that file.
So if I hit the link to download a 5MB file, it doesn't account for it in throttle-status. But if I refresh the page, it will account for the 23K of the page.
Anyone got any ideas on why?
TIA
PS. Here is my setup on the virtual:
<IfModule mod_throttle.c>
ThrottlePolicy Volume 250G 30d
</IfModule>
<Location /throttle-me>
SetHandler throttle-me
</Location>
So if I hit the link to download a 5MB file, it doesn't account for it in throttle-status. But if I refresh the page, it will account for the 23K of the page.
Anyone got any ideas on why?
TIA
PS. Here is my setup on the virtual:
<IfModule mod_throttle.c>
ThrottlePolicy Volume 250G 30d
</IfModule>
<Location /throttle-me>
SetHandler throttle-me
</Location>
