Defect #2605
closedHelp: Apache reverse proxy solution needed and past solutions did not work
0%
Description
Hello all,
I have been sifting through the bugs, defects and help requests on getting Redmine to work when being reverse proxyed. I looked at the solutions and gave them a run, but got nothing. I have access to a server that is exposed on the Internet. This server serves up a portal for my company. I want to be able to reverse proxy redmine through our portal so I added these lines:
ProxyPass /redmine http://myRedmine/redmine
ProxyPassReverse /redmine http://myRedmine/redmine
I have used this solution to reverse proxy other services, but this does not work. Can someone please tell me whats going on. Note that I have changed the default port from 3000 to 80 (tried both) and also tried using mongrel with a prefix of /redmine. Does anyone have any ideas or have come up with a solution to this?