[Bug 201955] www/apache24: mod_ssl won't load after 2.4.16 update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 29 16:10:49 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201955

Mark Felder <feld at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |feld at FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Mark Felder <feld at 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.


More information about the freebsd-apache mailing list