Auszug aus meiner srm.conf
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
DirectoryIndex index.html index.htm index.shtml home.html home.htm index.php
und
# For example, the PHP3 module (not part of the Apache distribution)
# will typically use:
#AddType application/x-httpd-php3 .php3
#AddType application/x-httpd-php3-source .phps
# The following is for PHP/FI (PHP2):
#AddType application/x-httpd-php .phtml
AddType application/x-httpd.php .phtml
AddType application/x-httpd.php .php3
AddType application/x-httpd.php .php
AddType application/x-httpd-php-source .phps
und die httpd.conf:
LoadModule php4_module /usr/lib/apache/libphp4.so
(Datei ist dort auch vorhanden).
Ich hab jetzt auch mittlerweile 4.0.5 installiert - same

(Ich weiß zwar nicht ob das gescheit war - aber versuchen hab ichs müssen ...)