I. OECGI4P.PHP
OECGI4P.PHP has all the features of ‘regular’ OECGI4.EXE, including the failover/multiple machine support, “SysDownPage” functionality, ability to upload and download files and forms, etc., etc. It can read the same registry settings as OECGI4.EXE, or read its settings from an ini file (on Linux). In order to use OECGI4P.PHP, you must download and install PHP for your web server, and specify “oecgi4p.php” wherever you previously specified “oecgi4.exe”. Note that you can use the static “startp.html” as the start page for OECGI4P.PHP. For more information on these settings please refer to the OECGI4.EXE Installation and Configuration Quick Start Guide.
Installing PHP on IIS 7 is especially easy, since FastCGI is included in IIS7, and the installer for the PHP module for win32 systems can automatically configure PHP extensions and FastCGI to work together. To download the installer, go to:
http://windows.php.net/download/
(choose the “VC9 non-thread safe” installer version for the most convenient installation)
For an explanation of setting up IIS 7 with FastCGI and PHP, see here:
http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-7/
And to set up IIS 6, see here:
http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/