|
Home > Archive > Apache Server configuration support > January 2004 > Limiting connections per IP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Limiting connections per IP
|
|
|
| Hi,
I would like to limit the amount of connections that a client can make on a
per IP basis , I have exceptions that I would like to add to this rule also
, could anyone please tell me which mod I need and the basic config.
Can this be done in apache or do I need to use a TCPwrapper instead?
Apache 2.0.48
Thanks!
Zammo
| |
| HornDog 2004-01-27, 8:34 am |
|
"Zammo" <zammo@elektrofreeze.com> wrote in message
news:4016d028$1_1@binaries.vphos.net...quote:
> Hi,
>
> I would like to limit the amount of connections that a client can make on a
> per IP basis , I have exceptions that I would like to add to this rule also
> , could anyone please tell me which mod I need and the basic config.
> Can this be done in apache or do I need to use a TCPwrapper instead?
>
> Apache 2.0.48
>
> Thanks!
> Zammo
>
>
I can't answer your question directly but if you are trying
to limit downloads then maybe you could link them to a stand alone
ftp server like I do. The client would never know the difference and you
could limit max connection by IP, limit bandwidth, limit total connections by IP
and much more.
Stuart
|
|
|
|
|