From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 07:31:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3A51F16A4DA for ; Wed, 5 Jul 2006 07:31:43 +0000 (UTC) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE99443D49 for ; Wed, 5 Jul 2006 07:31:41 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Wed, 05 Jul 2006 09:31:40 +0200 id 00039826.44AB6ADC.000073FA Date: Wed, 5 Jul 2006 09:31:40 +0200 To: freebsd-questions Message-ID: <20060705073140.GB29631@lothlorien.nagual.st> References: <200607041906.11267.gerard@seibercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <200607041906.11267.gerard@seibercom.net> User-Agent: Mutt/1.4.2.1i From: dick hoogendijk Subject: Re: how to enable mod_ssl in apache 2.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 07:31:43 -0000 On 04 Jul Gerard Seibert wrote: > On Tuesday 04 July 2006 18:11, jan gestre wrote: > > hi guys, > > > > how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it > > listens to port 443 instead of the default port 80? is there a special > > command like the a2enmod ssl in debian? > > I think you just change the 'Listen' directive in the httpd.conf file. You can. But apache22 comes with a 'special' ssl conf file in the /usr/local/etc/apache22/extra directory callen httpd-ssl.conf The port mentioned in there is 443. Don't forget to remove the # before the rule for this file in httpd.conf itself, otherwise it won't be read ;-) -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 +++ The Power to Serve