Re: Apache delivering the wrong file

2006-06-20 Thread Holger Levsen
Hi, On Sunday 18 June 2006 22:01, Richard Atterer wrote: > Finally, Apache 2 allows you to do language negotiation via cookies. This > means that our language selection links at the bottom of each page could be > made to permanently select the language: After clicking on such a link, a > user can

Re: Apache delivering the wrong file

2006-06-19 Thread MJ Ray
Richard Atterer <[EMAIL PROTECTED]> wrote: > Yikes, I just checked the set of headers sent by lynx and it *is*=20 > impressive! I'm not really sure why it needs to send stuff like=20 > application/vnd.stardivision.impress explicitly when the header already has > a */* at the very end. IMHO a browse

Re: Apache delivering the wrong file

2006-06-19 Thread Richard Atterer
On Sun, Jun 18, 2006 at 06:38:57PM +0200, Martin Schulze wrote: > Richard Atterer wrote: > > You could put the information on > > , but I doubt anyone will care. > > Anybody mind me adding it there? OK, I've added it now! Richard -- __ _ |_) /|

Re: Apache delivering the wrong file

2006-06-19 Thread Richard Atterer
On Mon, Jun 19, 2006 at 07:27:08AM +0100, MJ Ray wrote: > Richard Atterer <[EMAIL PROTECTED]> > > I agree that lynx is wrong - apparently the developers have not paid close > > attention to the HTTP RFC: The order of entries in the Accept header is not > > significant. > > Is this related to bug #

Re: Apache delivering the wrong file

2006-06-18 Thread MJ Ray
Richard Atterer <[EMAIL PROTECTED]> > I agree that lynx is wrong - apparently the developers have not paid close > attention to the HTTP RFC: The order of entries in the Accept header is not > significant. Is this related to bug #268264 or a new (to us) bug for Lynx? Thanks, -- MJR/slef Laux nur

Re: Apache delivering the wrong file

2006-06-18 Thread Martin Schulze
Felipe Augusto van de Wiel (faw) wrote: > On 06/18/2006 10:46 AM, Martin Schulze wrote: > > Hmm... > > > > With the addition of calendar (ics) files I noticed a changed > > behaviour in the Apache on www.debian.org. When I view the > > .../events/ page with lynx or w3m and try to follow one of th

Re: Apache delivering the wrong file

2006-06-18 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 06/18/2006 10:46 AM, Martin Schulze wrote: > Hmm... > > With the addition of calendar (ics) files I noticed a changed > behaviour in the Apache on www.debian.org. When I view the > .../events/ page with lynx or w3m and try to follow one of th

Re: Apache delivering the wrong file

2006-06-18 Thread Richard Atterer
On Sun, Jun 18, 2006 at 06:38:57PM +0200, Martin Schulze wrote: > Richard Atterer wrote: > > So... another try at fixing the problem: Rename the files such that we > > have: > > > > foo.html.en foo.html.de > > Won't that create a problem if you want to select a particular language > independent

Re: Apache delivering the wrong file

2006-06-18 Thread Richard Atterer
On Sun, Jun 18, 2006 at 06:36:51PM +0200, Frank Lichtenheld wrote: [Apache 2] > But what real benefits do you see in using it? Primarily WRT language negotiation: ForceLanguagePriority can be used to avoid "406 Not Acceptable" errors for users with badly configured browsers (e.g. no English in t

Re: Apache delivering the wrong file

2006-06-18 Thread Martin Schulze
Richard Atterer wrote: > On Sun, Jun 18, 2006 at 04:57:01PM +0200, Martin Schulze wrote: > > That's sufficient and even works with Apache 1.3. Wonderful! > > > > Do we have a framework to tell the mirrors that they should alter their > > webserver configuration? > > Not to my knowledge. You cou

Re: Apache delivering the wrong file

2006-06-18 Thread Frank Lichtenheld
On Sun, Jun 18, 2006 at 04:44:03PM +0200, Richard Atterer wrote: > Ah, the joys of Apache content negotiation... :-7 > > Before I say anything else: I have been working with Apache 2 for a long > time now, some of the stuff may not work with Apache 1.3. (BTW, switching > to v2 on debian.org woul

Re: Apache delivering the wrong file

2006-06-18 Thread Richard Atterer
On Sun, Jun 18, 2006 at 04:57:01PM +0200, Martin Schulze wrote: > That's sufficient and even works with Apache 1.3. Wonderful! > > Do we have a framework to tell the mirrors that they should alter their > webserver configuration? Not to my knowledge. You could put the information on

Re: Apache delivering the wrong file

2006-06-18 Thread Martin Schulze
Richard Atterer wrote: > Ah, the joys of Apache content negotiation... :-7 Well.. :) > 4) AddType text/calendar;qs=0.9 .ics >This is not well documented, but it works! >(At least I know it does with Apache 2.) That's sufficient and even works with Apache 1.3. Wonderful! Do we have a fr

Re: Apache delivering the wrong file

2006-06-18 Thread Richard Atterer
Ah, the joys of Apache content negotiation... :-7 Before I say anything else: I have been working with Apache 2 for a long time now, some of the stuff may not work with Apache 1.3. (BTW, switching to v2 on debian.org would give us lots of benefits, *nag* *nag*) I agree that lynx is wrong - appa