Installing mod_proxy_html

Download mod_proxy_html.c from here (please remember to register if you use this software).
Compile it like so

apxs -a -c -I/usr/include/libxml2 -i mod_proxy_html.c

Create a file /etc/httpd/conf.d/mod_proxy_html.conf

LoadFile /usr/lib/libxml2.so
LoadModule proxy_html_module  /usr/lib/httpd/modules/mod_proxy_html.so
ProxyHTMLExtended On

Popularity: 27% [?]

Leave a Reply

*