Re: [Catalyst] mix authentication stores

2008-10-02 Thread Jose Luis Martinez
Matt S Trout escribió: Catalyst::Authentication::Credential::Authen::Simple should do the trick. http://search.cpan.org/~jlmartin/Catalyst-Authentication-Credential-Authen-Simple-0.02/lib/Catalyst/Authentication/Credential/Authen/Simple.pm becasue Authen::Simple does support LDAP. Fucking

[Catalyst] Sending E-Mails

2008-10-02 Thread goetz
Hallo catalyst friends, I created a simple form for contact informations ( using email, FormFu ). When I use Catalysts built-in HTTP server receiving e-mails from this form works fine. As soon as I run the app using FastCGI and Apache no emails will be send. At the moment I really

AW: [Catalyst] Sending E-Mails

2008-10-02 Thread Hartmaier Alexander
Would be great if you had told us how you're sending the mails. Catalyst::View::Email? Regards, Alex -Ursprüngliche Nachricht- Von: goetz [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 02. Oktober 2008 12:32 An: The elegant MVC web framework Betreff: [Catalyst] Sending E-Mails Hallo

Re: [Catalyst] Sending E-Mails

2008-10-02 Thread Bogdan Lucaciu
On Thursday 02 October 2008 13:32:24 goetz wrote: I created a simple form for contact informations ( using email,   FormFu ). When I use Catalysts built-in HTTP server receiving e-mails from this   form works fine. As soon as I run the app using  FastCGI and Apache no emails will be   send.

Re: AW: [Catalyst] Sending E-Mails

2008-10-02 Thread goetz
I running Debian and installed: apt-get install postfix dovecot-imapd dovecot-pop3d policyd-weight in the root controller I have the methods: sub kontakt_email : Local FormConfig { my ( $self, $c ) = @_; my $form = $c-stash-{form}; if ($form-submitted_and_valid) {

Re: AW: [Catalyst] Sending E-Mails

2008-10-02 Thread goetz
I use the email plugin: use Catalyst qw/ -Debug ConfigLoader Static::Simple StackTrace Prototype Email /; Am 02.10.2008 um 13:41 schrieb Moritz Onken: Am 02.10.2008 um 13:30 schrieb goetz: sub send_email :

[Catalyst] FASTCGI - configuring timeout

2008-10-02 Thread Dermot
Hi, I am stretching the boundaries of the topic here I know but I thought someone might know this off the top of their head. I am getting timeout's. I am 99% sure this is because the Cat App is copying a 500MB file on it filesystem. FastCGI: comm with server

Re: [Catalyst] FASTCGI - configuring timeout

2008-10-02 Thread J. Shirley
On Thu, Oct 2, 2008 at 7:03 AM, Dermot [EMAIL PROTECTED] wrote: Hi, I am stretching the boundaries of the topic here I know but I thought someone might know this off the top of their head. I am getting timeout's. I am 99% sure this is because the Cat App is copying a 500MB file on it

Re: [Catalyst] FASTCGI - configuring timeout

2008-10-02 Thread Christian Lackas
* Dermot [EMAIL PROTECTED] [081002 16:05]: Hi Dermot, FastCGI: comm with server /var/www/MyApp/script/myapp_fastcgi.pl aborted: idle timeout (30 sec) FastCGI: incomplete headers (0 bytes) received from server /var/www/MyApp/script/myapp_fastcgi.pl if you consult the mod_fastcgi docs you

Re: [Catalyst] FASTCGI - configuring timeout

2008-10-02 Thread Dermot
2008/10/2 Christian Lackas [EMAIL PROTECTED]: * Dermot [EMAIL PROTECTED] [081002 16:05]: Hi Dermot, FastCGI: comm with server /var/www/MyApp/script/myapp_fastcgi.pl aborted: idle timeout (30 sec) FastCGI: incomplete headers (0 bytes) received from server

AW: AW: [Catalyst] Sending E-Mails

2008-10-02 Thread Hartmaier Alexander
Plugin::Email is deprecated, use View::Email instead. Regards, Alex -Ursprüngliche Nachricht- Von: goetz [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 02. Oktober 2008 14:26 An: The elegant MVC web framework Betreff: Re: AW: [Catalyst] Sending E-Mails Thanks for the hint. But nothing

[Catalyst] Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2008-10-02 Thread Ari Constancio
Hello, I'm new to Catalyst, and would like to know if it is possible to deploy Catalyst apps in a shared web hosting account without shell? For what I've read, it seems not possible but I need to be sure. Thank you, Ari Constancio ___ List:

Re: [Catalyst] Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2008-10-02 Thread Lee Aylward
On Thu, Oct 02, 2008 at 06:10:01PM +0100, Ari Constancio wrote: Hello, I'm new to Catalyst, and would like to know if it is possible to deploy Catalyst apps in a shared web hosting account without shell? For what I've read, it seems not possible but I need to be sure. Thank you, Ari