Re: How to retrieve mod_jk version from mod_jk.so?

2006-11-07 Thread Mladen Turk

Fan, Tony wrote:

I am using jk version 1.2.15.  Is
there a way to get version information just from mod_jk.so?



Set
JkLogLevel debug

... and you will have the line in the modjk.log
after starting httpd in the form:
[debug] mod_jk.c (2410): Initialized mod_jk/1.2.20-dev

Regards,
Mladen.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to retrieve mod_jk version from mod_jk.so?

2006-11-07 Thread Rainer Jung
... and also:

strings ./native/apache-2.0/mod_jk.so|grep mod_jk/
mod_jk/1.2.19
mod_jk/1.2.19

I didn't check with 1.2.15, but at least for 1.2.19 this is a solaris
build for Apache 2.2 and your method works. Maybe your file is corrupt?

Regards,

Rainer

Mladen Turk schrieb:
 Fan, Tony wrote:
 I am using jk version 1.2.15.  Is
 there a way to get version information just from mod_jk.so?

 
 Set
 JkLogLevel debug
 
 ... and you will have the line in the modjk.log
 after starting httpd in the form:
 [debug] mod_jk.c (2410): Initialized mod_jk/1.2.20-dev
 
 Regards,
 Mladen.
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]