09-23-04 02:20 PM
On Sun, 19 Sep 2004, Mike Mimic wrote:
> MultiViews.
>
> I have discovered that after fresh restart (of Apache) everything
> is working OK. But after some time, minute or two, (I do not why)
> this two requests have different responses (first English (because
> of LanguagePriority) and second 406):
>
> GET / HTTP/1.1
> Host: my.host.com
> Accept: */*
> Keep-Alive: 300
> Connection: keep-alive
>
> GET / HTTP/1.1
> Host: my.host.com
> Accept: */*;q=0.1
> Keep-Alive: 300
> Connection: keep-alive
Boggle. I don't have an explanation (at least, not yet, nor have I
any confidence that I'll be able to give one), but can you, at least,
say what the "Vary:" response header contained in each case?
[ Post a follow-up to this message ]
|