Shared Hosting Webserver

James Jhai james at idea-anvil.net
Tue Dec 28 13:50:45 PST 2004


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
> To unsubscribe, send any mail to "freebsd-newbies-unsubscribe at 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


More information about the freebsd-newbies mailing list