I've noticed in my error_log for httpd that whenever I've tried connecting to webmail via https, this follow errors show up lots in my log:
[Tue Sep 4 15:51:15 2001] [error] mod_ssl: Cannot open SSLSessionCache DBM file
/etc/httpd/logs/ssl_scache' for reading (fetch) (System error follows)
[Tue Sep 4 15:51:15 2001] [error] System: No such file or directory (errno: 2)
[Tue Sep 4 15:51:15 2001] [error] mod_ssl: Cannot open SSLSessionCache DBM file
/etc/httpd/logs/ssl_scache' for writing (store) (System error follows)
[Tue Sep 4 15:51:15 2001] [error] System: No such file or directory (errno: 2)
[Tue Sep 4 15:51:15 2001] [error] mod_ssl: Cannot open SSLSessionCache DBM file
/etc/httpd/logs/ssl_scache' for writing (store) (System error follows)
[Tue Sep 4 15:51:15 2001] [error] System: No such file or directory (errno: 2)
How does this file get created in the first place?
Thanks.