On Fri, 2004-01-09 at 20:57, jdouglas@xxxxxxxxxxxxxxx wrote: > Hi All, > > Hopefully someone can help me with this. > > I have two VirtualHosts configured thusly (domain names and IPs > changed): > > <VirtualHost 256.256.256.113> [snip] That address looks very suspicious to me..... maybe you mean 255.255.255.113? 256 is hex 100, which is 9 bits. For IP4 address the decimal-dot notation means each decimal number must be in the range 0-255 inclusive, not 1-256. Don