Date: Wed, 11 Oct 2000 15:55:46 -0700 (PDT) From: Dima Dorfman <dima@unixfreak.org> To: Matt Rudderham <matt@researcher.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: OT: Virtual Hosts & Apache Message-ID: <20001011225546.D9D381F26@static.unixfreak.org> In-Reply-To: <NDBBLEKOOLGIBFPGLFEKIEPNCEAA.matt@researcher.com> "from Matt Rudderham at Oct 11, 2000 04:56:31 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
[ Charset ISO-8859-1 unsupported, converting... ] > Hi, > I have a small question about virtual hosts in Apache, I have them up and > runnig, but I was wondering if in the httpd.conf, if two ServerName options > for the same hosts, ie, I would like both names listed to look in the same > DocumentRoot): > ServerName something.com > ServerName www.something.com I believe you are looking for ServerAlias. For example: <VirtualHost www.unixfreak.org> ServerName www.unixfreak.org ServerAlias unixfreak.org ServerAdmin dima@unixfreak.org [...] </VirtualHost> ServerAlias can also take multiple arguments, as in: "ServerAlias www.something.com www.something-else.com". Hope this helps -- Dima Dorfman <dima@unixfreak.org> Finger dima@unixfreak.org for my public PGP key. "To repeat what others have said, requires education; to challenge it, requires brains." -- Mary Poole 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?20001011225546.D9D381F26>