From owner-freebsd-questions Sat Apr 22 19: 5:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 029F137B7C6 for ; Sat, 22 Apr 2000 19:05:13 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (tntwc01-3-133.idx.com.au [203.166.3.133]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id MAA11701; Sun, 23 Apr 2000 12:04:52 +1000 From: Danny To: webmaster , freebsd-questions@FreeBSD.ORG Subject: Re: Web Server Date: Mon, 24 Apr 2000 12:05:39 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <200004220648.CAA21492@rustikat.com> MIME-Version: 1.0 Message-Id: <00042412102802.00333@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try going to tbelow it mihg help. You know there is documentation in httpd.conf itself on how to modify your httpd.conf to setup www.mydomain.com There is a file in apache called httpd.conf located in /usr/local/apache (depends where you installed apache) do "locate" to find it. Now type in cd conf to access the conf files Now yo uhave to create a directories for document root before you modify httpd.conf Now modify httpd.conf so you have something like for your virtualhost ServerAdmin webmaster@host.some_domain.com DocumentRoot /www/docs/host.some_domain.com ServerName host.some_domain.com ErrorLog logs/host.some_domain.com-error_log CustomLog logs/host.some_domain.com-access_log common On Sat, 22 Apr 2000, webmaster wrote: > Gentlemen > I have a web server set up using the FreeBSD OS > I need to create a virtual site > www.mydomain.com > Can't find instructions on how to do this > Please help a newbie > Thanks > Fred > ----------------Rustikat Internet Services--------------- > Web Design: http://www.rustikat.com/web_design.html > Web Hosting: http://www.rustikat.net > Email: mailto:admin@rustikat.net > Subscribe to our FREE newsletter send blank email to: > mailto:rustikatspecials-subscribe@listbot.com > --------------------- www.rustikat.net --------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message