Running PHP as CGI or module???
Moderator: General Moderators
Running PHP as CGI or module???
What's this about CGI and module versions of PHP? What do I need to modify in order configure my PHP to run as a module instead of a CGI and what's the basic difference between the two?
Module (SAPI) is preferred as it's more robust, and
I blatantly take it that you are using windows (correct me if wrong) so installing steps are best seen here: http://www.php.net/manual/en/install.windows.php
It's easier to show you the links to the manual itself explaining it, rather than trying to explain it here, as it's such a big area.
Good luck.
If using CGI version, you should read this page: http://www.php.net/manual/en/security.index.php for more info (and difference)....provides significantly improved performance and some new functionality
I blatantly take it that you are using windows (correct me if wrong) so installing steps are best seen here: http://www.php.net/manual/en/install.windows.php
It's easier to show you the links to the manual itself explaining it, rather than trying to explain it here, as it's such a big area.
Good luck.