From owner-freebsd-ports@FreeBSD.ORG Fri May 12 15:21:41 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3103B16A721 for ; Fri, 12 May 2006 15:21:41 +0000 (UTC) (envelope-from phil@chycor.com) Received: from c2bthomr07.btconnect.com (c2bthomr07.btconnect.com [194.73.73.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 661CD43D6E for ; Fri, 12 May 2006 15:21:35 +0000 (GMT) (envelope-from phil@chycor.com) Received: from chycor.com (85-210-186-200.dsl.pipex.com [85.210.186.200]) by c2bthomr07.btconnect.com (MOS 3.5.9-GR) with ESMTP id ADU08733 (AUTH chycor); Fri, 12 May 2006 16:17:52 +0100 (BST) Received: from 192.168.7.2 for freebsd-ports@freebsd.org; Fri, 12 May 2006 16:15:02 +0100 Message-ID: <006701c675d7$35193260$0207a8c0@P800> From: "Chycor Ltd" To: Date: Fri, 12 May 2006 16:17:39 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Apache 2.2.2 with SSL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chycor Ltd List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 15:21:43 -0000 Hi All, Having just portupgraded to apache2.2.2. I am now struggling to = configure ssl support using mod_ssl. I have the mod_ssl module already = enabled. I have amended :- /usr/local/etc/apache22/extra/httpd-ssl.conf and copied my certificates/keys from another server as this is a server = move operation. I seem to recall a reference to adding a line in /etc/rc.conf when I = originally installed apache in the same way that I added = apache22_enable=3D"YES". Does anyone have any ideas? As soon as I run :- /usr/local/etc/rc.d/apache22.sh stop /usr/local/etc/rc.d/apache22.sh start I was expecting the passphrase interface to come up as the keys are = password protected but its as if apache is completely ignoring my ssl = config file. Many thanks for any feedback on this. Regards Phil.