Octavian Rasnita wrote:
Is there a recommended method to get the correct port of the original request that works no matter if the application runs using a proxy server or not?

You need it to set the port to whatever your backend server listens on (83 you said?) and then you rewrite it in your proxy with a ProxyPassReverse directive.

If Catalyst isn't noticing that it's on port 83 and including that in the redirect, it should.

- Perrin

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to