Change the line from:
# Apache 1.3:
AddHandler fastcgi-script .fcgi
to:
# Apache 2:
AddHandler fcgid-script .fcgiresolve the problem.
Small (but hopefully useful) thoughts and experiences in my life. Mostly on sofware development, Web 2.0, Semantic Web, and Ruby on Rails. Occasionally, you'll find some experimentation with other {frameworks|programming languages|protocols|OSes|you name it}.
# Apache 1.3:
AddHandler fastcgi-script .fcgi
to:
# Apache 2:
AddHandler fcgid-script .fcgi