Re: Avoiding attacking server

2005-06-05 Thread Adam Hardy
ist Subject: Re: Avoiding attacking server set your MaxClients directive (max number of simultaneously connected clients) in your httpd.conf Take a look at http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-apache-co nfig.html Anyone else ??? Martin- - Original Message - Fr

RE: Avoiding attacking server

2005-06-05 Thread Mark Benussi
Is it possible to set this in any other way as I don't have access to my httpd.conf with my current hosts. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 05 June 2005 14:58 To: Struts Users Mailing List Subject: Re: Avoiding attacking server set your MaxCl

Re: Avoiding attacking server

2005-06-05 Thread Martin Gainty
set your MaxClients directive (max number of simultaneously connected clients) in your httpd.conf Take a look at http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-apache-config.html Anyone else ??? Martin- - Original Message - From: "John Plate" <[EMAIL PROTECTED]> To:

re: Avoiding attacking server

2005-06-04 Thread Leon Rosenberg
Well, this isn't a feature of struts, but some webserver like apache or resin allow you to configure IP-Throttle filters, allowing X-parallel requests from a single ip. However, if you really want protection, you need a hardware firewall infront of your servers. Regards Leon > -Ursprünglich

re: Avoiding attacking server

2005-06-04 Thread Leon Rosenberg
Well, this isn't a feature of struts, but some webserver like apache or resin allow you to configure IP-Throttle filters, allowing X-parallel requests from a single ip. However, if you really want protection, you need a hardware firewall infront of your servers. Regards Leon > -Ursprünglich

Re: Avoiding attacking server

2005-06-04 Thread Don Hill
John, I have actually wrote a throttle to control this, it limits the number of threads that will be created to handle requests. I will post it within the next week. Don John Plate wrote: Hi Is it possible to configure how often an IP number can access the Struts web-server? Fx, an attack