On Thu, Aug 14, 2003 at 02:38:39PM -0400, Haywiremac wrote:
> 
> and I know it does have an effect, as whatever document root is
> specified first is served, but never the second.
> 
> here is my Vhosts.conf
>
> ################# Named VirtualHosts
> NameVirtualHost *
> <VirtualHost *>
> ServerName www.orderinchaos.org
> DocumentRoot /var/www/html  
> </VirtualHost>

Instead of a star in the <VirtualHost *> directive put each
of your domain names (what ZoneEdit has pointing at you).

<VirtualHost www.orderinchaos.org>

and see if that does it.

I use apache on my local host and got mixed results using the *

Roland

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to