Grüssi,
AddType application/x-httpd-php .php4 .php .php3 .phtml
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php /cgi-bin/php.exe
Hast du ein ScriptAlias auf /cgi-bin/?
Wieso unbedingt im /cgi-bin/?
Ist nur die php.exe im cgi-bin, oder hast du das ganze verzeichnis inkl. Unterverzeichnisse, dlls, dort?
Ist php.exe auch im PATH? ...
Ansonsten: Schon mal als Apache-Modul probiert?
LoadModule php4_module c:/php/sapi/php4apache.dll ## auskommentieren
AddType application/x-httpd-php .php ## hinzufügen
... und die php4ts.dll ins /windows/system32 Verzeichnis.
lg bernhard