I have installed Red Hat 7.1 and the versions on PHP and Apache that came with it. I am having problems configuring both php and apache. I am unable to run the ./configure that I have seen in many posts.
Also, in the httpd.conf file, I have the following:
<IfDefine HAVE_PHP4>
LoadModule php4_module modules/libphp4.so
</IfDefine>
I was wondering where/how the HAVE_PHP4 is set and if anyone know of a good web site that will explain how to configure php and apache versions that came with Red Hat 7.1.
Thank You