What is the easiest way to redirect http to https when mod_proxy_ajp is used?
I have the configuration below for mod_proxy_ajp:
ProxyPass /home ajp://localhost:8080/home
ProxyPassReverse /home ajp://localhost:8080/home
I was hoping if there is a way to do the redirect here, instead of doing it in the /etc/httpd/conf configs.