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

 

 

Reply via email to