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. ian....@gmail.com --------------------------------------------------------------------- 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: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org