Re: [Catalyst] Fastest Perl HTTPD?

2006-08-28 Thread Pedro Melo
Hi, On 2006/08/27, at 09:30, Kaare Rasmussen wrote: Axkit2 looks like it'll be a lovely candidate for a production- quality scalable standalone server, although it's a single-process affair with optional forking so we'll need to figure out how to manage that appropriately to maximise

Re: [Catalyst] Fastest Perl HTTPD?

2006-08-28 Thread Kaare Rasmussen
I don't. But for me at least, what I'm looking for is a simpler HTTPD to power my back-end's with Catalyst apps. Even if ax2 is a little bit slower than Apache, it would be a good choice in some situations. Agreed. But that is asuming that the performance is similar to Apache/modperl, not say

Re: [Catalyst] Anyone actually using FastCGI with Apache (or even lighttpd)?

2006-08-28 Thread Mark Blythe
Hey Jason, I think you're having the same problem I had back in June. I was amazed that nobody else seemed to have been having this issue. I guess it just took a few months. :-) Anyway, here's the solution message I posted, which has been working fine for me since then. Take a look and see if

Re: [Catalyst] Anyone actually using FastCGI with Apache (or even lighttpd)?

2006-08-28 Thread Christopher H. Laco
I've been asleep at the wheel on this one... handelframework.org is running as FastCGI under Apache... Here's my config in case it helps FastCgiServer /www/handelframework.com/lib/HandelSite/script/handelsite_fastcgi.pl -processes 3 VirtualHost Alias /

Re: [Catalyst] Anyone actually using FastCGI with Apache (or even lighttpd)?

2006-08-28 Thread Daisuke Maki
I just got bit by this last night with lighttpd + FastCGI and was wondering, too. My quick and dirty fix for lighttpd was $path = $base_path . ($ENV{PATH_INFO} || $ENV{SCRIPT_NAME} || ''); in Catalyst::Engine::CGI. However, after some sleep and reading other solutions, it does seem that

[Catalyst] FormValidator::Simple Sillyness

2006-08-28 Thread Christopher H. Laco
Somedays I swear I shouldn't be allowed to touch a damn computer. I'm working on rewriting the cat helper code in Handel. IT was using Data::FormValidator, but I'm now using FormValidator::Simple instead. For reasons I don't understand, I can't get the messages to display the right thing when I'm