[Catalyst] REST and two-legged oauth

2011-06-26 Thread clara resende
Hi everyone, I am developing a set of REST web services using catalyst. Looking into authentication, it looks to me that two-legged oauth is a good way to provide authentication, as described in: http://oauth.googlecode.com/svn/spec/ext/consumer_request/1.0/drafts/1/spec.html I've also been

[Catalyst] DBIx::HA

2011-10-13 Thread clara resende
Hi all, I need to be able to failover between two database backends. The DBIx::HA seems to be the right tool to that, but how to use it with Catalyst? Does anybody have experience setting this up? Thanks, Meindert ___ List:

Re: [Catalyst] DBIx::HA

2011-10-13 Thread clara resende
On Thu, Oct 13, 2011 at 4:31 PM, Peter Edwards pe...@dragonstaff.co.ukwrote: I need to be able to failover between two database backends. If you are using DBIx::Class it will reconnect stale database handles, so as long as your failover uses the same DSN hostname it should just work. That

[Catalyst] Log::Dispatch::Output::log Missing mandatory parameters

2011-10-14 Thread clara resende
Hi all, I just upgraded to Catalyst 5.9 and I was getting messages about Catalyst::Log::Log4perl being deprecated so I changed to Log::Log4perl::Catalyst. But now I am getting: $ script/webservices_server.pl -r Couldn't load class (myapp) because: Mandatory parameters 'level', 'message' missing

Re: [Catalyst] DBIx::HA

2011-10-15 Thread clara resende
On Sat, Oct 15, 2011 at 2:54 PM, Oleg Kostyuk cub.ua...@gmail.com wrote: 2011/10/13 clara resende clrr...@gmail.com: On Thu, Oct 13, 2011 at 4:31 PM, Peter Edwards pe...@dragonstaff.co.uk wrote: I need to be able to failover between two database backends. If you are using DBIx

Re: [Catalyst] Log::Dispatch::Output::log Missing mandatory parameters

2011-10-24 Thread clara resende
I haven't looked at it in depth but in my configuration file something seemed to go wrong setting the level: log4perl.rootLogger=DEBUG, Screen, Logfile log4perl.appender.Screen=Log::Dispatch::Screen log4perl.appender.Screen.Threshold=WARN This was ok before but after the update it gave me the

Re: [Catalyst] what happened to mod_fastcgi?

2016-04-09 Thread clara resende
ocumentation around it. >> >> Snap >> >> >> On Tuesday, April 5, 2016 9:56 AM, Daniel J. Luke <dl...@geeklair.net> >> wrote: >> >> >> I had problems getting mod_fcgid working well on my (small) catalyst >> setups. >> >

[Catalyst] what happened to mod_fastcgi?

2016-04-05 Thread clara resende
The site of mod_fastcgi http://www.fastcgi.com/ has disappeared and googling a bit further I found that apparently the project has been abandoned. Does anybody know exactly what is going on with the project? I've been using catalyst+apache+mod_fastcgi for many years and now I am wondering if I