Hi Peter,
2017-03-23 13:58 GMT+01:00 Peter Thomassen <[email protected]>:
> 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 entries in the cache.
>
> I don't understand this behavior -- is this normal?
>
>
Anything relevant in the error logs? If not, could you increase the
LogLevel (https://httpd.apache.org/docs/2.4/mod/core.html#loglevel) and see
if anything comes up?
Luca