I just installed Apache http server 2.2.14. I want to know how to load fast cgi module in this ?

Is it really faster then mod_cgi ?

Can anyone explain ?

Regards, Mithun

link|improve this question

33% accept rate
Which FastCGI module? mod_fcgid or mod_fastcgi or another one? – joschi Dec 20 '09 at 11:37
feedback

1 Answer

LoadModule fcgid_module /usr/lib/apache2/modules/mod_fcgid.so

Yes, FastCGI is a lot quicker than CGI, at the expense of some additional complexity.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.