From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 18:09:57 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 CCB0F16A4CE for ; Thu, 16 Dec 2004 18:09:57 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C8643D2F for ; Thu, 16 Dec 2004 18:09:56 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id iBGI80Z23777; Thu, 16 Dec 2004 13:08:00 -0500 (EST) From: Jerry McAllister Message-Id: <200412161808.iBGI80Z23777@clunix.cl.msu.edu> To: adam@jamradar.com (Adam) Date: Thu, 16 Dec 2004 13:07:59 -0500 (EST) In-Reply-To: <000c01c4e396$fd6a7af0$0200a8c0@PANASONIULSWMR> from "Adam" at Dec 16, 2004 11:45:05 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Config Script for Webserver 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: Thu, 16 Dec 2004 18:09:57 -0000 > > Does anyone have a config script for setting up a web server? I need to > get my own server up and running ASAP. Well, the sample one that comes with Apache covers just about everything a basic web site needs. You might just have to change your document root and log addresses if they are different for default. That would get you a web site up. Then, if you want to have SSI or other stuff, you will need to customize it later. ////jerry > > Thanks > Adam