if mod_proxy_html is loaded. Otherwise it's a big
gotcha when mod_proxy_html just does nothing at all!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1200069 13f79535-47bb-0310-9956-
ffa450edef68
# Various default settings
#Include @rel_sysconfdir@/extra/httpd-default.conf
-# If mod_proxy_html is required
-#Include @rel_sysconfdir@/extra/proxy-html.conf
+# Configure mod_proxy_html to understand HTML4/XHTML1
+<IfModule proxy_html_module>
+Include @rel_sysconfdir@/extra/proxy-html.conf
+</IfModule>
# Secure (SSL/TLS) connections
#Include @rel_sysconfdir@/extra/httpd-ssl.conf