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 understand php.conf is read by Apache at startup, and causes the php module to be loaded. (Before I worked this out, I had the same LoadModule in /etc/httpd/conf/httpd.conf, and got the message "module php4-module is already loaded, skipping" whenever I started Apache.)

If I go to my /server-info URL, there is no mention of php; other modules appear to have loaded OK.

If I point my browser to my test.php page, I get blank, not even source. The access is logged to to the Apache access log, there is no error reported in the error log.

Any help would be appreciated.

Reply directly to me; I will summarise to the list.

Thanks in advance, Dick


-- Richard Gillman iTSS UNIX Systems Group, Maclean Building, Wallingford OX10 8BB Tel: 01491 - 692 339


-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to