PHP-CGI support?

Hello,

A customer of mine is asking for "PHP CGI" support on the server. According to him it's that PHP is being executed directly and not as an Apache module. I always thought that this was when you use CGI files and add "#!/usr/bin/php" on top, but according to him, it's not. So then what is CGI-PHP and how do I make sure my webservers supports it?

Thanks alot! I've done searching on Google and found info about "CGI-PHP vs PHP" as in performance, but not how to enable it.

 

 

 

 

Top