Hi,
thanks to all for you feedback about the version numbers. I've uploaded
mod_jk 1.2.22-dev-517211 to http://people.apache.org/~rjung/mod_jk-dev/.
This release will be primarily targeted at closing BZ 41770. So there
are intentionally no heavy changes in it. I should better say: all risky
changes have been introduced unintentionally :).
Whoever likes to investigate some spare time is invited to do a quick
test. If I don't get any negative responses, I would adjust the STATUS,
news and index page, tag and upload to dev/dist tomorrow evening at 7 pm
GMT, inform the list and start the vote.
The changes in 1.2.22 are:
- local_worker and local_worker_only are tolerated during startup and
logged as deprecated. This way of handling old directives was introduced
some releases ago, but local_worker slipped our attention.
- Apache: Fix startup error if no JkWorkersFile is used.
- Apache: Delete unused check for empty init_map during startup.
- Apache: add a better log message, in case wc_open() fails
- fix logging during startup, in case the host name of a worker could
not be resolved. We logged "localhost" instead of the configured name
- logging more precise error messages, if property parsing during
startup fails
- Apache 2.3+: use ap_get_server_description() instead of
ap_get_server_banner() (sic!) and optimize MMN detection.
- Apache 2.x: Replace APR precompiler directive by httpd mpm_query to
detect MPM threading and add an info log message about auto-detected
pool size.
- Apache: Add STDERR logging to jk_error_exit()
- Apache: Increase log level for message about using default shm file
and log file to warning
- Apache 2.x: remove deprecated APLOG_NOERRNO
- Apache 2.x: add virtual server instead of NULL to ap_log_error() where
appropriate
- Apache: simplify logic for shm open error log message
- Apache: make code between apache 1.3 and 2.0 more consistent around
wc_open()
- Apache 2.x: Use jk return values for init_jk(), because it's not part
of httpd API
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]