From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 22:11:17 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 C832116A4E0 for ; Tue, 4 Jul 2006 22:11:17 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D16743D49 for ; Tue, 4 Jul 2006 22:11:16 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so618007wri for ; Tue, 04 Jul 2006 15:11:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=HSani2tzdcNjW5h0oUdT5OGfXm41yG2tlmT7ofqYvpqQ+QEcX3fvBSFRSDSG6yeGjC63DHlGDSPTNhh6evkt5GybREviEJXbOXZqZ+nwe5uWSuCtrbDmhNrOHknQ+JM0q0TpwsIasZ5gevza09VphjnKe4hXBdc2NBZJjW7G4iM= Received: by 10.54.128.20 with SMTP id a20mr2094515wrd; Tue, 04 Jul 2006 15:11:16 -0700 (PDT) Received: by 10.54.122.11 with HTTP; Tue, 4 Jul 2006 15:11:16 -0700 (PDT) Message-ID: Date: Wed, 5 Jul 2006 06:11:16 +0800 From: "jan gestre" To: "Liste FreeBSD" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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: Tue, 04 Jul 2006 22:11:17 -0000 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? TIA