From owner-freebsd-apache@freebsd.org Fri Jan 13 07:56:42 2017 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 351F7CADEF4 for ; Fri, 13 Jan 2017 07:56:42 +0000 (UTC) (envelope-from scrappy@hub.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 1C8551792 for ; Fri, 13 Jan 2017 07:56:42 +0000 (UTC) (envelope-from scrappy@hub.org) Received: by mailman.ysv.freebsd.org (Postfix) id 18E8ECADEF3; Fri, 13 Jan 2017 07:56:42 +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 188BFCADEF2 for ; Fri, 13 Jan 2017 07:56:42 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [188.227.186.67]) (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 D6F011791 for ; Fri, 13 Jan 2017 07:56:41 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from localhost (unknown [188.227.186.44]) by hub.org (Postfix) with ESMTP id 4765F1534BA0 for ; Fri, 13 Jan 2017 03:56:39 -0400 (AST) Authentication-Results: hub.org; dkim=pass (1024-bit key) header.d=hub.org header.i=@hub.org header.b=OgAhCHlm Received: from hub.org ([188.227.186.67]) by localhost (maia-lon.uk.hub.org [188.227.186.44]) (maiad, port 10024) with ESMTP id 74261-09 for ; Fri, 13 Jan 2017 07:56:39 +0000 (UTC) Received: from [192.168.1.2] (S0106f0f249687dd3.gv.shawcable.net [24.108.212.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hub.org (Postfix) with ESMTPSA id D4CCC1534B8F for ; Fri, 13 Jan 2017 03:56:36 -0400 (AST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hub.org; s=huborg; t=1484294197; bh=fVvA3HhMwPvLy+3GRaaUYPYAKqPyspMO4zdinAj2or8=; h=From:Subject:Date:To; b=OgAhCHlm/9E0vmDhOMpssR83sQd1XJaklBGRbezBXoIxGtH0rNozt1LMDHszPpkPz 2jo7pOJzySHg6ulGDKttMWeWaZGspHFSRdwYUYn2n9NJY24VRJrzj6aJSdxTltcK4J FuDkMG9LiNUJ3EGa4BTSM9o3N//UojYqfdhO39yM= From: Marc Fournier Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Apache 2.4 and missing modules Message-Id: Date: Thu, 12 Jan 2017 23:56:34 -0800 To: apache@FreeBSD.org X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2017 07:56:42 -0000 I=E2=80=99m trying to move to using binaries more then building from = code, and am wondering if there is a trick to getting the missing = modules from the binary build *without* using source =E2=80=A6 ? off = the top of my head, I=E2=80=99m looking for suexec + http2, but, for SSL = Stapling, also need the shmcb module =E2=80=A6=20 thanks=20=