From owner-freebsd-apache@freebsd.org Wed Jul 29 16:10:49 2015 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 683499AE817 for ; Wed, 29 Jul 2015 16:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4CEEA1F90 for ; Wed, 29 Jul 2015 16:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4BBFC9AE816; Wed, 29 Jul 2015 16:10:49 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B5689AE815 for ; Wed, 29 Jul 2015 16:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DBC61F8E for ; Wed, 29 Jul 2015 16:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6TGAmSi027477 for ; Wed, 29 Jul 2015 16:10:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 201955] www/apache24: mod_ssl won't load after 2.4.16 update Date: Wed, 29 Jul 2015 16:10:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: feld@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 16:10:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201955 Mark Felder changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |feld@FreeBSD.org Status|New |Open --- Comment #1 from Mark Felder --- 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.