Re: [users@httpd] SSLSessioncache Timeout extension

2017-06-16 Thread Eric Covener
On Thu, Jun 15, 2017 at 10:25 PM, Rashmi Srinivasan wrote: > Hi Yann/Eric, Please don't address emails to the mailing list this way. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: u

[users@httpd] SSLSessioncache Timeout extension

2017-06-15 Thread Rashmi Srinivasan
Hi Yann/Eric, Is it possible to change the timeout value of the session cache (SSLSessionCacheTimeout) to: now(current time) + timeout., every time a new request is submitted or a new refresh happens. This will be an additional option which can be externally enabled in the conf f

Re: [users@httpd] SSLSessionCache file not created

2017-04-13 Thread Marat Khalili
Hello, I tried to investigate this issue on my installations (I have it too), but didn't come to any conclusion. Here (scroll all the way down) someone suggest that moving it to /dev/shm fixes the problem: https://serverfault.com/questions/400089/apache2-sslsessioncache-running-but-not-working

Re: [users@httpd] SSLSessionCache file not created

2017-04-13 Thread Peter Thomassen
Hi Luca, I increased the LogLevel to debug, but nothing related to the issue came up. However, looking in /proc/$PID/fd/, where $PID is the process ID of an Apache process, I find that there are two symbolic links pointing to /run/lock/apache2/ssl-cache.19037 # number changes after restart

Re: [users@httpd] SSLSessionCache file not created

2017-03-27 Thread Luca Toscano
Hi Peter, 2017-03-23 13:58 GMT+01:00 Peter Thomassen : > Hi, > > Using Apache 2.4.10 on Ubuntu, I configured SSLSessionCache like > > SSLSessionCache shmcb:${APACHE_RUN_DIR}/ssl_scache(512000) > > ... where APACHE_RUN_DIR is /var/run/apache2. > > During operating, the ssl_scache file is n

[users@httpd] SSLSessionCache file not created

2017-03-23 Thread Peter Thomassen
Hi, Using Apache 2.4.10 on Ubuntu, I configured SSLSessionCache like SSLSessionCache shmcb:${APACHE_RUN_DIR}/ssl_scache(512000) ... where APACHE_RUN_DIR is /var/run/apache2. During operating, the ssl_scache file is not created. However, according to server-status, there are still entrie

[users@httpd] SSLSessionCache - DSO Load Failed

2012-10-02 Thread Adam Jaber
Here is the output from the error_log: [error] (20019)DSO load failed: Cannot create SSLSessionCache DBM file `/usr/local/apache/conf/ssl/SessionCache' Here is my entry in the conf file, which is also entered before the virtual host, as stated in the documentation: SSLSessionCache dbm:/usr/local

[users@httpd] SSLSessionCache

2012-01-27 Thread douxc2
Hi, i'd like to know if i must choose a different name for the SSLSessionCache file for each of my secure virtualhosts ? Thanks a lot. Best regards. - The official User-To-User support forum of the Apache HTTP Server Project