From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 16:56:02 2004 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 3358216A4CE for ; Sun, 25 Jan 2004 16:56:02 -0800 (PST) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3398043D46 for ; Sun, 25 Jan 2004 16:55:54 -0800 (PST) (envelope-from freebsd@soith.com) Received: from server1.messagingengine.com (server1.internal [10.202.2.132]) by mail.messagingengine.com (Postfix) with ESMTP id 9F7BB4B66D4; Sun, 25 Jan 2004 19:55:51 -0500 (EST) Received: by server1.messagingengine.com (Postfix, from userid 99) id 736C445767; Sun, 25 Jan 2004 19:55:50 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Aaron Wohl" To: "Jason Williams" , freebsd-questions@freebsd.org Date: Sun, 25 Jan 2004 16:55:50 -0800 X-Sasl-Enc: UCmpK09XiuBU9kfAhqXbNw 1075078550 References: <5.2.1.1.0.20040123151954.00ad9798@pop.courtesymortgage.com> In-Reply-To: <5.2.1.1.0.20040123151954.00ad9798@pop.courtesymortgage.com> Message-Id: <20040126005550.736C445767@server1.messagingengine.com> Subject: Re: Installing Apache and mod_ssl 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: Mon, 26 Jan 2004 00:56:02 -0000 Apache is in the /usr/ports collection. For general use its best to use one of those as it takes care of installing any libraries it needs into /usr/local. If you: cd /usr/ports/www/apache2 make install It will take care of everything. If you want to look at the sources then look around the subdirectories in /usr/ports/www/apache2