Re: [users@httpd] Rate limiting

2013-09-04 Thread Mihamina Rakotomandimby
On 2013-09-02 20:15, Geoff Millikan wrote: Since this is a common request I'd love to see someone put together a "best practices, solutions and examples" post for the community. DOS treatment is IMHO the same as for SPAM and Viruses: there should not be a common way to do it, as far as bad gu

RE: [users@httpd] Rate limiting

2013-09-02 Thread Geoff Millikan
Since this is a common request I'd love to see someone put together a "best practices, solutions and examples" post for the community. > I would recommend managing it at network level, with iptables for example Agreed, and while it's off topic for this list take a look at "iptables hashlimit."

Re: [users@httpd] Rate limiting

2013-09-02 Thread Mihamina Rakotomandimby
On 2013-09-02 13:36, Akash Jain wrote: How can i rate limit no. Of requests per ip for a particular url to prevent DoS? I would recommend managing it at network level, with iptables for example. -- RMA.

Re: [users@httpd] Rate limiting

2013-09-02 Thread Tom Evans
On Mon, Sep 2, 2013 at 2:17 PM, John Doe wrote: > From: Akash Jain > >> How can i rate limit no. Of requests per ip for a particular url to prevent >> DoS? > > https://www.google.fr/search?q=apache+rate+limit+per+ip > > if only it was that easy... > > DoS attacks use thousands of IPs. > That wo

Re: [users@httpd] Rate limiting

2013-09-02 Thread John Doe
From: Akash Jain > How can i rate limit no. Of requests per ip for a particular url to prevent > DoS? https://www.google.fr/search?q=apache+rate+limit+per+ip if only it was that easy... DoS attacks use thousands of IPs. JD --

[users@httpd] Rate limiting

2013-09-02 Thread Akash Jain
How can i rate limit no. Of requests per ip for a particular url to prevent DoS?