Installing mod_fastcgi Apache on Windows

October 17th, 2008

This installation assumes installed Apache. Here you go:

  1. Download mod_fastcgi dll from http://www.fastcgi.com/dist/.
  2. Copy the dll into c:\program files\apache software foundation\apache2.2\modules\ (if you are using default installation directory) and rename it to mod_fastcgi.dll.
  3. Edit httpd.conf and add the following line:
    LoadModule fastcgi_module modules/mod_fastcgi.dll
  4. Restart Apache.