Hi,
According rfc1123 the configuration:
ProxyPass "/" "balancer://127"
<Proxy balancer://127>
BalancerMember ajp://tomcat1:8009
BalancerMember ajp://tomcat2:8009
</Proxy>127 looks valid but it is rejected by httpd, apr_parse_addr_port() takes 127 as port instead hostname. So addr is NULL, then I have: "AH01157: error parsing URL //127: Invalid host/port" Is 127 really valid, if yes do we plan to fix that? Cheers Jean-Frederic
