RE: [EMAIL PROTECTED] limit max number of simultaneous connections from same ip

2005-10-27 Thread Anton Krall
o: users@httpd.apache.org |Subject: Re: [EMAIL PROTECTED] limit max number of simultaneous |connections from same ip | |On Sunday 23 October 2005 21:09, Anton Krall wrote: |> Is there a way to limit the max number of httpd connections from a |> single ip? |> |> For example: |>

Re: [EMAIL PROTECTED] limit max number of simultaneous connections from same ip

2005-10-25 Thread Joshua Kugler
On Sunday 23 October 2005 21:09, Anton Krall wrote: > Is there a way to limit the max number of httpd connections from a single > ip? > > For example: > > tcp0 30492 207.36.86.205:80162.84.172.175:50784 > ESTABLISHED 31208/httpd > tcp0 33396 207.36.86.205:80162.84.

RE: [EMAIL PROTECTED] limit max number of simultaneous connections from same ip

2005-10-24 Thread Anton Krall
Can you limit connections per IP for downloading certain filetypes or from certain directories? |-Original Message- |From: Joshua Slive [mailto:[EMAIL PROTECTED] |Sent: Monday, October 24, 2005 8:33 AM |To: users@httpd.apache.org |Subject: Re: [EMAIL PROTECTED] limit max number of

Re: [EMAIL PROTECTED] limit max number of simultaneous connections from same ip

2005-10-24 Thread Joshua Slive
On 10/24/05, Jean-Christophe Montigny <[EMAIL PROTECTED]> wrote: > Hello, > > Anton Krall wrote: > > Is there a way to limit the max number of httpd connections from a single > > ip? > There is : just use iptables. Other than that, looking at your log, your > situation is very normal : usually web

Re: [EMAIL PROTECTED] limit max number of simultaneous connections from same ip

2005-10-24 Thread Jean-Christophe Montigny
Hello, Anton Krall wrote: Is there a way to limit the max number of httpd connections from a single ip? There is : just use iptables. Other than that, looking at your log, your situation is very normal : usually web browsers open about 4 concurrent connections when it has to fetch pictures rel