I am having problem installing the proxy_html for apache on an OpenSuse.
It looks like the module is installed:
a2enmod proxy_html
"proxy_html" already present
and in /etc/sysconfig/apache2 I have the line:
APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_default authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif ssl userdir php5 jk proxy proxy_html rewrite"
but apache cannot see the module:
/etc/init.d/apache2 configtest
Module "proxy_html" is not installed, ignoring.
Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Syntax OK
Any hints or pointers?