Try looking at the http.conf file
apache directory/conf/httpd.conf
check that this line is turned on
AddModule mod_php4.c
But most likely these lines are toggled out
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
If that isn't it, then apache may not have been built with the module