Tag: php
-
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
-
Using PHP to display all Server Variables
Simple PHP Script to dump all server variables This simple PHP script can be a huge help when trouble shooting server variable related issues, like when using load balancers and in this case IIS with ARR. The way I used this script was to check and see if the HTTP_X_FORWARDED_PROTO had been set by my…
Written by