Installing mod_proxy_html on docker httpd 2.1

444 views Asked by At

I'm currently working on my reverse proxy using docker image httpd 2.4. I followed this guide to configure the httpd.conf.

However, I am currently stuck at configuring ProxyHTMLURLMap. This needed the module mod_proxy_html.so which is not included in the image.

Do you have any idea on how I can add this in to the Docker image?

Appreciate your help!

0

There are 0 answers