On Sun, 2005-08-21 at 09:24, Paul F. Johnson wrote: > > > NameVirtualHost 82.42.51.231:80 > > > > > > <VirtualHost ctadirect.homedns.org:80> > > > > </VirtualHost> > > > > > > <VirtualHost mono.shacknet.nu:80> > > > > </VirtualHost> > > > That should be <VirtualHost *:80>. > > Which causes a priority conflict as there are more than one domain > hosted on the same box and so the first one gets priority :-( No, that doesn't matter. You just have to make the VirtualHost entries exactly match what you put in NameVirtualhost - that's how they are tied together. That is, you could have different sets of VirtualHosts tied to different NameVirtualhostss on different IP's and or ports. -- Les Mikesell lesmikesell@xxxxxxxxx