How to setup a vhost with multiple Ips

felosi

Well-Known Member
#1
I am using litespeed with cpanel, using apache config.

Suppose I wanted a site on the server to have multiple ip addresses. What would be the best way to do this?

I already know how to do it on dns just need to do it in httpd.conf
 

mistwang

LiteSpeed Staff
#2
I think it up to how cpanel generate the apache configuration.
Some thing like
Code:
<VirtualHost ip1 ip2 ip3>
...
</VirtualHost>
works fine.
 
Top