[Bug 849445] New: mod_ssl not working properly
https://bugzilla.novell.com/show_bug.cgi?id=849445 https://bugzilla.novell.com/show_bug.cgi?id=849445#c0 Summary: mod_ssl not working properly Classification: openSUSE Product: openSUSE 13.1 Version: RC 2 Platform: x86-64 OS/Version: SUSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Apache AssignedTo: bnc-team-apache@forge.provo.novell.com ReportedBy: jorgeh@fsbcomputers.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0 Apache mod_ssl giving Syntax error messages in /etc/apache2/ssl-global.conf Basically SSL cache is not supported and all the lines that have SSLCache on it won't work (lines 46-50 I think). Once commented those lines it works again. Reproducible: Always Steps to Reproduce: 1. Enable mod_ssl 2. Restart apache 3. Actual Results: doesn't start and it goes into failed mode. Expected Results: start working -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=849445 https://bugzilla.novell.com/show_bug.cgi?id=849445#c1 Per Jessen <per@computer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |per@computer.org --- Comment #1 from Per Jessen <per@computer.org> 2013-11-07 19:37:34 UTC --- I have not seen this problem, my 2.4 apache2 with ssl works fine. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=849445 https://bugzilla.novell.com/show_bug.cgi?id=849445#c2 --- Comment #2 from Jorge Hernandez <jorgeh@fsbcomputers.com> 2013-11-07 19:50:03 UTC --- 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 ...?). Nov 07 14:45:27 opensuse.mhradomain.org systemd[1]: apache2.service: control process exited, code=exited status=1 Nov 07 14:45:27 opensuse.mhradomain.org systemd[1]: Failed to start The Apache Webserver. Nov 07 14:45:27 opensuse.mhradomain.org systemd[1]: Unit apache2.service entered failed state. -- 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.
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.
http://bugzilla.novell.com/show_bug.cgi?id=849445 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |obs:running:3355:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=849445 --- Comment #5 from Swamp Workflow Management <swamp@suse.de> --- openSUSE-SU-2014:1726-1: An update that solves two vulnerabilities and has four fixes is now available. Category: security (moderate) Bug References: 792309,842377,849445,864166,871310,909715 CVE References: CVE-2013-5704,CVE-2014-8109 Sources used: openSUSE 13.2 (src): apache2-2.4.10-4.1 openSUSE 13.1 (src): apache2-2.4.6-6.37.1 openSUSE 12.3 (src): apache2-2.2.29-10.20.1 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=849445 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:3355:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com