Hi,
the module is missing support for EAPI; this path corrects this:
--- mod_ntlm.c.orig Fri Dec 8 02:23:23 2006
+++ mod_ntlm.c Wed Jul 25 16:22:26 2007
@@ -851,4 +851,10 @@
NULL, /* child_init */
NULL, /* child_exit */
NULL /* post read-request */
+#ifdef EAPI
+ ,NULL,
+ NULL,
+ NULL,
+ NULL
+#endif
};
greets, Günter.