The following reply was made to PR config/1304; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: Andrey Chernov <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: config/1304: Main server broken by first VirtualHost found (with workaround) Date: Thu, 23 Oct 1997 02:25:52 -0700 (PDT) I'm having trouble reproducing this. Here's the config I'm using. Tell me how it differs from yours. Thanks Dean ServerRoot /home/dgaudet/ap/apachen Port 8084 AccessConfig /dev/null ResourceConfig /dev/null ServerName abc <VirtualHost 1.1.1.1> ServerName def </VirtualHost> <Location /server-info> SetHandler server-info </Location>
