Trailing-slashes when reverse proxying with mod_proxy

I often want to mount a node.js single-page web application into a subdirectory of an Apache-hosted website, and the reverse-proxy feature of the Apache module mod_proxy is perfect for this. Getting the forward-slashes at the end of the URL correct is important for successfully loading assets, so this…

Read this article