From owner-freebsd-questions@FreeBSD.ORG Tue Apr 6 13:22:31 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 4593916A4CE for ; Tue, 6 Apr 2004 13:22:31 -0700 (PDT) Received: from calis.blacksun.org (calis.blacksun.org [216.254.108.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C95643D45 for ; Tue, 6 Apr 2004 13:22:31 -0700 (PDT) (envelope-from don@calis.blacksun.org) Received: by calis.blacksun.org (Postfix, from userid 1001) id 5107E17082; Tue, 6 Apr 2004 16:24:40 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by calis.blacksun.org (Postfix) with ESMTP id 2C43617062; Tue, 6 Apr 2004 16:24:40 -0400 (EDT) Date: Tue, 6 Apr 2004 16:24:40 -0400 (EDT) From: Don To: Remko Lodder In-Reply-To: <40730B3A.7030203@elvandar.org> Message-ID: <20040406162117.V29665@calis.blacksun.org> References: <40730B3A.7030203@elvandar.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Fiore_Mark@emc.com cc: questions@freebsd.org Subject: Re: Freebsd as a web server 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: Tue, 06 Apr 2004 20:22:31 -0000 > install freebsd > install the ports > install the webserver from the ports You may find it easier to simply install the Apache package (by selecting Configure -> Packages during the isntall). Although the ports tree is more flexible and current, sometimes the overhead of compiling a package from source code is not worth the trouble. This depends entirely on what you want to use it for. Even if you decide to use packages for now, you must learn to use the ports tree eventually. Some somftware is only available through ports and custom configurations are only available by using the ports tree. > install the ftp server from the ports FreeBSD ships with an FTP server in the base system. -Don