On Mon, May 08, 2006 at 04:38:21PM -1000, Al Plant wrote: > #NameVirtualHost *:80 > NameVirtualHost 192.168.1.23 > > #<VirtualHost *:80> > <VirtualHost 192.168.1.23>
I usually keep the configuration at *:80 for both NameVirtualHost and VirtualHost, but an explicit 192.168.1.23 should work as well. Is it possible that your configuration is actually correct, but your DNS is set wrong? All the hosts you listed on the ServerName lines should resolve to 192.168.1.23 when you ping them. -Vince