>Could someone with Windows experience verify this and commit a fix if
>one is needed?
from the httpd.conf:
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the realname directory are treated as applications and
# run by the server when requested rather than as documents sent to the
client.
On my Windows-machine it works with
ScriptAlias /php-cgi/ "f:/home/PHP-SPOTs/cgi-bin/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php-cgi/php.exe"
so no fix is needed, I guess.
I run 1.3.17, though...
Cheerio, Marc.