Page 1 of 1

php using cgi module or the isapi module

PostPosted: 23. September 2006 02:23
by anwoke8204
Hi, I am thinking on using xampp for my site, and I need to know if the php is using the cgi module or the isapi module, if it is using the cgi module, how hard is it to switch to the isapi module. many thanks

Re: php using cgi module or the isapi module

PostPosted: 23. September 2006 03:41
by Izzy
anwoke8204 wrote:Hi, I am thinking on using xampp for my site, and I need to know if the php is using the cgi module or the isapi module, if it is using the cgi module, how hard is it to switch to the isapi module. many thanks
PHP is not installed by default as a CGI binary. So go for it.

PostPosted: 23. September 2006 12:19
by Wiedmann
and I need to know if the php is using the cgi module or the isapi module,

In XAMPP PHP is installed as Apache module and not as CGI or ISAPI module.