Chris Caston wrote: > 187 <Virtual host> > 188 ServerName localhost > 189 DocumentRoot /var/www > 190 </VirtualHost> I've never used mod_dynvhost but isn't the correct syntax for apache virtual hosting normally <VirtualHost blah> rather than <Virtual blah>? That would also fit with the </VirtualHost> line. Cameron.