From owner-freebsd-questions Thu Jun 18 10:46:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14308 for freebsd-questions-outgoing; Thu, 18 Jun 1998 10:46:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gutenberg.uoregon.edu (gutenberg.uoregon.edu [128.223.56.211]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA14300 for ; Thu, 18 Jun 1998 10:46:33 -0700 (PDT) (envelope-from sharding@gutenberg.uoregon.edu) Received: from localhost (sharding@localhost) by gutenberg.uoregon.edu (950413.SGI.8.6.12/950213.SGI.AUTOCF) via SMTP id KAA25258; Thu, 18 Jun 1998 10:50:16 -0700 Date: Thu, 18 Jun 1998 10:50:16 -0700 (PDT) From: Sean Harding Reply-To: Sean Harding To: Rick cc: questions@FreeBSD.ORG Subject: Re: Hosting other people's domains In-Reply-To: <000501bd9a82$1bc0fb60$250aea18@wraithian.lvcablemodem.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 17 Jun 1998, Rick wrote: > I want the dimensional www to point to this server, but point to a webpage > like /dimension. > That way it pulls up their webpage instead of mine which resides in the http > root directory. You need to set up VirtualHost directives in your httpd.conf (assuming that you're using Apache). Like this: ServerAdmin webmaster@domainname.com DocumentRoot /www/domain-htdocs ServerName www.domainname.com ErrorLog logs/domain-error_log TransferLog logs/domain-access_log HTH Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message