PHP, RH 7.3 RPM & a big problem
Ok, now that we (hope to) have figured out how to import this damn mysql db we'r facing another problem....PHP ain't working



I just can't figure out why again... maybe i'm just googling too much or sth. or not finding the right Manual to RTFM ....
These rpm's are added:
php-devel-4.1.2-7.3.6
php-4.1.2-7.3.6
php-mysql-4.1.2-7.3.6
&
mysql-server-3.23.56-1.73
mysql-3.23.56-1.73
mysql-devel-3.23.56-1.73
php-mysql-4.1.2-7.3.6
&
apache-devel-1.3.27-2
apache-1.3.27-2
The httpd.conf contains the following necessary entries:
LoadModule php4_module modules/libphp4.so
AddModule mod_php4.c
&
<IfModule mod_php4.c>
AddType application/x-httpd-php .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
</IfModule>
<IfModule mod_php3.c>
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
</IfModule>
<IfModule mod_php.c>
AddType application/x-httpd-php .phtml
</IfModule>
Am i missing something, or why the heck is apache still showing just plain text files while opening a php file with .php extension?