in reply to Apache2 Perl(Pre|Process)ConnectionHandler

I don't really understand what you're trying to do here, but two things come to mind. One is that nearly all browsers open multiple connections to the server, so you should expect to see at least two connections from a single browser at any given time. Another is that many apache modules for limiting bandwidth or request already exist, like mod_bandwidth, mod_evasive, etc. You can find them at http://modules.apache.org/.
  • Comment on Re: Apache2 Perl(Pre|Process)ConnectionHandler

Replies are listed 'Best First'.
Re^2: Apache2 Perl(Pre|Process)ConnectionHandler
by TOD (Friar) on May 27, 2006 at 03:22 UTC
    hmm... mod_bandwidth doesn't fit my demand, and mod_evasive doesn't exist. but nevertheless thanx for your reply. i found BruteBan.pm - which is rather dull, but brought me to the point: i should be patient and wait until the request object is present. maybe a PerlPostReadRequestHandler would do.
        found it, thx :)