[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Domain Pointer?
- Subject: Re: [cobalt-users] Domain Pointer?
- From: Jeff Lasman <jblists@xxxxxxxxxxxxx>
- Date: Sat May 13 17:53:41 2000
- Organization: nobaloney.net
Mike Fritsch wrote:
> well, I need http://www.site.net to point to http://www.site.com.
Do you also need to be able to receive mail to anyone@xxxxxxxx?
If not, then it's quite simple; this is actually in use on one of my
systems:
In the NameVirtualHost section for site.com, directly under the line:
ServerAlias site.com
add the following two lines:
ServerAlias www.site.net
ServerAlias site.net
and then restart httpd.
If you DO need to receive email, then you need the following line in at
the bottom of your virtusertable file, and then you need to do a
"makemap" on the virtusertable, and then restart sendmail:
@site.net %1@xxxxxxxxxxxx
(when you enter these lines, they should NOT be indented. I only indent
them for ease of reading).
Jeff
--
Jeff Lasman <jblists@xxxxxxxxxxxxx>
nobaloney.net
P. O. Box 52672
Riverside, CA 92517
voice: (909) 787-8589 * fax: (909) 782-0205