in reply to Apache and FastCGI: which Apache2 module and which Perl module should I use?
In the past, I've used mod_fastcgi in combination with the Perl module FCGI, and although I remember occasionally having had minor build "issues" with mod_fastcgi (depending on the Apache version), in the end things have always worked flawlessly.
On the Perl side, there's also CGI::Fast (which depends on FCGI), but I can't really recommend one over the other. I.e., I've used both and both worked.
That said, if I were to start a new FastCGI web project today, I would probably choose mod_fcgid with CGI::Fast — mainly because it seems to me (just a gut feeling) that this combination - in particular the Apache module mod_fcgid - is newer and better maintained.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Apache and FastCGI: which Apache2 module and which Perl module should I use?
by Anonymous Monk on Jul 14, 2010 at 19:45 UTC | |
by almut (Canon) on Jul 14, 2010 at 20:10 UTC | |
|
Re^2: Apache and FastCGI: which Apache2 module and which Perl module should I use?
by afoken (Chancellor) on Jul 14, 2010 at 22:56 UTC |