mturk 2004/08/05 10:46:59
Modified:ajp/proxy mod_proxy.c mod_proxy.h
Log:
Added KeepAlive worker option.
The scheme handler will override this setting if required, depending on the
protocol itself and keepalive_set flag.
Revision ChangesPath
1.28 +9 -0 jak
mturk 2004/08/05 09:55:34
Modified:ajp/proxy mod_proxy.c mod_proxy.h
Log:
Added iobuffersize and receivebuffersize to be worker specific.
As for timeout their default value is from proxy_conf.
Revision ChangesPath
1.27 +36 -14jakarta-tomcat-connectors/ajp/pro
mturk 2004/08/04 11:39:27
Modified:ajp/proxy mod_proxy.c mod_proxy.h
Log:
Add worker timeout inherited from ProxyTimeout.
Revision ChangesPath
1.22 +4 -0 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c
Index: mod_proxy.c
mturk 2004/08/03 23:51:00
Modified:ajp/proxy mod_proxy.c mod_proxy.h
Log:
Added API for creating balancers.
Added property setter for balancers.
Revision ChangesPath
1.14 +88 -17jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c
Index: mod_proxy.c
==
mturk 2004/08/03 12:49:04
Modified:ajp/proxy mod_proxy.c mod_proxy.h
Log:
Use API instead directly obtaining worker and balancer.
Change ProxyStickySession to BalancerStickySession
Revision ChangesPath
1.9 +145 -53 jakarta-tomcat-connectors/ajp/proxy/mod_proxy