After fresh installation of mod_nss and starting Apache,
NSSSessionCacheTimeout 100
is stored in the default /etc/httpd/conf.d/nss.conf, and then NSSSessionCacheTimeout is reported deprecated and ignored in the error_log.
We should not ship packages with default useless configuration causing warnings.
Steps to Reproduce:
1. yum install -y mod_ssl 2. service httpd restart 3. Check /var/log/httpd/error_log
Actual results:
[Thu Aug 27 10:43:54.451822 2015] [:warn] [pid 13716] NSSSessionCacheTimeout is deprecated. Ignoring.
Expected results:
No such warning.
Associated Bugs:
NSSSessionCacheTimeout directive was removed in https://git.fedorahosted.org/cgit/mod_nss.git/commit/?id=84b4350da4e77a3cb313e531fa0c2979d74a2503
Metadata Update from @vcizek: - Issue set to the milestone: mod_nss-1.0.15