Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: no charset_map
On Tue, Oct 20, 2009 at 05:04:44PM +0400, Andrew Salnikov wrote:
> On Tue, 20 Oct 2009 14:23:39 +0400
> Igor Sysoev <is@xxxxxxxxxxxxx> wrote:
>
> > On Tue, Oct 20, 2009 at 02:13:07PM +0400, Andrew Salnikov wrote:
> >
> > > Включил в конфиге charset utf-8;
> > >
> > > В еррор логе обнаружил:
> > > "no "charset_map" between the charsets "utf-8" and "utf-8;" while
> > > reading response header from upstream"
> > >
> > > Кто-то лишнюю точку с запятой предаёт, или nginx где-то что-то
> > > неправильно смотрт?
> > >
> > > nginx 0.7.62
> >
> > Скорее всего, передаётся charset="utf-8;".
> >
>
> Смотрел tcpdump. Передаётся:
>
> Server: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3 with Suhosin-Patch
> Last-Modified: Thu, 15 Oct 2009 14:36:03 GMT
> ETag: "a4cebe-21a-475fa32e53ac0"
> Accept-Ranges: bytes
> Content-Length: 538
> Connection: close
> Content-Type: text/html; charset=UTF-8
>
> Может nginx конфиг свой парсит с ";"?
Нет. Только если
charset "utf-8;";
Но по идее, в строке 'between the charsets "utf-8" and "utf-8;"' первый
charset - исходный, а второй - куда перекодируем. И по идее, на первом
месте должен быть "UTF-8". А откуда взялось перекодирование проксируемого
ответа, используется "override_charset on", "X-Accel-Charset", или это
подзапрос ?
--
Игорь Сысоев
http://sysoev.ru
|