I installed Apache 1.3.12 and PHP4 on Linux 6.2 Everything seemed to compile ok. When I run httpd -l I see the php4 module statically built in the Apache core. I also added line
AddType application/x-httpd-php .php
to httpd.conf, which I checked to be the configuration file loaded when I start Apache.
When I try to open any .php file from my browser window Save File As window pops up.
It asks me if I want to save the file of type application/x-httpd-php on disk.
The same Apache/PHP combination I installed on a different machine running Red Hat 6.1 seems to work fine. Can this be a problem with Linux 6.1 vesion?
Please help