[Catalyst] apache2 + mod_fastcgi encoding proble
denis at uzvik.kiev.ua
denis at uzvik.kiev.ua
Wed Jan 10 20:54:20 GMT 2007
hi,
i have charset problem.
i use apache2 and fascgi(standalone mode).
In main apache2.conf I added
AddDefaultCharset cp1251
and modify end action(adding content-type header)
But I get wrong charset in output : (
With LiveHeaders plugin of Firefox i see that Content-Type header is
correct:
Content-Type: text/html; charset=cp1251
What can be wrong?
Encoding of templates are OK, because when I start my_app with
catalyst build-in server, charset-encoding is OK(http://site.com:3000).
So problem is in fastcgi and apache2
More information about the Catalyst
mailing list