Merged www-apache/mod_proxy_html-3.0.1 against apache-2.2.16. Enabling the module in the conf brings us to: homeserver-02 apache2 # /etc/init.d/apache2 restart * Service apache2 starting apache2 has detected an error in your setup: apache2: Syntax error on line 135 of /etc/apache2/httpd.conf: Cannot load /usr/lib/apache2/modules/mod_proxy_html.so into server: /usr/lib/apache2/modules/mod_proxy_html.so: undefined symbol: htmlFreeParserCtxt * ERROR: apache2 failed to start Googling, this appears to be a problem which arises when mod_proxy_html is not linked against libxml2: http://www.issociate.de/board/goto/358279/mod_proxy_html.html Apologies in advance if that's not the case. Interestingly, the Windows version's repo has needed libraries listed: http://apache.webthing.com/mod_proxy_html/windows/ Here's ldd on my box: homeserver-02 mod_proxy_html # ldd /usr/lib/apache2/modules/mod_proxy_html.so linux-gate.so.1 => (0xb771e000) libc.so.6 => /lib/libc.so.6 (0xb75c0000) /lib/ld-linux.so.2 (0xb771f000) homeserver-02 mod_proxy_html # Thanks.
Fixed in 3.1.2