Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2000 14:44:25 -0700
From:      Alfred Perlstein <bright@wintelcom.net>
To:        Matt Rudderham <matt@researcher.com>
Cc:        Daniel Domengeaux <freebsd@supa-fly.org>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Virtual Hosts & Apache
Message-ID:  <20001011144424.R272@fw.wintelcom.net>
In-Reply-To: <NDBBLEKOOLGIBFPGLFEKGEPOCEAA.matt@researcher.com>; from matt@researcher.com on Wed, Oct 11, 2000 at 05:04:45PM -0300
References:  <017d01c033be$759e8620$cd2710d1@comspace.com> <NDBBLEKOOLGIBFPGLFEKGEPOCEAA.matt@researcher.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* Matt Rudderham <matt@researcher.com> [001011 13:10] wrote:
> >
> >as long as the ip for both www.something.com and something.com are the same
> >apache should be listening for all those requests.
> >
> >also if your intrested in keeping the files clean you might want to look at
> >the dynamic hosting module for apache, http://funkcity.com/0101/
> >
> >-daniel
> 
> The domains are name based, not IP, I have other domains operating as
> virtual domains on
> this IP besides the one mentioned, I forgot to mention I was doing name
> based:)

You can add a "ServerAlias" directive:

ServerName www.foo.com
ServerAlias foo.com
ServerAlias *.foo.com

-Alfred


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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