Which version of apache have you installed ?I don't know whether php 4.0.4 will work with apache as static module.
I have compiled apache 1.3.12 with DSO support and installed php as an extended module using apxs utility. It will automatically creates httpd.conf file for php.
gknair wrote:
hello,
i am facing certain probs with php 4.0.4 on apache. the httpd server does not restart unless u reboot the system. there r these three entries in the httpd.conf file.
LoadModule php4_module modules/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php .php3
these statements r in the same order in the conf.
any help on this issue will be greatly appriciated.
regards gknair