From owner-freebsd-questions@FreeBSD.ORG Tue Oct 26 14:49:08 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 2965816A4CE for ; Tue, 26 Oct 2004 14:49:08 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD9D343D41 for ; Tue, 26 Oct 2004 14:49:07 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by wproxy.gmail.com with SMTP id 65so201521wri for ; Tue, 26 Oct 2004 07:49:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Nd5+iTMiOA9TkpHOFwJQMqwfwW7FxPTvOM04E8pk4z9xg2WuzXITQ1l21LrZH9FjXYdxr1STHLae6hszZyRuSqXPnQER3xmWyGPkB8vqtEH8G3pSz+ygyBCXywVEG/oUkY2BpdXzARVywU01W0YkejTuL4T9vQbkxQl99cr8g8A= Received: by 10.38.81.16 with SMTP id e16mr343111rnb; Tue, 26 Oct 2004 07:49:04 -0700 (PDT) Received: by 10.38.22.79 with HTTP; Tue, 26 Oct 2004 07:49:04 -0700 (PDT) Message-ID: Date: Tue, 26 Oct 2004 10:49:04 -0400 From: Danny To: Clay In-Reply-To: <20041026143957.7260643D3F@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041026143957.7260643D3F@mx1.FreeBSD.org> cc: freebsd-questions@freebsd.org Subject: Re: [How To] Setting up a http server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 14:49:08 -0000 On Tue, 26 Oct 2004 08:40:07 -0600, Clay wrote: > Hi, > > I would like to know if there are any good How To's out there, > on setting up a FreeBSD 4.10 server to act as a web server. Start here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-apache.html http://www.onlamp.com/pub/a/apache/2000/02/24/installing_apache.html ...D