I'm using Linux Mandrake release 7.0 (Air), Kernel 2.2.14-15mdk on an i686. Here's the lines in httpd.conf:
AddModule mod_php4.c
#LoadModule php4_module modules/libphp4.so
LoadModule php4_module /usr/lib/apache/libphp4.so
For example, the PHP3 module (not part of the Apache distribution)
will typically use:
AddType application/x-httpd-php3 .php3 .phtml .php
AddType application/x-httpd-php3-source .phps
The following is for PHP/FI (PHP2):
#AddType application/x-httpd-php .phtml
DirectoryIndex index.html index.htm index.shtml index.cgi Default.htm default.htm index.php3
#Include conf/addon-modules/mod_php3.conf
those are all the lines that seem to relate to php. thanx for your help!