--- Kunal Shah <[EMAIL PROTECTED]> wrote: > Ok, so I tell the list my problem in detail. > > I am trying to configure multiple domain on the same > ip. I have a static > IP and I have registered two domain names say > domain1.com and > domain2.com with internic.
Who is resolving the domain names right now ?? What did you give as the IP of the DNS server for there domains ?? > Now I want to host these two domains on the same IP. > So that it can > serve for both www.domain1.com and www.domain2.com What all services do you want to provide on each of these domains ? > Secondly I want to configure sendmail / qmail so > that it can accept the > mails on behalf of these two domains. For qmail checkout http://www.lifewithqmail.org/lwq.html Sendmail http://www.sendmail.org/faq/ > I have gone through apache-overview howto but it has > all the details > about configuring apache only.( I don't want details > for sendmail / > qmail or proftpd right now, but need some more > detail on sharing single > ip with multiple hosts ). You just configure your DNS server to resolve both the domains to the same IP and thats all there is to it. > /sbin/ifconfig eth0 alias www.domain1.com > the result is could not find domain name alias. You dont need to do anything like that. > So I am looking for that information. Once I will do > virtual hosts on > apache , I will try sendmail / qmail. VirtualHost for Apache is configured through apache's config file /usr/local/apache/conf/http.conf or /etc/httpd/conf/http.conf The file says enuff to get you starting - if in doubt we are always ready to help you through it :). Mithun __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
