[users@httpd] Digest: secret not used

2013-03-01 Thread Nicolas Daniels
Hi all, I've been trying digest authentication for a while now and just noticed a strange behavior when working on cluster. Actually I've 2 apaches behind a load balancer (so serving same domain), and I noticed that an authentication sent to apache A is valid when sent on apache B. Let me

[users@httpd] [Solved]Re: [users@httpd] Certificate mismatch error

2013-03-01 Thread Kumar Bijayant
Hi Edward, The issue is now resolved after importing the correct intermediate certs. Their test steps were having some issue. Now all works fine. Thanks for your help. With Best Regards, Bijayant Kumar On Wed, Feb 27, 2013 at 2:23 AM, Edward Quick edwardqu...@hotmail.comwrote: Ok, I guess

[users@httpd] Re: Graceful Restart fails because of SSL Keys with Passphrase?

2013-03-01 Thread Andrew Schulman
Maybe I should ask a more distinct question first: When we use apachectl graceful, is the expected functionality that apache does not ask for pass-phrases again? Presumably because it has the decrypted keys already in memory? Or, does apache restart they key loading process all over

[users@httpd] Slow transaction on a balance member is holding subsequent requests

2013-03-01 Thread Federico Mennite
Hi, I've configured a reverse proxy with two workers with lbmethod=bybusyness Given that the back-end servers are supporting only one single connection concurrently I've configured each member with max=1 Now in a first connection to the server, I send a request to a resource that is going to

[users@httpd] apache 2.4 performance tuning

2013-03-01 Thread Al Zick
Hi, I have recently switch to apache 2.4. I am running it on a somewhat under powered system with only 1 GB of ram. I would like to get better performance from this system and I am wondering what else I can do? This is what my httpd-mpm.conf looks like: IfModule mpm_prefork_module

[users@httpd] mod_ssl help

2013-03-01 Thread Michele Mase'
I'm testing a client authentication using: SSLCACertificateFile /path/to/pemfile.pem LocationMatch /test SSLVerifyClient require SSLVerifyDepth 2 SSLOptions +StdEnvVars +ExportCertData SSLRequire %{SSL_CLIENT_I_DN} eq /C=US/O=acme/OU=acme/CN=acme /LocationMatch

[users@httpd] headers null in a custom module

2013-03-01 Thread Crne We
why the heck some of the essential headers present in the request are null when being processed in a custom apache module/hook function? if this list is dead, is there another list dedicated for apache module developers?

Re: [users@httpd] headers null in a custom module

2013-03-01 Thread Stormy
At 11:13 AM 3/1/2013 -0800, Crne We wrote: why the heck some of the essential headers present in the request are null when being processed in a custom apache module/hook function? Perhaps because you coding skills are at the same level as your societal skills writing to this list for

Re: [users@httpd] headers null in a custom module

2013-03-01 Thread Eric Covener
On Fri, Mar 1, 2013 at 2:13 PM, Crne We crn...@yahoo.com wrote: why the heck some of the essential headers present in the request are null when being processed in a custom apache module/hook function? Which ones are missing, and which ones are essential? Did the client actually send them?

[users@httpd] How to compile Apache without dynamic libraries

2013-03-01 Thread Santiago DIEZ
Hi all, I'm Santiago from Paris, France, new subscriber to this mailing list. Hope I will be of some help even though I just completed today my very first compilation of Apache HTTP from source. So as I said, I just compiled Apache HTTP from source. It's working fine so I'm very happy and proud.

Re: [users@httpd] How to compile Apache without dynamic libraries

2013-03-01 Thread Eric Covener
But what I would like to do is to re-compile Apache so that it includes the library into the standalone program. How is that possible? libgcc_s is a special case, so you probably want to use the libgcc_s specific info for static usage.