The following reply was made to PR general/3421; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Kim Bisgaard <[EMAIL PROTECTED]> Cc: Apache bugs database <[EMAIL PROTECTED]> Subject: Re: general/3421: Directory name redirects does not use "ServerName" with "UseCanonicalName=on" Date: Fri, 20 Nov 1998 00:03:44 -0800 (PST) On Fri, 20 Nov 1998, Kim Bisgaard wrote: > No I have not set ServerName in the two VirtualHost's. I have set ServerName > in the global scope, which also should be the one that matches the given > query, > AND the one (NameVirtualHost=dorothea) that the server replies back with, see > bug-report. Are you sure you properly understand how the vhosts work? If you have a NameVirtualHost directive for an IP, then no requests to that IP will go to the main server at all. I strongly suspect your problem is not setting the ServerName in the vhost that ends up handling the request.
