Bug 57774 - httpd.conf <IfModule proxy_html_module> content error
Summary: httpd.conf <IfModule proxy_html_module> content error
Status: NEEDINFO
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.4.12
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-28 15:16 UTC by IanFayeLiu
Modified: 2015-03-28 16:48 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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-*)