Last week, I posted a message on this list. I had been having trouble
getting PHP4 to work with Apache 2 on RedHat 8. My test page was not
being parsed by PHP, and server-info did not show any information on PHP.
The Apache Migration HOWTO had the answer.
When configuring Apache for PHP, there
I can't get PHP working.
I've got Apache 2.0.40 on a RedHat 8 system.
/usr/lib/httpd/modules/libphp4.so exists. Both are straight out of the
box Redhat 8 distribution.
/etc/httpd/conf.d contains a file php.conf, which contains apache command
LoadModule php4-module modules/libphp4.so
I understan