On 8/7/07, Jen mlists <[EMAIL PROTECTED]> wrote:
> In my mp1 script I wrote some info to apache's error_log:
>
> } elsif ($ip_int != $ip_int2) {
> $r->log_error("[$ip FORBIDDEN] Request IP was not matched");
> return FORBIDDEN;
>
>
> But I saw it wrote many times for same errorIt must have been called multiple times then. Calling log_error once only produces one line in the log. - Perrin
