Re: [users@httpd] Access Control in 2.4 question

2017-08-15 Thread Rose, John B
Eric Thanks for those tips, they helped us out. j On 8/9/17, 4:31 PM, "Eric Covener" wrote: >On Wed, Aug 9, 2017 at 4:19 PM, Rose, John B wrote: >> Thanks for the reply Eric. >> >> 1. Regarding "Proxied so it never hit the filesystem and never matched” if >> ProxyPassMatch is being used

Re: [users@httpd] shmcb:/path/to/datafile datafile does not exist

2017-08-15 Thread Eric Covener
> When a configuration value is set to shmcb:/path/to/datafile should > datafile exist in the filesystem? This module always tries to use anonymous shared memory first, and only uses the provided path if anonymous doesn't work. -

[users@httpd] Apache Tuning question

2017-08-15 Thread Deepak Kumar
Hi, I am woking on upgrading Apache from very old version V2.0 to latest V2.4.25 and have following Tuning question. The old apache has been compiled with prefork MPM and has following tuning values. I want to enable worker mpm in new apache. Could you please suggest what should be the tuning valu

[users@httpd] shmcb:/path/to/datafile datafile does not exist

2017-08-15 Thread mike _
I've enabled OCSP Stapling and it seems to be working, but I'm puzzled that the file specified in SSLStaplingCache directive doesn't exist. I see that the file specified for SSLSessionCache, which I didn't set, doesn't exist either. When a configuration value is set to shmcb:/path/to/datafile shou