Date: Wed, 29 Jul 2015 16:10:49 +0000 From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 201955] www/apache24: mod_ssl won't load after 2.4.16 update Message-ID: <bug-201955-16115-qwWM3ljEqx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201955-16115@https.bugs.freebsd.org/bugzilla/> References: <bug-201955-16115@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201955 Mark Felder <feld@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |feld@FreeBSD.org Status|New |Open --- Comment #1 from Mark Felder <feld@FreeBSD.org> --- I just did a clean install of apache24-2.4.16 on FreeBSD 10.1-RELEASE-p16, edited httpd.conf to uncomment LoadModule ssl_module..., uncomment Include ... httpd-ssl.conf, generated self-signed cert, and started apache24 service. I received this error: SSLSessionCache: 'shmcb' session cache not supported (known names: ). Maybe you need to load the appropriate socache module (mod_socache_shmcb?). Ok, maybe 2.4 needs the sample config updated a bit. I had to uncomment "LoadModule ...mod_socache_shmcb.so" Started apache again, and these are the log entries: [Wed Jul 29 11:01:28.869219 2015] [ssl:warn] [pid 3026] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] [Wed Jul 29 11:01:28.877969 2015] [mpm_prefork:notice] [pid 3026] AH00163: Apache/2.4.16 (FreeBSD) OpenSSL/1.0.1l-freebsd configured -- resuming normal operations [Wed Jul 29 11:01:28.878219 2015] [core:notice] [pid 3026] AH00094: Command line: '/usr/local/sbin/httpd -D NOHTTPACCEPT' Looks to be working, I can hit it with my browser, SSL looks normal in Firefox, log entires showing up in /var/log/httpd-ssl_request.log Any further details about your particular setup? -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201955-16115-qwWM3ljEqx>