> alr> echo "Content-Type: text/html; charset=koi8-r"
> alr> echo "Content-Language: ru"
> Сервер не трогает уже имеющиеся заголовки. Поэтому можно/нужно делать
> примерно так:
> #!/bin/sh
> echo 'Content-Type: text/html; charset='${CHARSET}
Ситуация более веселая. Он их не трогает, а просто
приписывает свой charset, что приводит к (например)
Content-Type: text/html; charset=koi8-r; charset=windows-1251
При этом Netscape использует последний, а IE первый из двух
charset'ов. ;-)
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.