Re: [Catalyst] what happened to mod_fastcgi?

2016-04-14 Thread Denny
On Thu, 2016-04-07 at 08:18 -0400, Steve wrote: > Like John, we had good experiences with fastcgi for the past 5 years > or so. That said, a recent O/S upgrade (RHEL 7.1) caused us to > migrate to mod_fcgid, as we had no luck getting mod_fastcgi to work.

Re: [Catalyst] Feasibility questions ref transition to Catalyst

2015-12-27 Thread Denny
or multiple copies of the same Catalyst application) on a single server using fastcgi - I have 20 or so ShinyCMS installs on my server. I haven't tried the other methods. Regards, Denny ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.

[Catalyst] ShinyCMS doesn't work with Catalyst 5.90102

2015-11-11 Thread Denny
Catalyst release (maybe the 'preserve state across a chain' changes), but I don't know how to dig into that. Can anybody help or advise? Thanks, Denny ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo

Re: [Catalyst] Simple question about "use Catalyst"

2015-10-19 Thread Denny
On Mon, 2015-10-19 at 14:21 +0100, Andrew wrote: > I ran catalyst.pl to create a new app (at least I think that's how I > did it - it was a couple of days back now), > and when I opened the main pm file, near the top was: > > use Catalyst::Runtime 5.80; > > I'd just installed Catalyst 5.90101

Re: [Catalyst] mod_fastcgi config for a Catalyst app.

2015-10-18 Thread Denny
Hi Andrew, There's a sample Apache config and external fastcgi launcher command in ShinyCMS: https://github.com/denny/ShinyCMS/blob/master/docs/sample-apache-conf/httpd.conf https://github.com/denny/ShinyCMS/blob/master/bin/external-fastcgi-server Possibly having a look at those will help you

Re: [Catalyst] mod_fastcgi config for a Catalyst app.

2015-10-18 Thread Denny
by the process number of the process you just found, and then hit enter again to accept the default signal (15). Regards, Denny ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

Re: [Catalyst] Memory usage with FCGI? Server running out of RAM

2015-06-11 Thread Denny
I run a server with 18 separate installs of ShinyCMS running, with at least 3 and sometimes 20 processes per install. 122 perl-fcgi processes in total. They look a bit bigger than most of your processes. I've got 8GB of RAM, and I'm pushing up against the edges of it a bit, but I don't

Re: [Catalyst] Advent Calendar... Grant proposal...

2015-01-18 Thread Denny
re-use some of each other's code! :) Regards, Denny * http://shinycms.org / https://github.com/denny/ShinyCMS ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http

[Catalyst] London Catalyst developer opportunity

2014-03-26 Thread Denny
out last year, so don't count on it. Cheers, Denny On Mon, 2014-03-24 at 09:54 +, Matthew Geppert wrote: I have an existing client struggling to find perl developers for a greenfield project, therefore wanted to reach out to my network to see if anyone is interested or may know that could

Re: [Catalyst] List of Applications using Catalyst

2013-06-08 Thread Denny
On Fri, 2013-06-07 at 16:16 -0700, bill hauck wrote: Does anyone know of a list of applications that are using Catalyst? http://wiki.catalystframework.org/wiki/catalystpoweredsoftware ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] List of Applications using Catalyst

2013-06-08 Thread Denny
On Sat, 2013-06-08 at 10:00 -0700, Richard Bychowski wrote: On Jun 8, 2013, at 3:02 AM, Denny wrote: On Fri, 2013-06-07 at 16:16 -0700, bill hauck wrote: Does anyone know of a list of applications that are using Catalyst? http://wiki.catalystframework.org/wiki/catalystpoweredsoftware

RE: [Catalyst] Unable to output anything in Root.pm - 'auto'

2012-10-29 Thread Denny
On Mon, 2012-10-29 at 15:43 +, Craig Chant wrote: By the way, what do you need the session-id for? Catalyst handles sessions in a transparent way To authenticate users, I don't want to store authentication in the hash and it seems the only other way to do this is via ORM, which I don't

Re: [Catalyst] Changing Formhandler field-type/widget based on Catalyst user-role

2012-05-24 Thread Denny
?) Regards, Denny ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/

Re: [Catalyst] Authentication in a Many Database Scenario

2012-05-09 Thread Denny
On Wed, 2012-05-09 at 21:09 +0100, Scott Simpson wrote: I’d like to offer users their own database (so that their own data is separate from other users) but use the same MVC code for all the user databases.

Re: [Catalyst] Paging problem

2012-04-27 Thread Denny
page of data - pass it in as a parameter. Cheers, Denny ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http

Re: [Catalyst] Method name conflict with current versions

2011-12-28 Thread Denny
updated to 5.12.4 when I had to reinstall Ubuntu... I'd rather ShinyCMS didn't leave 5.10.x behind just yet though! Thanks and regards, Denny PS: If you'd like to find me for a chat at any point, I usually lurk in #shinycms on irc.freenode.net

