Re: [users@httpd] using multiple LimitExcept directives

2013-03-02 Thread Igor Cicimov
On 03/03/2013 3:34 PM, "James Martin" wrote: > > Folks, > > I'm attempting to using multiple LimitExcept directives in one > Location. Basically I want to give a the "*Actor*" ldap group GET & > PUTT access, the "WeatherMan" ldap group only GET access, and the > "*Actor*" ldap group PUT access.

Re: [users@httpd] Configuration for high concurrent load

2013-03-02 Thread Austin Einter
Correcting typo-error Dear Nick Can you be bit precise here.., I am bit new to system. What I need to do so that, one client per server would not be required. Best Regards On Sun, Mar 3, 2013 at 11:21 AM, Austin Einter wrote: > Dear Bick > Can you be bit precise here.., I am bit new to syste

Re: [users@httpd] Configuration for high concurrent load

2013-03-02 Thread Austin Einter
Dear Bick Can you be bit precise here.., I am bit new to system. What I need to do so that, one client per server would not be required. Best Regards Austin On Sat, Mar 2, 2013 at 3:59 PM, Nick Kew wrote: > > On 2 Mar 2013, at 10:08, Austin Einter wrote: > > > I am doing a similar job.. > > H

[users@httpd] using multiple LimitExcept directives

2013-03-02 Thread James Martin
Folks, I'm attempting to using multiple LimitExcept directives in one Location. Basically I want to give a the "Actor" ldap group GET & PUTT access, the "WeatherMan" ldap group only GET access, and the "Actor" ldap group PUT access. I'm open to using either apache 2.2 or 2.4, as I see that apac

Re: [users@httpd] Question about Apache SSLCACertificatePath behavior

2013-03-02 Thread Eric Covener
Try it and see, then post your observations here: https://issues.apache.org/bugzilla/show_bug.cgi?id=53037 The issue rang a bell, but unfortunately it is not resolved. It seems unlikely to be dynamic, though. On Sat, Mar 2, 2013 at 9:46 PM, wrote: > Hi, > > I have a question about the SSLCACe

[users@httpd] Question about Apache SSLCACertificatePath behavior

2013-03-02 Thread ohaya
Hi, I have a question about the SSLCACertificatePath directive: When Apache sends the list of CAs that it's willing to accept client certificates from, is that list of CAs dynamic if the SSLCACertificatePath directive is used? What I mean by that is: - if, for example, one of symlinks/has

Re: [users@httpd] Configuration for high concurrent load

2013-03-02 Thread Nick Kew
On 2 Mar 2013, at 10:08, Austin Einter wrote: > I am doing a similar job.. > Here is the warning... > > Starting httpd: WARNING: MaxClients of 7500 exceeds ServerLimit value of 330 > servers, > lowering MaxClients to 330. To increase, please see the ServerLimit > directive. The prefork MPM

Re: [users@httpd] Configuration for high concurrent load

2013-03-02 Thread Austin Einter
I am doing a similar job.. Here is the warning... Starting httpd: WARNING: MaxClients of 7500 exceeds ServerLimit value of 330 servers, lowering MaxClients to 330. To increase, please see the ServerLimit directive. So, is it the reason that can cause this issue. On Sat, Mar 2, 2013 at 3:

Re: [users@httpd] Configuration for high concurrent load

2013-03-02 Thread Noel Butler
If you want help from people here, detail your problem here, including your setup and hardware etc etc etc On Sat, 2013-03-02 at 14:42 +0800, Franz Allan Valencia See wrote: > Good day, > > I am trying to configure my Apache HTTPd server to handle 7k > concurrent requests (preferably 10k), but