RE: [PHP-DOC] ["TelMedia.pl" <krzysiekn <<i>email protected</i>>>] PHP manual email protected>>] PHP manual",1); ?> From: Marc Boeren (M.Boeren <email protected>)
Date: 04/19/01

>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.