[Catalyst] Authentication Using Catalyst::Authentication::Store::LDAP

2010-02-15 Thread Amit Jha
Hi All, In my authentication module I am trying to add  DBIC and LDAP authentication via Catalyst::Authentication::Store::LDAP. DBIC is working fine but LDAP is not. Following is app configuration file: __PACKAGE__-config(     'Plugin::ConfigLoader' = {     driver = {    

Re: [Catalyst] FastCGI deployment - slow to complete request

2010-02-15 Thread Toby Corkindale
On 15/02/10 15:59, Steve Rippl wrote: Hi, I have a small Catalyst app, the production version of which has been running pretty well using the built in server as there haven't been too many user at once. I'm trying to anticipate higher concurrent usage and switch to FastCGI (as that seems to be

Re: [Catalyst] FastCGI deployment - slow to complete request

2010-02-15 Thread Gervase Markham
On 15/02/10 04:59, Steve Rippl wrote: Now this works, it's serving up the application, but each request is really slow to complete! The obvious effect of this is that a page with JavaScript waiting for a complete page before it does it's thing looks dreadful for a while, the html has arrived

Re: [Catalyst] FastCGI deployment - slow to complete request

2010-02-15 Thread Steve Rippl
Andrew Rodland wrote: Fix: Use a current snapshot version of mod_fastcgi. Source tarballs can be found in http://www.fastcgi.com/dist/ or if you'd like a deb, I've built http://cleverdomain.org/libapache2-mod-fastcgi_2.4.6.99~snap20081109_i386.deb (for Debian 5.0 i386). Andrew Thanks for

Re: [Catalyst] FastCGI deployment - slow to complete request

2010-02-15 Thread Tomas Doran
Steve Rippl wrote: Andrew Rodland wrote: Fix: Use a current snapshot version of mod_fastcgi. Source tarballs can be found in http://www.fastcgi.com/dist/ or if you'd like a deb, I've built http://cleverdomain.org/libapache2-mod-fastcgi_2.4.6.99~snap20081109_i386.deb (for Debian 5.0 i386).

Re: [Catalyst] FastCGI deployment - slow to complete request

2010-02-15 Thread Andrew Rodland
On Monday 15 February 2010 10:47:45 am Steve Rippl wrote: Andrew Rodland wrote: Fix: Use a current snapshot version of mod_fastcgi. Source tarballs can be found in http://www.fastcgi.com/dist/ or if you'd like a deb, I've built

[Catalyst] Multiple chaining to same action ...

2010-02-15 Thread Kiffin Gish
In my application, users are allowed to edit only their own settings like this: /account/id/client/settings/edit | /role/*/settings/edit | /auth (0) | | | - /role/base (1) | | | - /role/settings/crud/base (0) | |

Re: [Catalyst] Multiple chaining to same action ...

2010-02-15 Thread J. Shirley
On Mon, Feb 15, 2010 at 12:38 PM, Kiffin Gish kiffin.g...@planet.nl wrote: In my application, users are allowed to edit only their own settings like this: /account/id/client/settings/edit | /role/*/settings/edit | /auth (0)                       | |                       | - /role/base (1)  

Re: [Catalyst] Multiple chaining to same action ...

2010-02-15 Thread Kiffin Gish
I just happened to find the answer here: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/msg07604.html t0m++ for (1..10) On Mon, 2010-02-15 at 21:38 +0100, Kiffin Gish wrote: In my application, users are allowed to edit only their own settings like this:

Re: [Catalyst] Multiple chaining to same action ...

2010-02-15 Thread Octavian Rasnita
From: Kiffin Gish kiffin.g...@planet.nl In my application, users are allowed to edit only their own settings like this: /account/id/client/settings/edit | /role/*/settings/edit | /auth (0) | | | - /role/base (1) | |

Re: [Catalyst] FastCGI deployment - slow to complete request

2010-02-15 Thread Steve Rippl
Andrew Rodland wrote: Apologies, somehow I had uploaded a bad build -- it says i386 in the filename but it was actually amd64. Fixed one is uploaded (at the same address, so just pull it again and install it again). Andrew That worked - thanks! -- Steve Rippl Technology Director Woodland