How do I get the mod_fastcgi.so module and load it into apache2? I need it for a deployment of trac. Thanks!
Asked
Active
Viewed 999 times
1 Answers
2
yum whatprovides mod_fastcgi.so # will tell you what package contains mod_fastcgi.so
yum install the_package

silviud
- 2,687
- 2
- 18
- 19
-
Actually I'm using Ubuntu 10.4, I probably should I have mentioned that. – Casey Flynn Apr 29 '11 at 01:36
-
1apt-cache search fastcgi – silviud Apr 29 '11 at 01:38
-
thanks. I think I found it. I'm going to install the 'libapache2-mod-fcgid' package. – Casey Flynn Apr 29 '11 at 01:40