[Catalyst] mod_proxy and https

2007-08-06 Thread Duncan Ferguson

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.


Is this still the case?  Will the next version of Catalyst::Runtime  
help with only having one backend instance (I can see having 2  
backend instances may be harder to manage, esp. when sharing session  
data between them - more hoops to jump through).


I have thought about overriding uri_for so all paths are returned to  
the browser as https.  I was surprised I couldn't find a sub similar  
to uri_for that didn't include the uri type and server name ('http:// 
server/status' vs '/status') so the original connection type is  
continued, but not sure what the implications of this might be (just  
thought of if, not fully thought it through yet).


Thoughts?

  Duncs

___
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/


[Catalyst] Tabular interfaces

2007-05-11 Thread Duncan Ferguson

Hiya list,

I need to add a tabular interface into my cat app and trying to work  
out the best practice way of doing it - are there any docs or info  
anywhere on how to do this?


One part would be for user preferences where the first tab contains  
basic information (i.e. name, address, tel, etc), the second tab  
contains preferences for the app, etc.  The second or n'th tab cannot  
be worked on until the first is done as some of the info might be  
dependent on it.


Has anyone here done something similar and have examples I can look at?

Thanks

  Duncs


___
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/


[Catalyst] Config::General selecting options

2007-02-08 Thread Duncan Ferguson
I have found Config::General and it seems pretty good for what I need. 

How can I select options, such as -interpolate, for when MyApp.conf is
loaded and parsed?

Thanks

  Duncs





___ 
All new Yahoo! Mail The new Interface is stunning in its simplicity and ease 
of use. - PC Magazine 
http://uk.docs.yahoo.com/nowyoucan.html


___
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/