0

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

Casey Flynn
  • 217
  • 4
  • 13

1 Answers1

2
yum whatprovides mod_fastcgi.so # will tell you what package contains mod_fastcgi.so 
yum install the_package 
silviud
  • 2,677
  • 2
  • 16
  • 19