Windows users Where instructions for Unix/Linux systems refer to libxml2.so, you need libxml2.dll instead. Libxml2 may or may not already be available on your system, depending on what software you are running. You may need one or two additional dlls, if they are not already loaded. These are iconv.dll (charset conversion to support internationalisation) and zlib.dll (compression library). For your convenience, these are available for download here. Please note that these downloads are built and maintained by Igor Zlatkovic, and copied here merely for convenience for users of WebThing software. For details and up-to-date builds of these libraries, please see http://www.zlatkovic.com/libxml.en.html To load them in Apache, use: LoadFile "C:/your/path/to/zlib.dll" (probably not required) LoadFile "C:/your/path/to/iconv.dll" (maybe not required) LoadFile "C:/your/path/to/libxml2.dll" LoadModule proxy_html_module modules/mod_proxy_html.so NOTE ==== The mod_proxy_html-demo.so available here is a trial/demo version. It is fully functional (though not necessarily up to date), but adds its own banner to all pages served.