Re: [EMAIL PROTECTED] How to prevent apache proxy abuse?

2008-07-20 Thread Krist van Besien
On Fri, Jul 18, 2008 at 21:08, Ali Nebi [EMAIL PROTECTED] wrote: Hi, i would like to ak how can i block these attempts? fcmat_ex.nw1.fcmat.org - - [18/Jul/2008:09:51:30 -0500] POST http://lti-mail01.ltinetworks.com:25/ HTTP/1.0 302 313 - - fcmat_ex.nw1.fcmat.org - - [18/Jul/2008:09:51:30

[EMAIL PROTECTED] How to prevent apache proxy abuse?

2008-07-18 Thread Ali Nebi
Hi, i would like to ak how can i block these attempts? fcmat_ex.nw1.fcmat.org - - [18/Jul/2008:09:51:30 -0500] POST http://lti-mail01.ltinetworks.com:25/ HTTP/1.0 302 313 - - fcmat_ex.nw1.fcmat.org - - [18/Jul/2008:09:51:30 -0500] GET http://www.microsoft.com/ HTTP/1.0 302 304 - Mozilla/4.0

Re: [EMAIL PROTECTED] How to prevent apache proxy abuse?

2008-07-18 Thread Rich Schumacher
If you are seeing nothing but abuse from these hosts your best bet would be to block these at the router/firewall level. If you don't have access to that, use iptables on the web server to silenty drop any connections from them. On Fri, Jul 18, 2008 at 12:08 PM, Ali Nebi [EMAIL PROTECTED] wrote:

Re: [EMAIL PROTECTED] How to prevent apache proxy abuse?

2008-07-18 Thread Ali Nebi
Thanks for the reply. I use shorewall firewall. I will try to configure it to drop these hosts. Is there some way to deny these accesses with rewriterule? If yes how it should looks like? Quoting Rich Schumacher [EMAIL PROTECTED]: If you are seeing nothing but abuse from these hosts your

Re: [EMAIL PROTECTED] How to prevent apache proxy abuse?

2008-07-18 Thread Rich Schumacher
You could use mod_rewrite/.htaccess to block these hosts. If you have access, however, I'd suggest adding them to the DocumentRoot in your httpd.conf. This is especially helpful if you are serving multiple sites from a single server using vhosts. Adding them to the httpd.conf will allow you to

Re: [EMAIL PROTECTED] How to prevent apache proxy abuse?

2008-07-18 Thread Jacqui Caren
Ali Nebi wrote: Thanks for the reply. I use shorewall firewall. I will try to configure it to drop these hosts. Off topic now (nd assuming this is a non commercial web service) Add the ip addresses to /etc/shorewall/blacklists and ensure blacklists is added to the correct line in the