Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2004 14:50:41 -0700
From:      James Jhai <james@idea-anvil.net>
To:        freebsd-newbies@freebsd.org
Subject:   Re: Shared Hosting Webserver
Message-ID:  <200412281450.42086.james@idea-anvil.net>
In-Reply-To: <007201c4ed20$1a1de640$83b399a6@PANASONIULSWMR>
References:  <007201c4ed20$1a1de640$83b399a6@PANASONIULSWMR>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412281450.42086.james>