Duh thanks Joshua that would be the place to look eh? -----Original Message----- From: jslive@xxxxxxxxx [mailto:jslive@xxxxxxxxx] On Behalf Of Joshua Slive Sent: Wednesday, August 15, 2007 12:50 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: mod-charset-lite filter name On 8/15/07, Jeff Murch <jmurch@xxxxxxx> wrote: > > > > > I am trying to add the following functionality to my reverse proxy to enable > the charset-lite filter. The module name is mod_charset_lite but I don't > know how to identify the 'common name' for it to enable it as a filter. > > > > > > LoadFile /usr/lib/libxml2.so > > LoadModule proxy_html_module modules/mod_proxy_html.so > > LoadModule charset_lite_module modules/mod_charset_lite.so > > > > SetOutputFilter proxy-html > > AddOutputFilter charset-lite jsp >From the source code, the name of the output filter appears to be XLATEOUT. Or you could just use the implicit add option. Joshua. --------------------------------------------------------------------- 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 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.11.19/953 - Release Date: 8/14/2007 5:19 PM --------------------------------------------------------------------- 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