WAMP/FastCGI
Views:
(Part of the WAMP documentation.)
http://www.apachelounge.com/download/ - download the latest version of mod_fcgid-2.x-w32.zip. Unzip and copy the "mod_fcgid.so" file to %PROGRAMFILES%\Apache Software Foundation\Apache2.2\modules\
The Visual C Runtime must also be installed - http://www.microsoft.com/downloads/details.aspx?FamilyID=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en
Apache Configuration
Save the following settings to @%PROGRAMFILES%@\Apache Software Foundation\Apache2.2\conf\extra\mod_fcgid.conf
LoadModule LoadModule fcgid_module modules/mod_fcgid.so DefaultInitEnv PATH "C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem;" DefaultInitEnv SYSTEMROOT "C:/WINDOWS" DefaultInitEnv SYSTEMDRIVE "C:" DefaultInitEnv TEMP "C:/WINDOWS/TEMP" DefaultInitEnv TMP "C:/WINDOWS/TEMP" DefaultInitEnv WINDIR "C:/WINDOWS"
Edit the main apache configuration file and add a line at the bottom to include the new fastcgi configuration. *NOTE: This directive should be placed before the directive for the virtual host configuration*
%PROGRAMFILES%\Apache Software Foundation\Apache2.2\conf\httpd.conf
Include conf/extra/mod_fcgid.conf
