 | Set default shared memory to 64K instead 1M. (mturk)
|
 | Do not mark the worker in error state if headers are
larger then AJP13 limit. (mturk)
|
 |
On Series you should use the latest PTF for Apache 2.0
(which is now 2.0.52) and ad minima SI17402/SI17061 or cumulative
including them. (hgomez)
|
 |
Change the xml status format to xml attribute syntax (pero)
|
 |
33248: Fix builds where apxs defines multiple
directories for APR includes. (mturk)
|
 |
32696: Return 404 instead 403 when WEB-INF is requested
to comply with Servlet spec. (mturk)
|
 | Added ANT task for managing jkstatus. (pero)
|
 |
If socket_timeout is set, check if socket is alive before
sending any request to Tomcat. (mturk)
|
 |
Added JkMountFile for Apache web servers. This file can contain
uri mappings in the form (/url=worker), and is checked for
updates at regular 60 second interval. (mturk)
|
 |
Added status worker for managing worker runtime data using
web page. (mturk)
|
 |
Added load balancer method directive that is used for setting
the algorithm used for balancing workers. Method can be either
Request (default) or Traffic. (mturk)
|
 |
Added shared memory to allow dynamic configuration. Shared memory
is needed only for unix platform and web servers having multiple
child processes. For Apache web server two new directives has been
added (JkShmFile and JkShmSize). (mturk)
|
 |
Added textupdate mode to status worker to handle remote updates
from ant tasks.(pero)
|
 |
33562: Fix Reply_timeout when recovery_options
is larger than 1. Patch provided by Takashi Satou. (mturk)
|
 |
33308: Fix segfaults when ForwardDirectories is enabled
with Apache 1.3
|