PHP/APACHE/Linux Mandrake 8.1

I am having trouble getting .php support to work with Apache. I picked
.PHP during the install. In the httpd.conf file I got rid of:

<IfDefine HAVE_PHP4>
</IfDefine>

and just left

LoadModule php4_module extramodules/libphp4.so

I did the same thing for AddModule, thinking that HAVE_PHP4 was not
defined. I also checked for the correct file types in php.conf and yet
when I view my test.php file I get only:

>?php phpinfo(); ?<

Ideas?

Thanks.

Mark

 

 

 

 

Top