0

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.

4

1 に答える 1

0

リクエストヘッダーを追加することでこれを解決しました。

RequestHeader add <NAME> <VALUE>
于 2013-09-19T12:49:09.853 に答える