in reply to Re: Apache and FastCGI: which Apache2 module and which Perl module should I use?
in thread Apache and FastCGI: which Apache2 module and which Perl module should I use?

Thanks. Yes, I now see that the Apache httpd page has a link to mod_fcgid right there under "Subprojects". Will use mod_fcgid.

Incidentally, I notice that the website that appears to represent FastCGI (fastcgi.com) doesn't contain any mention of mod_fcgid on their "FastCGI Servers" page.

Regarding CGI::Fast, I see that it itself uses the FCGI module. This is odd though: I see that CGI::Fast comes standard with Perl, ... but the FCGI module does not. Perhaps I'm supposed to install FCGI manually after installing mod_fcgid?

  • Comment on Re^2: Apache and FastCGI: which Apache2 module and which Perl module should I use?

Replies are listed 'Best First'.
Re^3: Apache and FastCGI: which Apache2 module and which Perl module should I use?
by almut (Canon) on Jul 14, 2010 at 20:10 UTC
    Perhaps I'm supposed to install FCGI manually after installing mod_fcgid?

    Yes, you definitely need to install FCGICGI::Fast is just a thin wrapper around FCGI.