> Fri Apr  5 10:13:50 2002 [10932] No old-style server at www.abc.com
> 
> Is a problem ??

Not really. It means a browser contacted your server but did not send a
'Host:' header. If you want to make these messages go away you can add a
virtual server with the 'NoHost' keyword, e.g.

 Virtual {
   NoHost
   Control {
     Alias /
     Location /home/www/htdocs
   }
 }

HTH

Cheers
Michiel

Reply via email to