Re: [EMAIL PROTECTED] Deny after X number of connections

2007-09-19 Thread James Sherwood
Hello, Thanks, Windows 2003 Server Apache 2.0.54 Mod_JK 1.2.25 --James - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 19, 2007 3:56 PM Subject: Re: [EMAIL PROTECTED] Deny after X number of connections On 9/19/07

Re: [EMAIL PROTECTED] Deny after X number of connections

2007-09-19 Thread Joshua Slive
On 9/19/07, James Sherwood <[EMAIL PROTECTED]> wrote: > Hello, > > I found a module called mod_vhost_limit that limits connections per virtual > host. > > The problem is, that its uncompiled and I dont have a linux machine. > > Does anyone know of a module ready to go compatable with apache 2.0.54

Re: [EMAIL PROTECTED] Deny after X number of connections

2007-09-19 Thread James Sherwood
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 19, 2007 11:55 AM Subject: Re: [EMAIL PROTECTED] Deny after X number of connections On 9/18/07, James Sherwood <[EMAIL PROTECTED]> wrote: Hello, I have a couple of questions

Re: [EMAIL PROTECTED] Deny after X number of connections

2007-09-19 Thread Joshua Slive
On 9/18/07, James Sherwood <[EMAIL PROTECTED]> wrote: > Hello, > > > I have a couple of questions on this: > 1: Is there a way to deny users once apache reaches X number of connections. Yes: the MaxClients directive. > 2: If so can you do a custom page said users see? > 3: If so can you get speci

[EMAIL PROTECTED] Deny after X number of connections

2007-09-18 Thread James Sherwood
Hello, I have a couple of questions on this: 1: Is there a way to deny users once apache reaches X number of connections. 2: If so can you do a custom page said users see? 3: If so can you get specific to deny connections based on virtual hosts? Thanks in advance, James ---