Click to See Complete Forum and Search --> : Config - CGI vs Module


tarsus
03-21-2007, 04:16 PM
My web hoster runs my site on IIS, and running phpinfo() on this site shows that the server API is "CGI/FastCGI."

- This does mean that PHP is running as CGI, not as a module, correct? Is "FastCGI" somehow different?

- Is it even possible to configure PHP differently on IIS, or must it be run as CGI?

- Can anyone point me to information regarding how the performance compares between ColdFusion and PHP running as CGI?