F felosi Well-Known Member Oct 31, 2007 #1 Oct 31, 2007 #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
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
M mistwang LiteSpeed Staff Oct 31, 2007 #2 Oct 31, 2007 #2 I think it up to how cpanel generate the apache configuration. Some thing like Code: <VirtualHost ip1 ip2 ip3> ... </VirtualHost> works fine.
I think it up to how cpanel generate the apache configuration. Some thing like Code: <VirtualHost ip1 ip2 ip3> ... </VirtualHost> works fine.