Bug 57774

Summary: httpd.conf <IfModule proxy_html_module> content error
Product: Apache httpd-2 Reporter: IanFayeLiu <robin536180>
Component: CoreAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEEDINFO ---    
Severity: normal CC: robin536180
Priority: P2    
Version: 2.4.12   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description IanFayeLiu 2015-03-28 15:16:27 UTC
# Configure mod_proxy_html to understand HTML4/XHTML1
<IfModule proxy_html_module>
Include conf/extra/proxy-html.conf
</IfModule>

Actuallly the file proxy-html.conf does not exist,it should be httpd-proxy-html.conf,so the content must be this : 

# Configure mod_proxy_html to understand HTML4/XHTML1
<IfModule proxy_html_module>
Include conf/extra/httpd-proxy-html.conf
</IfModule>
Comment 1 Eric Covener 2015-03-28 16:48:36 UTC
In the source distribution, it's proxy-html.conf.  Are you using someones 2.4.12 package? Maybe they updated the Include but not the filename (all of the other files in extra/ start with httpd-*)