On 9/19/05, Jean-Christophe Montigny <[EMAIL PROTECTED]> wrote:
> Is there a way in apache
> to refuse serving a given ip?

Yes, there is, but it will still appear in the log.

I think you are going about this the wrong way entirely.  Your problem
is garbage in your log (and, by the way, that is the whole goal of
these requests -- put garbage in your log so that the referer will
show up).  Solve it by fixing your log analysis.  For example, just
use grep -v to remove the relevant lines before analyzing the log.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to