Topic: PHP 5.3 installation not interpreting on RHEL 4

I downloaded and installed php 5.3.2 from your repository for RHEL 4.  I've added a PHPIniDir /etc to /etc/httpd/conf/httpd.conf file and verified that LoadModule php5_module modules/libphp5.so
was being identified in that file.  When I did so apache warned that I had loaded php5_module multiple times, I had to rename /etc/httpd/conf.d/php.conf.  So it did find the php5_module.   

    PHPIniDir /etc
    AddHandler application/x-httpd-php .php

The problem is that when I execute a phpinfo.php file, the php source is displayed and not interpreted. I'm not sure where to look next.  I thought I'd covered everything obvious from the documentation.

Re: PHP 5.3 installation not interpreting on RHEL 4

You don't have to edit the httpd.conf as all needed directives are present in the php.conf.

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi