hi,
i've just installed php on a second redhat box, and as far as i can tell i've done everything the same as the first one on which it works, but it doesn't - when i try to request a php file, it just gets served as text i.e. the php isn't processed.
here's what i've checked:
libphph4.so is in the right place
my httpd.conf has the following lines:
LoadModule php4_module libexec/libphp4.so
AddModule mod_php4.c
and later:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
don't get any errors when i start apache or anything, can't think of anything else to check. anyone suggest anything else i could check?
thanks!