Installing mod_fastcgi Apache on Windows
October 17th, 2008This installation assumes installed Apache. Here you go:
- Download mod_fastcgi dll from http://www.fastcgi.com/dist/.
- 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.
- Edit httpd.conf and add the following line:
LoadModule fastcgi_module modules/mod_fastcgi.dll - Restart Apache.