On Mon, Aug 06, 2007 at 05:40:29PM +0100, Duncan Ferguson wrote:
> Hiya list,
> 
> If I have read the archives correctly, the only way to use http and  
> https to the front end it to have 2 backend servers, once running  
> http, the other forced to https, otherwise uri_for will not return  
> the correct paths to the front end on the https ports.

Not two backend servers, but a backend that listen on two ports.

Just need a way to tell the difference between http and https in the
backend, and using two ports is one way to accomplish that.

-- 
Bill Moseley
[EMAIL PROTECTED]


_______________________________________________
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