The following reply was made to PR general/2265; it has been noted by GNATS.

From: Mark Diaz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: general/2265: double authentication on fully qualified
  domain name
Date: Tue, 02 Jun 1998 11:57:35 -0700

 fyi.. We were able to solve our double authentication problem on virtual
 hosts by switching to name-based virtual addressing and using "redirect" to
 redirect queries to the fully-qualified domain name...
 
 Mark
 
 
 <VirtualHost jumpgate>
  
         Redirect        /       http://jumpgate.chromatic.com/
  
 </VirtualHost>
  
 <VirtualHost jumpgate.chromatic.com>
  
 ...
  
 </VirtualHost>
 

Reply via email to