What is meant by following error?
What is meant by following error?
Server Errors
Jun 15 00:21:00 kbox newsyslog[57482]: logfile turned over
[Fri Jun 15 00:21:03 2012] [notice] Digest: generating secret for digest authentication ...
[Fri Jun 15 00:21:03 2012] [notice] Digest: done
[Fri Jun 15 00:21:04 2012] [notice] Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/0.9.7e configured -- resuming normal operations
[Fri Jun 15 02:01:16 2012] [notice] caught SIGTERM, shutting down
[Fri Jun 15 02:08:17 2012] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri Jun 15 02:08:20 2012] [notice] Digest: generating secret for digest authentication ...
[Fri Jun 15 02:08:20 2012] [notice] Digest: done
[Fri Jun 15 02:08:21 2012] [notice] Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/0.9.7e configured -- resuming normal operations
Answers (2)
It's not an error, only a warning about the Apache service.
If it makes you feel any better, I have the same line in my Server Errors log. Currently running 5.3.53053 with the 64-bit samba patch.
I researched the warning and it appears to be related to either an Apache bug or a configuration issue:
Session Cache is not configured [hint: SSLSessionCache]
https://issues.apache.org/bugzilla/show_bug.cgi?id=23403
http://wiki.apache.org/httpd/SSLSessionCache
If you are concerned, I would suggest escalating this to KACE support to what the official word is. Otherwise, as jagadeish pointed out - it's not an error, only a warning about the Apache system.
John