apacheリバースプロキシ設定
そうだったのか...
ProxyPassだけでProxyPassReverseを設定していなかったので、リダイレクトで上手くいかないという問題が発生していました。
先のRedmineなどは、以下のようにします。
<Location /redmine> ProxyPass http://localhost:8080/redmine ProxyPassReverse http://localhost:8080/redmine </Location>
そうだったのか...
ProxyPassだけでProxyPassReverseを設定していなかったので、リダイレクトで上手くいかないという問題が発生していました。
先のRedmineなどは、以下のようにします。
<Location /redmine> ProxyPass http://localhost:8080/redmine ProxyPassReverse http://localhost:8080/redmine </Location>