Setting up CGI is only slightly more complex than ISAPI. The main problem I have had in the past involved file permissions... altho I have not yet tried 4.3.1 CGI:

http://www.php.net/manual/fr/install.iis.php#install.iis.iis4

Im assuming French is better for you than English... Also, be sure to set this in your php.ini file:

cgi.force_redirect=1

This must be '0' for a secure Apache server, but it must be '1' for a functional IIS CGI server.

--

Brian 'Bex' Huff
[EMAIL PROTECTED]
Phone: 952-903-2023
Fax: 952-829-5424


I've installed yesterday the 4.3.1 on two system:
first: NT4 SP6a & IIS
second: Win XP Pro SP1 & IIS

In both cases the PHP functions normally in ISAPI but not in CGI.

In the first case, i've have multiple instances of php.exe in my task
manager and my browser (IE6) don't have result before I kill the
php.exe.

In the second case, i've an error with php interpretor, so i've nothing
in the browser.

I read that ISAPI is not as stable as cgi, so what can I do in order to
use CGI ???



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to