Hi
On apache 2.2.10 a config file with these lines
<Proxy balancer://xxx>
BalancerMember ajp://localhost:17100 route=yyy ping=10
</Proxy>
works fine, but on 2.2.11 it fails to parse, showing error
Syntax error on line 73 of /opt/apache-2.2.11/conf/test.conf:
BalancerMember Ping/Pong timeout has wrong format
I see that the changes file includes
mod_proxy: Add the possibility to set the worker parameters
connectiontimeout and ping in milliseconds. [Ruediger Pluem]
If I've followed the code path correctly (far from certain),
server/util.c says that the following units are understood
* ms : milliseconds
* s : seconds
* mi[n] : minutes
* h : hours
but adding any of those makes no difference - they all still fail with
the parse error.
Any suggestions?
--
Ian.
[email protected]
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]