Received: by taz.hyperreal.com (8.7.6/V2.0) id LAA27638; Tue, 22 Oct 1996 11:40:34 -0700 (PDT) Received: from nora.pcug.co.uk by taz.hyperreal.com (8.7.6/V2.0) with SMTP id LAA27614; Tue, 22 Oct 1996 11:40:29 -0700 (PDT) Received: from imdb.demon.co.uk by nora.pcug.co.uk id aa26203; 22 Oct 96 18:45 BST Message-Id: <199610221722.SAA03867> Subject: Re: WWW Form Bug Report: "Apache 1.1.1 SIGSEGV w/newer HTTP clients" on OSF/1 To: develop@vaxxine.com Date: Tue, 22 Oct 1996 18:22:57 +0100 (BST) In-Reply-To: <199610221611.JAA11316@taz.hyperreal.com> from "develop@vaxxine.com" at Oct 22, 96 09:11:32 am From: Rob Hartill Organization: Internet Movie Database X-pgp-public-key: http://us.imdb.com/pgp.html X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com develop@vaxxine.com wrote: > >Submitter: develop@vaxxine.com >Operating system: OSF/1, version: >Version of Apache Used: 1.1.1 >Extra Modules used: >URL exhibiting problem: http://www.niagaracasinoexpress.com > >Symptoms: >-- >My apologies for posting a second bug report on >the same topic but I missed crucial information. >The SIGSEGV bug appears _only_ with newer >browsers. For instance, it appears when Netscape >3.0, Internet Explorer, or Lynx 2.6 is used but >_not_ when older versions of the browsers are. >Is it possible that the error is related to the >parsing of the new HTTP headers covering the >inclusion of the virtual host name for CGI >scripts? hi, I've passed your earlier mail to the developers list for consideration. The newer browsers are sending "HOST" HTTP headers that trigger virtual hosts that don't use their own IP addresses. The browser names the server it is requesting in the HTTP headers. If you have different IP addresses for each virtual host then it sounds like you've misconfigured things such that Apache is defaulting to using "HOST". What's causing the core dumps ?, the misconfiguration I suspect. Though that's no excuse for Apache to dump core, so we'd like to find out why and trap this if possible. cheers, rob