Re: [Catalyst] Single-domain multi-shop, multi-gateway; linked to the one shopping-cart

2011-12-05 Thread Denny
hiring to do. Regards, Denny ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/

Re: [Catalyst] Dealing with timestamps from Postgres

2011-11-03 Thread Denny
On Thu, 2011-11-03 at 15:20 -0500, will trillich wrote: The very nucleus of Character: to do what you know you should do, when you don't want to do it. Stephen Covey Good .sig quote for a thread about documentation :) ___ List:

Re: [Catalyst] Session duplicate key constraints on concurrent requests

2011-10-10 Thread Denny
The word you both want is 'lose'. Loose means something slightly different (and slightly odd, when discussing data). Tobias Kremer wrote: Matthias Dietrich wrote: you'll end up loosing info from session:new1. you'll loose data anyways. ___

Re: [Catalyst] Catalyst::Plugin::AutoCRUD example not working?

2011-10-07 Thread Denny
AutoCRUD is definitely maintained, and generally works very well. 'No sources defined' sounds to me like possibly your AutoCRUD config is wrong... I can't read the demo from here though, so can't help with specific advice, sorry. -- Sent from my phone. Please excuse terseness, typos and

Re: [Catalyst] Catalyst::Plugin::Authentication set_authenticated

2011-10-05 Thread Denny
I'm using it in ShinyCMS, with the same concerns. Discussion in #catalyst when I was writing that bit of the code didn't really reach a conclusion on whether it was 'safe' to use it, but nobody had a better suggestion. Regards, Denny -- Sent from my phone. Please excuse terseness, typos

Re: [Catalyst] Simple tutorials

2011-09-11 Thread Denny
On Sun, 2011-09-11 at 15:52 -0500, Chris Stinemetz wrote: Hello, I just finished installing catalyst along with strawberry perl. Would someone please recommend a good tutorial to get my feet wet? http://lmgtfy.com/?q=Catalyst+tutorial Top link. signature.asc Description: This is a

Re: [Catalyst] Virtual file manager like CKFinder

2011-07-14 Thread Denny
solution for Catalyst applications? There's a half-finished (or possibly half-started) CKEditor-compatible file manager built into ShinyCMS - feel free to pull the useful bits out and use them if they do what you need. (And send me any useful bits you add!) Regards, Denny https://github.com/denny

Re: [Catalyst] moniker_map arg in app_create.pl

2011-05-04 Thread Denny
On Wed, 2011-05-04 at 13:37 -0300, Hernan Lopes wrote: you should name your model singular, not plural Species is singular and plural. Like sheep. signature.asc Description: This is a digitally signed message part ___ List:

Re: [Catalyst] Open Source CMS

2011-04-29 Thread Denny
to manually install whatever is in the Makefile.PL when I install other people's code... anyone got any advice on packaging up for simpler deployment? Cheers, Denny * Link to the Makefile.PL, so you can see the dependencies: https://github.com/denny/ShinyCMS/blob/master/Makefile.PL

Re: [Catalyst] Open Source CMS

2011-04-28 Thread Denny
? Hi Mike, As Devin has already mentioned, I've got a basic CMS up and running, and I'm still adding features at a reasonable pace (this month; forums). Take a look at www.shinycms.org and https://github.com/denny/ShinyCMS and come chat in #shinycms on irc.perl.org - more developers would be very

Re: [Catalyst] Response Headers

2011-03-28 Thread Denny
On Mon, 2011-03-28 at 08:12 -0500, John M. Dlugosz wrote: Where is Content-Type being set? I'd like to send it instead as application/xhtml+xml, if the Accept header of the request claims to take that. Catalyst::View::TT::XHTML Regards, Denny signature.asc Description

Re: [Catalyst] apache2 fastcgi

2011-03-19 Thread Denny
this: /var/www/example.com/public_html/script/example_fastcgi.pl -n 3 \ -l /var/run/example.socket -p /var/run/example.pid -d -e Thanks for these examples... I've been meaning to move from static to external fastcgi for a while now, and this gave me the push and the help I needed. Cheers, Denny

Re: [Catalyst] Weird problem with Catalyst::Authentication, and redirects

2011-01-26 Thread Denny
auto, so no idea if this is a stupid question or not.) Regards, Denny signature.asc Description: This is a digitally signed message part ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

Re: [Catalyst] Re: superuser switch-user session function?

2010-11-29 Thread Denny
can override $c-stash-{ user } instead of having to mess with $c-user itself. Although presumably it would make sense to hinge the admin-only functions (such as 'switch user') off of $c-user - so that you can still switch back when you're done :) Regards, Denny

Re: [Catalyst] Query : Catalyst forward and relative path in CSS.

2010-11-21 Thread Denny
a absolute path ? ii) Can we give Document_root kind of path to achieve this? Not sure if you're not doing it this way for a reason, but personally I always use paths relative to the document root in my CSS - like so: background: url('/static/images/header.gif') Regards, Denny signature.asc

Re: [Catalyst] Query : Catalyst forward and relative path in CSS.

