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!