Thank you for the suggestion. Reply inline below. > > I must have misunderstood something in the docs. The following is not > > working as I expect it to. > > > > In httpd.conf: > > > > NameVirtualHost *:80 > > Include conf/otherdomain.conf > > Include conf/mydomain.conf > > > > > > In mydomain.conf: > > > > <VirtualHost *:80> > > ServerName www.mydomain.com > > ServerAlias mydomain.com > > DocumentRoot /var/www/html > > </VirtualHost> > > > > # Other stuff > > <VirtualHost *:80> > > ServerName other.mydomain.html > > DocumentRoot /var/www/other > > </VirtualHost> > > > > # Catch all other domains > > <VirtualHost *:80> > > ServerName www.mydomain.com > > ServerAlias *.mydomain.com > > DocumentRoot /var/www/html > > </VirtualHost> > > > > > > In otherdomain.conf: > > Are you sure this is being included? Put in a syntax error and check it > is detected... Yep. But to be sure, I did as you suggested and indeed I got a syntax error upon restart of apache. Cheers, David --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx