If I have Apache configured to proxy /foo to Rails behind Mongrel, how
do I fix routes to always include the subdirectory?
In other words, main Rails page is here:
But application environment page fails because it’s here
http://127.0.0.1/foo/rails/info/properties
not here