Re: [Catalyst] changing the port

2007-01-14 Thread Bill Moseley
On Sun, Jan 14, 2007 at 11:28:54AM +0200, Octavian Rasnita wrote: x-forwarded-host I think I could get the port number from this request header, but in that case it would work only if I use the application with a proxy server. That should work. Look at C::Engine::Apache:

Re: [Catalyst] changing the port

2007-01-14 Thread Octavian Rasnita
From: Bill Moseley [EMAIL PROTECTED] That should work. Look at C::Engine::Apache: http://dev.catalyst.perl.org/browser/trunk/Catalyst-Engine-Apache/lib/Catalyst/Engine/Apache.pm $host = $c-request-header( 'X-Forwarded-Host' ); if ( $host =~ /^(.+):(\d+)$/ ) { $host