 |
Docs: Add SetHandler and new env var to Apache config docs. (rjung)
|
 |
Apache 1.3: Backport "no-jk" feature. (rjung)
|
 |
Apache: Add an environment variable to make SetHandler "jakarta-servlet" more
useful. The variable is JK_WORKER_NAME, but can be changed by the
new directive JkWorkerIndicator. (rjung)
|
 |
LB: Don't use single worker shortcut, if the single worker is being diabled. (rjung)
|
 |
Status worker: Add short explanation of activation and error states to legend. (rjung)
|
 |
Docs: Add meaning of zero timeout values for various timeouts
in workers.properties. (rjung)
|
 |
LB: Cleanup of Mladens forced recovery. (rjung)
|
 |
LB: Do not change lb_value for recovering workers to max, if
we are using BUSYNESS method. (rjung)
|
 |
Apache: Since 1.2.14 mod_jk failed to detect client abort. (rjung)
|
 |
Docs: Corrected description of JkEnvVar. (rjung)
|
 |
Solaris: Detect filio.h in configure to make the new connection detection
build on solaris (r432825). (rjung)
|
 |
Add feature to force the recovery of workers that are
member of loadbalancer if all the members are in error
state. This fixes the time gap where 503 was returned
caused by recovery_timeout although the backend was
ready to handle the requests. (mturk)
|
 |
Docs: Seperate deprecated directives in their own table. (rjung)
|
 |
Docs: Allow "-" and "_" in worker names. (rjung)
|
 |
Allow multiple lines with attributes "balance_workers" and "mount". (rjung)
|
 |
Make jk_is_some_property match more precisely. (rjung)
|
 |
JkStatus: Make refresh interval changeable. (rjung)
|
 |
JkStatus: Adjust display of recover time wrt. global maintenance. (rjung)
|
 |
LB: Resetting worker state from OK to NA, if worker has been idle
too long. (rjung)
|
 |
Avoid compiler warnings concerning the use of lb_*_type arrays.
Use functions instead. (rjung)
|
 |
Added %R JkRequestLogFormat option for Apache 1 and Apache 2. (mturk)
|
 |
Allow changing jvm Route from status manager. (mturk)
|
 |
Do not retun 400 if Tomcat fails in the midle of the post
request. Return 500 insted. (mturk)
|
 |
LB: Combine ok/error/recovering/busy runtime states into a single scalar. (rjung)
|
 |
LB: Combine active/disabled/stopped configuration states into a single scalar. (rjung)
|
 |
LB: Add several Apache notes to enable standard logging for load balancer results. (rjung)
|
 |
LB: Reorganisation of the main load balancer service loop. (rjung)
|
 |
Implement hierarchical worker configuration via attribute "reference". (rjung)
|
 |
Log deprecated properties. (rjung)
|
 |
IIS: Fix simple_rewrite for the cases where the
rewritten url is larger then the original one. (mturk)
|
 |
New JkOption "DisableReuse" to disable connection persistence. (jim)
|
 |
LB: Move sessionid retrieval out of get_most_suitable_worker into service. (rjung)
|
 |
Code cleanup for all service methods (use TRACE, JK_LOG_NULL_PARAMS, null pointer checks). (rjung)
|
 |
JKSTATUS: add refresh link. No refresh for updates. Redirect to list view after update. (rjung)
|
 |
Add new hook add_log_items into servers. (rjung)
|
 |
APACHE httpd: Rename apache logging notes. (rjung)
|
 |
LB: Rename lock and method constants. Add constants for defaults. (rjung)
|
 |
Default log level should be INFO and not DEBUG.
Default log level should be the same for all server types. (rjung)
|
 |
Make rewrite_rule_map and log_level as non mandatory
directives for isapi_redirect. (mturk)
|
 |
40107: Rewrite is_socket_connected function.
Non blocking socket is not used any more. (mturk)
|
 |
Allow building with VS2005 without too many warnings. (mturk)
|
 |
Decide by MMN, which piped log API we should use.
mod_jk 1.2.18 broke compilation with Apache 1.3 pre 1.3.28. (rjung)
|