mod_throttle looses track when I do a reload
I've been playing around with mod_throttle, and it works good except when I do a apachectl reload, or even kill -USR1 the whole thing to reload the apache config.When I do that, it seems to forget the history so far, and directories that should be blocked for still some time are un-blocked again. (I have a directory with lots of files that I want a daily limit on)
I set it to use SYSTEM V serialization and shared memory before compiling it. Should I use something else?
Since apache is reloaded anytime anyone adds a subdomain or something else small, it kinda takes the point out of it for me. Anyone know if this can be fixed?