From owner-freebsd-newbies@FreeBSD.ORG Tue Dec 28 21:50:44 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D24EB16A4D3 for ; Tue, 28 Dec 2004 21:50:44 +0000 (GMT) Received: from jail.idea-anvil.net (idea-anvil.net [63.226.12.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F2743D48 for ; Tue, 28 Dec 2004 21:50:44 +0000 (GMT) (envelope-from james@idea-anvil.net) Received: from mail.Idea-Anvil.net (vaio [10.0.0.99]) by jail.idea-anvil.net (8.12.11/8.12.9) with ESMTP id iBSLowRl076371 for ; Tue, 28 Dec 2004 14:50:58 -0700 (MST) (envelope-from james@idea-anvil.net) From: James Jhai To: freebsd-newbies@freebsd.org Date: Tue, 28 Dec 2004 14:50:41 -0700 User-Agent: KMail/1.7.1 References: <007201c4ed20$1a1de640$83b399a6@PANASONIULSWMR> In-Reply-To: <007201c4ed20$1a1de640$83b399a6@PANASONIULSWMR> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412281450.42086.james@idea-anvil.net> Subject: Re: Shared Hosting Webserver X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:50:45 -0000 On Tuesday 28 December 2004 01:59 pm, Adam wrote: > Does anyone have any configuration files or install CD's that will install > a commercial grade shared webserver for hosting peoples websites? > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" Do some reading in the Apache docs on the topic of virtual hosts. This will allow you to setup apache to server a different /root-base for each domain name. So if you setup 3 domains http://srvr1.org http://srvr2.net http://srvr3.com each connection to your apache server would server a different page to them and they wouldn't need to use the http://srvs.org/~username/ -- - James