[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RAQ2] Pointing Multiple Domains to One Site
- Subject: Re: [cobalt-users] [RAQ2] Pointing Multiple Domains to One Site
- From: Dennis <dkc@xxxxxxxxxxxxx>
- Date: Fri Jan 14 17:47:47 2000
Heres what I can gather:
> In this scenario, my domainpointer.com is a website with document root at /home/sites/vsite.com/users/me/web. This site has been
> created using the instructions above.
>
> Emails:
> (1) What will happen to emails sent to anything@xxxxxxxxxxxxxxxxx ?
> (2) How can I receive emails sent to anyt@xxxxxxxxxxxxxxxxx ?
You would have to manually add entries in /etc/virtusertable and have the mail pointed to valid users on the RaQ2. Making sure to
add the domain to the lists in:
Control Panel>> Mail Server.
You can add normal aliases to the virtusertable (name@xxxxxxxxxxxxxxxxx) and also catch-all addresses (@domainpointer.com). What we
normally do is add a ketch all for the domain to point to the siteadmin of the site as we use this more for mirrors of mainsites.
> Logs:
> (3) Where will the logs of the domainpointer.com site be stored? Will they be included in the /home/sites/vsite.com/logs/access
> logfile?
I am not sure how the RaQ2 creates it logs. It does not have the access and error log directive in the httpd.conf in between the
<Virtual Host>. You probably could add those directives. Anyone know more on this topic?
> Control Panel:
> (4) What do you think, how will the domain pointer affect the website statistics generated by the Cobalt Interface?
The stats program in the interface only parses the access log so you would have to find out where the access logs are generated in
the config files.
Hope this helps.
-Dennis