Tag: Fastcgi
-
IIS 7/7.5 – Configuring PHP via FastCGI on Windows Server 2008 R2
PHP is a fantastic dynamic programing language which runs great on IIS, but can be a bit slow at times. Traditionally PHP runs on IIS either as an ISAPI extension or as a Common Gateway Interface (CGI) program, running PHP via FastCGI can be a great way to improve performance depending on your application. In…
Written by