Discussion:
How to retrieve mod_jk version from mod_jk.so?
Fan, Tony
2006-11-07 16:20:06 UTC
Permalink
Hi,



I used to get version information very easily from mod_jk.so in
Solaris system by typing "strings /usr/local/apache2/modules/mod_jk.so |
egrep mod_jk/" when I compiled jk module with Apache 2.0, after I
switched to Apache2.2 and the mod_jk.so build base on Apache2.2 doesn't
return version information anymore. I am using jk version 1.2.15. Is
there a way to get version information just from mod_jk.so?



--Tony
Mladen Turk
2006-11-07 16:29:58 UTC
Permalink
Post by Fan, Tony
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: ***@tomcat.apache.org
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Rainer Jung
2006-11-07 20:44:28 UTC
Permalink
... 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
Post by Mladen Turk
Post by Fan, Tony
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
[debug] mod_jk.c (2410): Initialized mod_jk/1.2.20-dev
Regards,
Mladen.
---------------------------------------------------------------------
---------------------------------------------------------------------
To start a new topic, e-mail: ***@tomcat.apache.org
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org

Loading...