Carcassone France wrote:
> Well, I just extracted 1.2.5 binary from
> jakarta-tomcat-connectors-jk-1.2.5-solaris8-sparc-apache-1.3.28.tar.gz and
> replaced it with my existing mod_jk.so.  (BTW, is there anyway to have
> mod_jk out its version number?  I didn't see any version info in
> mod_jk.log even with "debug" log level".  After stopping and restarting
> httpd, my test script shows that it's still chewing up fd's on httpd
> restart:

Run strings on your binary and grep for 1.2 `strings mod_jk.so | grep
1.2`.  The other way is to look at the output of mod_status (commonly
accessible at http://example.com/server-status)

On Apache 2.0.49, mod_jk does not leak any file descriptors on graceful or
restarts.

-Dave

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

Reply via email to