Hello guys, I'm pulling my hair out here. I've never had over 1 ip to use over the years. Now I have colo-ed and have 13 ip addresses. I'm not doing something right in apache. I'm getting the wrong site for a differentt ip etc. Here is my order of includes... Listen zzz.zzz.zz.zz:80 Listen yyy.yyy.yyy.yyy:80 NameVirtualHost zzz.zzz.zz.zz:80 NameVirtualHost yyy.yyy.yyy.yyy:80 <vhost1 zzz.zzz.zz.zz:80> servername name.com <vhost2 yyy.yyy.yyy.yyy:80> servername name.com <vhost3 yyy.yyy.yyy.yyy:80> servername name.com <vhost4 yyy.yyy.yyy.yyy:80> servername name.com My thinking is run as many one ip as shared and assign certain ips to other domains that needs SSL I need to run around 20 on a shared ip and 2 others on dedicated... Can someone point me in the right direction for this setup? any suggestions on what i'm doing wrong? Thanks, ~RD [edited by: RDWest2005 at 9:50 pm (utc) on Feb. 16, 2008]
|