- Check in httpd.conf (it is usual in /etc/httpd/conf) if the following are there:
<IfDefine HAVE_PHP3>
LoadModule php3_module path_to/libphp3.so
</IfDefine>
<IfDefine HAVE_PHP3>
AddModule mod_php3.c
</IfDefine>
and if are not commented
2. Check if "path_to" is correct!
Try to locate where are located libphp3.so file with the command:
locate libphp3.so