tickets #36213
closed
Images in certain languages on counter-o-o respond with 406 error
Added by hellcp over 6 years ago.
Updated over 5 years ago.
Category:
Servers hosted in NBG
I can at least explain the problem:
# wget https://countdown.opensuse.org/small-label.pl.png
...
HTTP request sent, awaiting response... 200 OK
...
2018-05-20 13:10:06 (46.4 MB/s) - 'small-label.pl.png' saved [2933/2933]
# wget --header 'Accept-Language: de,en' https://countdown.opensuse.org/small-label.pl.png
...
HTTP request sent, awaiting response... 406 Not Acceptable
2018-05-20 13:10:08 ERROR 406: Not Acceptable.
so if the Accept-Language header does not match the language of the file, Apache returns 406 Not Acceptable
https://httpd.apache.org/docs/2.2/mod/mod_negotiation.html#forcelanguagepriority says ForceLanguagePriority Fallback
should fix this. I tried, and sadly it does not help :-(
Can someone who is more familiar with mod_negotiation please have a look?
- Private changed from Yes to No
- Category set to Servers hosted in NBG
- Assignee set to IonutVan
- Status changed from New to Resolved
- Assignee changed from IonutVan to cboltz
It took longer than planned, but since 30 minutes counter.o.o gets served from a new server which should have this bug fixed.
Also available in: Atom
PDF