On 8/15/07, Jeff Murch <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to