Setup virtualDomainName in the DNS and add the following lines in
httpd.conf

NameVirtualHost ip.addr.of.httpd.server


<VirtualHost ip.addr.of.httpd.server>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /www/docs/virtualDomainName
    ServerName virtualDomainName.com
    ErrorLog logs/logFileName_log
    CustomLog logs/xxxx-access_log common
</VirtualHost> 


Rajesh Prakasan wrote:
> 
> How do i configure Virtual domain in linux, because i want to use two
> domains, one for local delivery & one for Internet connectivity.
> plse help me.
> 
> --
> Rajesh Prakasan
> DIREM Marketing Services Pvt Ltd
> E-mail: [EMAIL PROTECTED]
> visit us at http://www.direm.com
> 
> ----------------------------------------------
> An alpha version of a web based tool to manage
> your subscription with this mailing list is at
> http://lists.linux-india.org/cgi-bin/mj_wwwusr

----------------------------------------------
The mailing list archives are available at
http://lists.linux-india.org/cgi-bin/wilma/LIH

Reply via email to