2010-11-21 Thread Denny
/detach/forward. Regards, Denny signature.asc Description: This is a digitally signed message part ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] Displaying template files without adding new controller actions

2010-10-11 Thread Denny
it. Regards, Denny signature.asc Description: This is a digitally signed message part ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

RE: [Catalyst] Displaying template files without adding new controller actions

2010-10-11 Thread Denny
(specifically, the 'CMS Pages' features and/or the Pages controller) I can't claim it's particularly brilliant code, but it's there and you're welcome to steal bits :) (or just use it, if it does roughly what you need) Regards, Denny signature.asc Description: This is a digitally signed message part

Re: [Catalyst] Defining ARRAY in Config::General config

2010-10-08 Thread Denny
. Regards, Denny de...@serenity ~/code/shinycms $ cat shinycms.conf name ShinyCMS author Denny de la Haye 2...@denny.me default_view HTML View::Email stash_key email_data default content_type text/plain charset utf-8 /default

Re: [Catalyst] User management with Catalyst (with email and URLs)

2010-08-26 Thread Denny
On Thu, 2010-08-26 at 13:10 +0200, David Schmidt wrote: Anyways, what you want can be done with Catalyst. 1) user enters mailaddress and hits submit 2) you generate a digest 3) store digest + mailaddress in model 4) send digest in URL to mailaddress 5) user klicks the link 6) validate

Re: AW: [Catalyst] User management with Catalyst (with email and URLs)

2010-08-26 Thread Denny
going to need this feature soon too... I'd be happy to look at any code you write and see if we can pull it together into a generic module between us? I guess it would fall under the CatalystX::Elements umbrella, if that's still happening. Cheers, Denny signature.asc Description

Re: [Catalyst] World Country List

2010-08-03 Thread Denny
On Tue, 2010-08-03 at 22:02 -0300, Robyn Jonahs wrote: Hi I am learning to use HTML::FormBuilder. I want to add a select input that contains all of the world countries. I am new to Cat and Perl. I searched CPAN but can't seem to come up with a module that lists all of the countries.

Re: [Catalyst] How use two wrapper?

2010-06-06 Thread Denny
/howtos/template_wrappers Read the 'Custom wrappers for parts of your site' section. Regards, Denny signature.asc Description: This is a digitally signed message part ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman

Re: [Catalyst] Catalyst in Ubuntu?

2010-03-21 Thread Denny
. Is there a reason you'd rather not install Catalyst from CPAN? Regards, Denny signature.asc Description: This is a digitally signed message part ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

Re: [Catalyst] Catalyst in Ubuntu?

2010-03-21 Thread Denny
On Sun, 2010-03-21 at 19:33 +0100, Matija Grabnar wrote: Denny wrote: Well yes. Debian unstable isn't generally considered suitable for production servers - there's a clue in the name. I realize that. However, if we think that the latest Catalyst is stable enough, now is the time

Re: [Catalyst] Catalyst::Plugin::Prototype: current state?

2010-03-20 Thread Denny
On Sat, 2010-03-20 at 09:02 -0700, Ovid wrote: You can connect to your server at http://curtis-poes-computer-3.local:3000 [warn] Calling $c-view() will return a random view unless you specify one of: [warn] * $c-config(default_view = the name of the default view to use)

Re: [Catalyst] strange generated DBIC accessor name

2010-03-10 Thread Denny
}, ); I have no people pattern in my database. Did I miss something? People is the correct plural of person. Apparently Catalyst uses something fairly clever to generate the plurals for relationship names. Regards, Denny signature.asc Description: This is a digitally signed message part

[Catalyst] Fwd: Catalyst development project - promo release application for a record label

2010-02-21 Thread Denny
Just received this and I thought it might interest some people on here. I'm not involved, please contact the author of the original email if you're interested. Forwarded Message From: Damon Allen Davison allo...@gmail.com To: j...@london.pm.org Subject: [Jobs] Catalyst

Re: [Catalyst] HTML editor plugin

2010-02-03 Thread Denny
On Wed, 2010-02-03 at 07:02 -0600, Paul Falbe wrote: I'm looking to create a little app to edit/create HTML strings to store in a mysql table. These strings are going to be displayed on a web page for annoucements for a youth baseball league. Before I went about creating one I thought I'd

Re: [Catalyst] Netiquette (was: Reading Database At Startup)

2009-08-19 Thread Denny
to read your reply or not. Digging through archives, that discussion seems to start around 1pm on 27 April 2009 (GMT/UTC), although the top posting discussion started prior to that. Regards, Denny signature.asc Description: This is a digitally signed message part

Re: [Catalyst] Netiquette (was: Reading Database At Startup)

2009-08-19 Thread Denny
On Wed, 2009-08-19 at 20:13 +0100, Denny wrote: Specifically, J. Shirley almost always does this (bottom posting after quoting entire message _with list sigs too_) I retract that. Looking at the archives it seems he finally started trimming the list sigs off the bottom sometime around June