--- Coro/myhttpd/err.pl 2001/11/28 03:40:15 1.3 +++ Coro/myhttpd/err.pl 2001/11/30 06:20:43 1.4 @@ -93,7 +93,7 @@ sub conn::err_blocked { my $self = shift; - my $ip = $self->{remote_id}; + my $id = $self->{remote_id}; my $ctime = $HTTP_NOW; my $etime = time2str $conn::blocked{$ip} = $::NOW + $::BLOCKTIME; @@ -114,8 +114,7 @@ -

You have been blocked because you opened too many connections. You -may retry at

+

You have been blocked because you didn't behave. You may retry at

$etime.

@@ -123,8 +122,8 @@

$ctime | $id

-

Until then, each new access will renew the block. You might want to have a -look at the FAQ.

+

Until then, each access will renew the block. This should give +you ample time to look at the FAQ.

EOF