How do I get the mod_fastcgi.so module and load it into apache2? I need it for a deployment of trac. Thanks!

link|improve this question

44% accept rate
feedback

1 Answer

up vote 2 down vote accepted
yum whatprovides mod_fastcgi.so # will tell you what package contains mod_fastcgi.so 
yum install the_package 
link|improve this answer
Actually I'm using Ubuntu 10.4, I probably should I have mentioned that. – Casey Flynn Apr 29 '11 at 1:36
1  
apt-cache search fastcgi – silviud Apr 29 '11 at 1:38
thanks. I think I found it. I'm going to install the 'libapache2-mod-fcgid' package. – Casey Flynn Apr 29 '11 at 1:40
feedback

Your Answer

 
or
required, but never shown

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