JVN
Guest
Об установке PHP как CGI - модуля
)
Вот цитата из install.txt к PHP 4.2.0 for Win32:
If you wish to install PHP as a CGI binary, read this first:
...................
and then if you are really sure, insert these lines to your conf file:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Note, we consider installing PHP like this suicidal.

Вот цитата из install.txt к PHP 4.2.0 for Win32:
If you wish to install PHP as a CGI binary, read this first:
...................
and then if you are really sure, insert these lines to your conf file:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Note, we consider installing PHP like this suicidal.