I appreciate the reply; however, is it possible to do this without the use
of mod_rewrite?  The server that this will be implemented on does not use
mod_rewrite, but a custom modified version called mod_rewrit.  This was
trimmed down to be more secure, and most features were left out.  So, any
ideas now?  Thanks!

--Mark

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Thornton Prime
Sent: Thursday, January 04, 2001 9:02 PM
To: [EMAIL PROTECTED]
Subject: Re: Blocking a referrer domain???



On Fri, 5 Jan 2001, Mark Basil wrote:

> Is there a way to block incomming traffic that comes from a particular
> domain?  I'm not saying the domain itself, but the traffic that originates
> from that domain...say from a link on that domain.

I'm assuming you are talking specifically about web traffic and you are
using apache.

Read the docs on mod_rewrite. In short, it is possible, but since HTTP is
a stateless protocol, the server depends entirely on the client to provide
acurrate referral information, and a savy person can manipulate it at the
client end or on a proxy server.

http://httpd.apache.org/docs/misc/rewriteguide.html
(see the sections titled 'Blocked Inline-Images' and 'Referer-based
Deflector' for an idea)

thornton



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to