[Catalyst] changing the port
Perrin Harkins
perrin at elem.com
Sun Jan 14 15:03:43 GMT 2007
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
More information about the Catalyst
mailing list