Hallo!
LoadModule php4_module c:/php/sapi/php4apache.dll
Diese Zeile ist bei Apache 2.0.x (unter WinXP) nicht nötig - ich kann im Moment nicht mehr sicher sagen, ob sie nicht sogar als Fehler angemeckert wird - hängt wohl auch noch von der PHP-Version ab, ich habe PHP 4.3.0. Die php4ts.dll sollte allerdings nach C:\WinNT\system32 kopiert werden, das ist bereits alles - das steht aber in der INSTALL zu PHP drin
In der Doku steht aber:
Example 3-8. PHP and Apache 2.0 as Module
LoadModule php4_module c:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php
http://www.php.net/manual/en/install.apache2.php
(php4apache2!!!!!.dll)
Grüße
Andreas