Hi,
I trying to configure apache to have a hight load using PHP/MySql
applications. This is the current configuration:
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
#KeepAliveTimeout 300
StartServers 15
MinSpareServers10
MaxSpareServers 40
ServerLimit 600
MaxClients
I have a requirement to create a new feature to our portal, I also
apologise if this is not the best place to ask but I have to start
somewhere!
A user will request a piece of documentation from the webserver (which
is customised to their company), these documents are not web-facing so
what happ
The problem I'm having is authenticating using groups to authorize access.
I'm using LoadModule authn_alias_module modules/mod_authn_alias.so as to
identify multiple authentication providers. The below works fine when Require
valid-user is used instead of ldap-group. You might note I'm using
Hi,
I've been playing with httpd-2.2.13 / Linux (2.6) in order to optimize
SSL perfs, thus the "SSLSessionCache" & "SSLMutex" directives.
For the moment I use the defaults :
SSLSessionCache "shmcb:/var/run/ssl_scache(512000)"
SSLMutex "file:/var/run/ssl_mutex"
I wonder how I could check that th
Eric Covener wrote:
On Thu, Sep 3, 2009 at 7:51 AM, Staffan Bergh wrote:
Hi, I'm having a problem with authentication against our apache server.
Setup:
apache 2.2.13 on windows XP sp3
in httpd.conf
AuthName "Test"
AuthType Basic
AuthUserFile C:/test/passwd
Require valid-user
In the p
good work :)
On Wed, Sep 2, 2009 at 4:31 PM, Frank Hamilton wrote:
>
> Thank Igor,
> well, I think the issue is resolved, to prevent cached page header I used
> CacheIgnoreHeaders, and in my case y do not want to cache set-cookie value.
> CacheIgnoreHeaders set-cookie, with this directive the di