I have a domain, site.example.com and I would like to reverse-proxy a web app in site2.example.com/subfolder. Users should access that app by using site.example.com/subfolder. Is it possible? I would like to use Apache or even better varnish (without hitting Apache) to do the redirect.
Thank you