From owner-freebsd-questions@FreeBSD.ORG Thu May 1 10:34:44 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C26137B401 for ; Thu, 1 May 2003 10:34:44 -0700 (PDT) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB6A43FD7 for ; Thu, 1 May 2003 10:34:43 -0700 (PDT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail3.panix.com (Postfix) with ESMTP id 7E13498FC6 for ; Thu, 1 May 2003 13:34:42 -0400 (EDT) Received: (from jester@localhost) by panix2.panix.com (8.11.6p2/8.8.8/PanixN1.0) id h41HYgA00252 for freebsd-questions@freebsd.org; Thu, 1 May 2003 13:34:42 -0400 (EDT) Date: Thu, 1 May 2003 13:34:42 -0400 From: Jesse Sheidlower To: freebsd-questions@freebsd.org Message-ID: <20030501173442.GA29619@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Adding mod_ssl support to port-installed Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 17:34:44 -0000 I'm running FreeBSD 4.7 on a server. It's running Apache 1.3, which I installed from the Ports collection. I'd like to add support for mod_ssl to this, in the simplest method. I see there's a port for apache13-modssl, but that includes Apache as well, not just mod_ssl. Can I just install this port and expect everything to go OK, and just work on modifying my httpd.conf file as appropriate? Or will this horribly break things? It's a working server, so I don't want it to be down any longer than is absolutely necessary. I'd prefer to do this from Ports if possible. Thanks. Jesse Sheidlower