Commit c3f8ad7a authored by Nick Kew's avatar Nick Kew
Browse files

proxy-html.conf needs to be included automatically

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
parent b89aa4d2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -388,8 +388,10 @@ LogLevel warn
# 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