PHP (4.2.3) is compiled into apache (1.3.27) statically, and it's even listed in httpd -l.
I also added the "addtype" directive to my httpd.conf, and checked to make sure httpd was reading the right httpd.conf, which it is.
However, it still doesn't parse/execute the PHP files, it wants you to download them, as if the 'addtype' wasn't there at all. Any suggestions? I'm running FreeBSD 4.7, and if I use PHP as a DSO it works fine.
#httpd -l
Compiled-in modules:
http_core.c
mod_so.c
mod_php4.c
suexec: enabled; valid wrapper /usr/local/sbin/suexec
in httpd.conf:
DirectoryIndex index.php index.php3 index.html index.phtml index.htm
AddType application/x-httpd-php .php .phtml
-Jim Keller
http://www.centerfuse.net