installing the mod_proxy_html module for apache
Hi,
Maybe a noob question, but I have a problem installing the proxy_html module for apache.
I am in need of a reverse proxy, now this is working now I need to give the current command with the proxy referral
When I do this I get the error Invalid command 'ProxyHTMLEnable', perhaps misspelled or defined by a module not included in the server configuration Now I searched the internet and it is clear that the proxy_html module is not installed or included in the core. But what I cannot find is an explanation on how to install it. Cheers, Carlo
ProxyHTMLDocType ""When I do this I get the error Invalid command 'ProxyHTMLEnable', perhaps misspelled or defined by a module not included in the server configuration Now I searched the internet and it is clear that the proxy_html module is not installed or included in the core. But what I cannot find is an explanation on how to install it. Cheers, Carlo
-
Hello :) Have you considered upgrading to Apache 2.4 via EasyApache? This is a base module in version 2.4 per: Apache Module mod_proxy_html Thank you. 0 -
Hi, Then I am doing something wrong, because I have v. 2.4.10 installed Your profile has Apache 2.4.10 chosen to build Your currently running apache is Apache 2.4.10
I included my build info. I do not mean the proxy module, but the proxy html module.0 -
Please let us know if using a RawOpts file for Apache 2.4 helps. EX: touch /var/cpanel/easy/apache/rawopts/Apache2_4 vi /var/cpanel/easy/apache/rawopts/Apache2_4
Add the following entry:--enable-proxy-html=static
Ensure it looks like this after saving the file:# cat /var/cpanel/easy/apache/rawopts/Apache2_4 --enable-proxy-html=static
Then, rebuild Apache via EasyApache to activate this change. Documentation: Raw Opts Thank you.0 -
I tried this and it didnt work. Any other ideas? 0 -
Could you open a support ticket so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome. Thank you. 0 -
]Could you open a support ticket so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome. Thank you.
ticketid 58236190 -
To update, the instructions provided in my previous post worked. The user simply needed to run a successful build EasyApache to ensure the Raw Opt was enabled. Thank you. 0
Please sign in to leave a comment.
Comments
7 comments