You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/03/28 16:16:27 UTC

[Bug 57774] New: httpd.conf content error

https://bz.apache.org/bugzilla/show_bug.cgi?id=57774

            Bug ID: 57774
           Summary: httpd.conf <IfModule proxy_html_module> content error
           Product: Apache httpd-2
           Version: 2.4.12
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: bugs@httpd.apache.org
          Reporter: robin536180@sina.com

# 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>

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 57774] httpd.conf content error

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57774

IanFayeLiu <ro...@sina.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |Windows 8
                 CC|                            |robin536180@sina.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 57774] httpd.conf content error

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57774

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |NEEDINFO

--- Comment #1 from Eric Covener <co...@gmail.com> ---
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-*)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org