Ich würde
a) PHP nicht als CgiBinary installieren sondern als Modul. (Geht aber nur richtig beim Apache 1).
Also einen Tipp: Besorg dir den Apache 1.3 und dann schreibst du
+-----------------------------------+
| PHP Configuration |
+-----------------------------------+
LoadModule php4_module c:/php/sapi/php4apache.dll
#AddModule mod_php4.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
Is besser.
Peter