On Tue, Oct 21, 2003 at 07:11:29PM +0930, Daniel wrote: > I've been struggling with this for a while and I'm sure its something small > but I can't see it. I think I got it... not sure though...
> NameVirtualHost *:80
> [snip]
> <VirtualHost *>
> [snip]
> <VirtualHost *>
> [snip]
> <VirtualHost *>
I think the problem is that you have a mismatch between the binding of
the virtual host "*:80" and the individual named hosts "*". I'd try
either removing the port number from the NameVirtualHost option, or
adding it to each of the host directives, like this:
<VirtualHost *:80>
For more examples, see:
http://httpd.apache.org/docs-2.0/vhosts/name-based.html
-Mike Arrison
pgp00000.pgp
Description: PGP signature
