> -----Original Message----- > From: Juergen Heckel [mailto:[EMAIL PROTECTED]] > > Hi, > in my Apache 2.1.0-dev error.log I see the following error loading > mod_jk2.dll v2.02: > > [notice] Loaded org/apache/jk/apr/TomcatStarter > [notice] jni.init() disabling the non init hook worker [notice] > workerEnv.init() ok F:/Apache2/conf/workers2.properties > [error] mod_jk child init 1 0
Mea culpa... This is a debug message left from devel. As you see the reported child number is 0 (in 2.0.1 was -1, meaning not found) and that is what it should be reported (first child, zero-based indexed in shmem). So, just disregard that error message. In 2.0.3 this will be a notice again. > > When I'm loading mod_jk2.dll v2.01 I see instead > [notice] mod_jk child init 1 -1 > MT. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
