Hi,
Thanks for your help.
LoadModule works, but i have another error now.
i didnt place in the 2 statements:
"LoadModule module_php4 modules/libphp4.so
AddModule mod_php4.c"
as my libphp4.so doesnt reside in modules directory. What are the reasons for placing the 2 statements in?
I placed in the following statement instead.
"LoadModule module_php4 /usr/lib/apache/libphp4.so"
but i got another error which is as follow:
Syntax error on line 207 of /usr/local/apache/conf/httpd.conf:
API module structure 'php4_module' in file /usr/lib/apache/libphp4.so is
garbled
- perhaps this is not an Apache module DSO?
Please advise, thanks very much