Re: apache debugging needed

1999-06-07 Thread James A. Treacy
On Mon, Jun 07, 1999 at 08:41:16PM +0200, peter karlsson wrote: > > On to the remaing problem. Even with the type-map, sending a preferred > > language of '*' confuses apache. This is definitely something apache > > should work around and there is an open bug upstream regarding this. > > Which bro

Re: apache debugging needed

1999-06-07 Thread peter karlsson
> On to the remaing problem. Even with the type-map, sending a preferred > language of '*' confuses apache. This is definitely something apache > should work around and there is an open bug upstream regarding this. Which browsers do send such a header, and have you sent bug reports to the authors

Re: apache debugging needed

1999-06-07 Thread James A. Treacy
There was an error in the type-map file I created, which I just fixed. With the exception of the one problem listed at the end, http://www.debian.org/releases/slink/i386/install works perfectly now. Basically, any files we offer that have multiple mime types need to have a type-map file to ensure

Re: apache debugging needed

1999-06-04 Thread James A. Treacy
On Fri, Jun 04, 1999 at 10:06:29AM -0700, Darren O. Benham wrote: > On Fri, Jun 04, 1999 at 03:56:21AM -0400, James A. Treacy wrote: > > 2. wget --header="Accept-Language: en-us" > > http://www.debian.org/releases/slink/i386/install > >variants install.html, install.{cs,en,fi,fr,hr,ja}.html, i

Re: apache debugging needed

1999-06-04 Thread Darren O. Benham
On Fri, Jun 04, 1999 at 03:56:21AM -0400, James A. Treacy wrote: > 2. wget --header="Accept-Language: en-us" > http://www.debian.org/releases/slink/i386/install >variants install.html, install.{cs,en,fi,fr,hr,ja}.html, install.bat >apache returns install.bat - BAD > > 3. wget --header="Ac

Re: apache debugging needed

1999-06-04 Thread James A. Treacy
I forgot to give an example of a possibly related problem. It's the only case that doesn't work properly when all variants are of the same mime type. '*' is an evil value for a browser to send for Accept-Language, but there is a browser that does this (I believe it is Opera). 12. wget --header="A

apache debugging needed

1999-06-04 Thread James A. Treacy
Apache appears to be misbehaving again. I am looking for someone to do some debugging to figure out where the problem lies. The only way I've been able to get the apache people to do anything about problems with content negotiation is to send them a patch fixing the problem (even then they often ne