Skip to content

Instantly share code, notes, and snippets.

@SamWM
Created December 30, 2009 13:26
Show Gist options
  • Save SamWM/266040 to your computer and use it in GitHub Desktop.
Save SamWM/266040 to your computer and use it in GitHub Desktop.
FastCGI in IIS
rem download fastcgi from http://www.iis.net/expand/FastCGI
cscript %windir%\system32\inetsrv\fcgiconfig.js -add -section:"PHP" ^
-extension:php -path:"C:\PHP\php-cgi.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment