PerlSetEnv scoping (again)

2001-06-02 Thread Roman Maeder
. Has anyone seen something like this before? Regards, Roman Maeder ## ## httpd.conf -- Apache HTTP server configuration file ## ServerType standalone ServerRoot "/www/apache" PidFile logs/httpd.pid ScoreBoardFile logs/httpd.scoreboard ResourceConfig /dev/null AccessConfig /dev/nu

Re: IP based instant throttle?

2001-06-08 Thread Roman Maeder
uld be easy to hack Apache::SpeedLimit to count concurrent accesses instead of number of accesses over a certain time and lock out the client if it reaches some max number. Is this the best way to do this or are there better ideas? Roman Maeder