I have a Rails application. The application is accessible via Passenger on Apache. Furthermore, I have a second configuration on Apache that use ProxyPass
to the first. It works. The problem is I don't know how to pass a variable from the second one to the very application.
It looks the SetEnv
doesn't work.