https://issues.apache.org/bugzilla/show_bug.cgi?id=46500
Summary: BalancerMember atribute (ping) brakes configuration
after uppgrade ...
Product: Apache httpd-2
Version: 2.2.11
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy
AssignedTo: [email protected]
ReportedBy: [email protected]
First i'm not certain that this qualifies as a bug but it shure bites me hard
right now.
When upgrading to 2.2.11 on a "slightly old" RHEL4-machine (we prefer to verify
patches which leave us a bit behind at times) the configuration of
mod_proxy_ajp balancer members break on the ping attribute se below:
#/software/apache2/2.2.11/bin/httpd -t -f /data/conf/apache/director/httpd.conf
-d /data/conf/apache/director
[Fri Jan 09 11:59:13 2009] [warn] module auth_basic_module is already loaded,
skipping
Syntax error on line 12 of
/data/conf/apache/director/extra/tomcatvtest_ajp.conf:
BalancerMember Ping/Pong timeout has wrong format
Exit 1
tomcatvtest_ajp.conf follows:
<Proxy balancer://tomcat_vtest>
BalancerMember ajp://wc-special5.dc.ltu.se:7011 route=wc-special5
lbset=10 ping=10 timeout=60
BalancerMember ajp://wc-special6.dc.ltu.se:7011 route=wc-special6
lbset=10 ping=10 timeout=60
ProxySet lbmethod=byrequests
ProxySet maxattempts=1
ProxySet timeout=60
ProxySet nofailover=Off
ProxySet stickysession=JSESSIONID
</Proxy>
I presume that this relates to the following from the changelogs:
*) mod_proxy: Add the possibility to set the worker parameters
connectiontimeout and ping in milliseconds. [Ruediger Pluem]
Everything work fine on a newly patched server, my five cents says that this is
related to library versions, i'll be happy to dig a bit deeper into this after
the weekend.
I'm a bit upset about this due to the fact that it causes undocumented problems
with configuration when performing a minor upgrade, anyways keep up the good
work :)
/Petter
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]