From owner-freebsd-ports@FreeBSD.ORG Fri May 12 18:20:59 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 5745516B38A for ; Fri, 12 May 2006 18:20:59 +0000 (UTC) (envelope-from mario@schmut.com) Received: from mail.schmut.com (mail.schmut.com [66.92.49.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E33F43D67 for ; Fri, 12 May 2006 18:20:58 +0000 (GMT) (envelope-from mario@schmut.com) Received: (qmail 18168 invoked by uid 89); 12 May 2006 18:20:57 -0000 Received: from schmut.com (localhost.my.domain [127.0.0.1]) by snoopy.schmut.com (tmda-ofmipd) with ESMTP; Fri, 12 May 2006 11:20:56 -0700 (PDT) Received: from 192.168.223.4 (SquirrelMail authenticated user mario@schmut.com) by mail.schmut.com with HTTP; Fri, 12 May 2006 11:20:57 -0700 (PDT) Message-ID: <44793.192.168.223.4.1147458057.squirrel@mail.schmut.com> Date: Fri, 12 May 2006 11:20:57 -0700 (PDT) To: In-Reply-To: <006701c675d7$35193260$0207a8c0@P800> References: <006701c675d7$35193260$0207a8c0@P800> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.9) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) From: mario X-Primary-Address: mario@schmut.com Cc: freebsd-ports@freebsd.org Subject: Re: Apache 2.2.2 with SSL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mario List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 18:21:03 -0000 So, Chycor Ltd wrote: > 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="YES". > > Does anyone have any ideas? my http.conf reads: [quote] # Secure (SSL/TLS) connections #Include etc/apache22/extra/httpd-ssl.conf [/quote] Did you uncomment yours? mario;>