Installing mod_proxy_html

January 5th, 2008No Comments

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

Related Posts:

Tagged : , ,

No Responses

Comments are closed.