On Wed, Sep 15, 2010 at 10:45:12AM +0200, Jozsef R.Nagy wrote: > >Also, I think that what you're experiencing is that your block levels > >are too low and that once an IP is blocked, it remains blocked because > >the user continues to try to access the site. > That's fairly impossible, why would static be missing then? No rate > limit on requests to static
Interesting, I did not understand that the first time. Indeed, there is no reason and it smells bad. I'll have to check the code, I *suspect* that one cause might be an uninitialized variable lying somewhere in the session initialization that gets passed between the various frontends upon new allocations. Regards, Willy

