Re: [Catalyst] App Deployment - Apache, FastCGI, init.d

2007-09-20 Thread Daniel McBrearty
also, try daemontools - that shell script will shrink to about 3 lines, and managing it will be a cinch. It's in the cat calendar stuff somewhere. On 9/20/07, Hans Dieter Pearcey [EMAIL PROTECTED] wrote: On Wed, Sep 19, 2007 at 08:57:10PM -0500, Mitchell Jackson wrote: I've seen it mentioned

[Catalyst] Re: Problem using Static::Simple

2007-09-20 Thread Will Hawes
On 19/09/2007, Will Hawes [EMAIL PROTECTED] wrote: On 19/09/2007, Will Hawes [EMAIL PROTECTED] wrote: Having upgraded all Catalyst modules to their latest versions today, I think I'm seeing strangeness with Static::Simple. I've boiled it down to the following: 1) $ catalyst.pl MyApp

Re: [Catalyst] App Deployment - Apache, FastCGI, init.d

2007-09-20 Thread Brian Cassidy
Mitchell Jackson wrote: Does anybody have a better init script than the one below for handling the fastcgi processes? I'm probably missing something obvious X.X I've been generating an init.d script with Catalyst::Helper::FastCGI::ExternalServer [1] for our Ubuntu servers without issue.

[Catalyst] Catalyst::Controller::Rose::Simple

2007-09-20 Thread Alexandre Jousset
Hello list, I just uploaded on CPAN the module : http://search.cpan.org/dist/Catalyst-Controller-Rose-Simple/ that makes use of Rose::* easier ith Catalyst. It is version 0.01, so use with care and development environment use only. I know, documentation and tests are

[Catalyst] Login via IP address?

2007-09-20 Thread Jesse Sheidlower
I have a Cat app with the usual Session and Authentication stuff running, though I'm using my own Authz stuff instead of any of the built-in Roles tools. It's a typical setup with regular users who can just view things, some users with add/edit privs, and superusers who can create new users etc.

[Catalyst] Can't find my canary

2007-09-20 Thread Dennis Daupert
I have a problem trying to use Catalyst::Plugin::FormCanary. There are 3 routines: sub setup checks to make sure session is up and running. It is. sub finalize_session successfully creates the canary keys and adds a hidden input tag to $c-response-body. I wrote output of $c-response-body to

Re: [Catalyst] Catalyst::Controller::Rose::Simple

2007-09-20 Thread Alexandre Jousset
Hello Matt, Matt S Trout wrote: Feel free to ask me any question you want. Why haven't you submitted patches to the existing C-C-Rose? Any module called '-Simple' usually means there was an existing module that worked but I'm too lazy to patch it - please justify why that

Re: [Catalyst] Can't find my canary

2007-09-20 Thread Jonathan Rockway
On Thu, 2007-09-20 at 08:43 -0700, Dennis Daupert wrote: I have a problem trying to use Catalyst::Plugin::FormCanary. Two things. First is, FormCanary is a hack. It would be better to let your form validation system handle canary injection and verification. FormCanary isn't going to work very

[Catalyst] Encoding problem - ?fastcgi?

2007-09-20 Thread Richard Robinson
I got my all-singing all-dancing Catalyst app onto a proper server a few days ago. It's all going much better than I thought it might, a couple of friendly guinea-pigs, a fine crop of helpful comments, glitches getting spotted fixed, a thriving TODO list ... and one problem which worries me - I

Re: [Catalyst] Catalyst::Controller::Rose::Simple

2007-09-20 Thread Peter Karman
Alexandre Jousset wrote on 9/20/07 11:41 AM: Hello Matt, Matt S Trout wrote: Feel free to ask me any question you want. Why haven't you submitted patches to the existing C-C-Rose? Any module called '-Simple' usually means there was an existing module that worked but I'm too lazy