What I want to accomplish: Apache reverse proxy queries internalserver.mickg.net. internalserver.mickg.net responds (in win1251). Somehow convert to utf-8, and THEN feed into mod_proxy_html. Server to user (slightly salted and flavored, in utf-8 flavor). Currently, all is working, minus the win1251->utf8 translation. Anyone have any idea how to do this right? Question: What are the reasons that I may get the following logged to debug :[Mon Nov 06 19:04:48 2006] [debug] /root/apache2-2.0.55/build-tree/apache2/modules/experimental/mod_charset_lite.c(205): [client 192.168.17.121] uri: /a.html file: /var/www/a.html method: 0 imt: text/html flags: windows-1251->UTF-8 [Mon Nov 06 19:04:48 2006] [debug] /root/apache2-2.0.55/build-tree/apache2/modules/experimental/mod_charset_lite.c(272): [client 192.168.17.121] charset_source: windows-1251 charset_default: UTF-8 [Mon Nov 06 19:04:48 2006] [debug] /root/apache2-2.0.55/build-tree/apache2/modules/experimental/mod_charset_lite.c(379): [client 192.168.17.121] xlate input filter not added implicitly because no input configuration available
? (And, well, a.html is not getting transcoded, but I assume that's because of the "no input configuration" problem) [11/06/2006 ,19:06] mickg10__: The relevant lines from <Directory /var/www> : CharsetSourceEnc windows-1251 CharsetDefault UTF-8 CharsetOptions DebugLevel=9 ImplicitAdd a.html is a simple wget'ed html listing, so no funny magic there. Overall, this is an attempt to transcode stuff before mod_proxy_html munges it horribly, as it does not accept windows-1251. mickg --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx