RE: [us...@httpd] Recommended way to setup Virtual Host

2010-06-08 Thread Manoj Samtani
It's very simple to setup NameBase Virtual Host in Apache: Like we have server with 10.0.0.1 IP which should serve over port 80 and we want to setup Apache for domains abc.com and xyz.com. Follow below given notes. Add following lines in httpd.conf file: NameVirtualHost 10.0.0.1:80 ServerNam

Re: [us...@httpd] Recommended way to setup Virtual Host

2010-06-07 Thread Eric Covener
On Mon, Jun 7, 2010 at 3:20 AM, Nasir Zia wrote: > Hi, > > Can anyone tell me the recommended way to setup Virtual Host with one > Physical IP on the server and multiple domains. ? > > Name Based Virtual Host Vs IP Based Virtual Host what is the best to choose/ name-based is mandatory based on yo