Comment 0 for bug 1750356

Revision history for this message
Graham Leggett (minfrin-y) wrote :

If the BalancerMember directive contains a URL with a hostname longer than X characters, we fail as follows:

BalancerMember worker hostname (65.character.host.name) too long

The size of the hostname needs to be raised so it is RFC1035 compliant.

Bug fixed upstream at https://bz.apache.org/bugzilla/show_bug.cgi?id=62085, patches backported to v2.4.30:

http://svn.apache.org/r1824455
http://svn.apache.org/r1824504

(Both patches required, first is extended by second).