https://bugzilla.novell.com/show_bug.cgi?id=849445 https://bugzilla.novell.com/show_bug.cgi?id=849445#c3 --- Comment #3 from Per Jessen <per@computer.org> 2013-11-08 07:26:03 UTC --- (In reply to comment #2)
Well whenever I uncomment any of these lines:
#SSLSessionCache none SSLSessionCache dbm:/var/lib/apache2/ssl_scache #SSLSessionCache shmht:/var/lib/apache2/ssl_scache(512000) #SSLSessionCache shmcb:/var/lib/apache2/ssl_scache(512000) SSLSessionCacheTimeout 300
I get this error (example of the first one)
Nov 07 14:45:27 opensuse.mhradomain.org start_apache2[1715]: SSLSessionCache: 'dbm' session cache not supported ...?).
Okay, that's hardly a syntax error though. For that to work, you need to load "mod_socache_dbm" too. See the apache manual. To get it loaded, you have to amend /etc/sysconfig/apache2::APACHE_MODULES. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.