Re: [Catalyst] How to build a catalyst system based on plug in ?

2008-05-22 Thread John Napiorkowski
--- On Wed, 5/21/08, Solli Honorio [EMAIL PROTECTED] wrote: From: Solli Honorio [EMAIL PROTECTED] Subject: [Catalyst] How to build a catalyst system based on plug in ? To: catalyst@lists.scsys.co.uk Date: Wednesday, May 21, 2008, 11:54 PM Hi, I'm thinking about to build one system to

[Catalyst] Userpasswords

2008-05-22 Thread Stephan Jennewein
Hi, what's the common way to add user with encrypted passwords with the algorithm i've chosen in the config . There are nice plugins for authenticating users but no for create new users. I tried to write a hook for the schema, but it won't work. Can anyone give me a working solution ? Stephan

[Catalyst] Catalyst using fast CGI

2008-05-22 Thread gordon
Dear List I am trying to get Catalyst working through apache by using fastcgi. I am having difficulty in achieving this. This problem is that I seam to be getting apache error code 13. My config for my website is: VirtualHost *:80 ServerName www.dnsemail.co.uk DocumentRoot

Re: [Catalyst] Userpasswords

2008-05-22 Thread J. Shirley
On Thu, May 22, 2008 at 12:48 PM, Stephan Jennewein [EMAIL PROTECTED] wrote: Hi, what's the common way to add user with encrypted passwords with the algorithm i've chosen in the config . There are nice plugins for authenticating users but no for create new users. I tried to write a hook for

Re: Re[3]: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-05-22 Thread J. Shirley
On Thu, May 22, 2008 at 10:05 AM, Dmitriy S. Sinyavskiy [EMAIL PROTECTED] wrote: People? what about my patch? I heven't got received any response. I'll be glad to now some news. Thanks. Your mailserver is rejecting mail. I suggest fixing your mail server or viewing the list archives to

Re: [Catalyst] Catalyst using fast CGI

2008-05-22 Thread Jonathan Rockway
* On Thu, May 22 2008, [EMAIL PROTECTED] wrote: Dear List I am trying to get Catalyst working through apache by using fastcgi. I am having difficulty in achieving this. This problem is that I seam to be getting apache error code 13. My config for my website is: VirtualHost *:80

Re: [Catalyst] Userpasswords

2008-05-22 Thread Jonathan Rockway
* On Thu, May 22 2008, J. Shirley wrote: On Thu, May 22, 2008 at 12:48 PM, Stephan Jennewein [EMAIL PROTECTED] wrote: Hi, what's the common way to add user with encrypted passwords with the algorithm i've chosen in the config . There are nice plugins for authenticating users but no for

Re: [Catalyst] Catalyst using fast CGI

2008-05-22 Thread Stephen Sykes
[EMAIL PROTECTED] wrote: Dear List I am trying to get Catalyst working through apache by using fastcgi. I am having difficulty in achieving this. This problem is that I seam to be getting apache error code 13. My config for my website is: VirtualHost *:80 ServerName www.dnsemail.co.uk

Re: [Catalyst] Catalyst using fast CGI

2008-05-22 Thread J. Shirley
On Thu, May 22, 2008 at 6:12 PM, Stephen Sykes [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Dear List I am trying to get Catalyst working through apache by using fastcgi. I am having difficulty in achieving this. This problem is that I seam to be getting apache error code 13. My