I cant seem to get the module to load, apche returns this error on my 2k box.
Apache.exe: module "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not compatible with this version of Apache.
I moved the php4ts.* files to my system32 dir and added
LoadModule php4_module "c:/program files/php/sapi/php4apache2.dll"
AddType application/x-httpd-php .php
to my http.conf file. Can anyone help me get this working? I really don't want to use the CGI.
Thanks