Ryan-
"LoadModule php4_module ..." is only needed if you compiled PHP as a dynamic module
(DSO). However, remember to put in the line "AddType application/x-httpd-php .php"
(or uncomment it) in the httpd.conf file.
Regards,
Jim Thome
>>> "ryan" <[EMAIL PROTECTED]> 10/11 2:40 PM >>>
core# /
core# /usr/local/apache/bin/httpd -v
Server version: Apache/1.3.19 (Unix)
Server built: Oct 11 2001 15:33:02
core# uname -a
OpenBSD core 2.9 GENERIC#653 i386
php version 4.0.6
I've compiled in php as a static module, added
LoadModule php4_modulelibexec/libphp4.so
to httpd.conf (do