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
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