You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Fan, Tony" <TF...@Kronos.com> on 2006/11/07 17:20:06 UTC

How to retrieve mod_jk version from mod_jk.so?

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


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

Posted by Rainer Jung <ra...@kippdata.de>.
... 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: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org

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


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

Posted by Mladen Turk <ml...@jboss.com>.
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org