... 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:
>>
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.
-
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 ve