Hum I added it here I didn't get it on my Linux Box with Apache 2.0.36 :[

=>

[Mon Jun 03 12:31:58 2002] [notice] caught SIGTERM, shutting down
[Mon Jun 03 12:34:17 2002] [notice] Digest: generating secret for digest 
authentication ...
[Mon Jun 03 12:34:17 2002] [notice] Digest: done
[Mon Jun 03 12:34:18 2002] [warn] uriEnv.init() exact mapping 
/examples/servlet/HelloW=lb:lb 
[Mon Jun 03 12:34:18 2002] [warn] workerEnv.init() ok 
/etc/httpd2/conf/workers2.properties
[Mon Jun 03 12:34:18 2002] [warn] mod_jk child init 1 -1
[Mon Jun 03 12:34:18 2002] [notice] Apache/2.0.36 (Unix) mod_ssl/2.0.36 OpenSSL/0.9.6 
DAV/2 mod_jk/1.2.0 configured -- resuming normal operations
[Mon Jun 03 12:34:18 2002] [warn] uriEnv.init() exact mapping 
/examples/servlet/HelloW=lb:lb 
[Mon Jun 03 12:34:18 2002] [warn] workerEnv.init() ok 
/etc/httpd2/conf/workers2.properties
[Mon Jun 03 12:34:18 2002] [warn] mod_jk child init 1 -1

no ref to mod_jk/2.0.0 :

It may be incorrect to use ap_add_version_component in child init ?


-
Henri Gomez                 ___[_]____
EMAIL : [EMAIL PROTECTED]        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-----Original Message-----
>From: Mladen Turk [mailto:[EMAIL PROTECTED]]
>Sent: Saturday, June 01, 2002 8:32 AM
>To: [EMAIL PROTECTED]
>Subject: [PATCH] mod_jk2 - fix double module module exposure
>
>
>Hi,
>There is an extra call to ap_add_version_component inside mod_jk2.
>One inside the jk2_init is IMO enough.
>
>
>Index: mod_jk2.c
>===================================================================
>RCS file:
>/home/cvspublic/jakarta-tomcat-connectors/jk/native2/server/apa
>che2/mod_
>jk2.c,v
>retrieving revision 1.30
>diff -u -r1.30 mod_jk2.c
>--- mod_jk2.c  31 May 2002 22:27:17 -0000      1.30
>+++ mod_jk2.c  1 Jun 2002 06:27:11 -0000
>@@ -465,8 +465,6 @@
>     if(s->is_virtual) 
>         return OK;
> 
>-    ap_add_version_component(pconf, JK_EXPOSED_VERSION);
>-
>     env=workerEnv->globalEnv;
>     
>     rc=jk2_apache2_isValidating( plog, &gPool );
>
>
>MT.
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to