-
Feature Request
-
Resolution: Done
-
Major
-
EAP 5.0.1
-
None
-
Release Notes
-
The maximum length for cluster aliases has been raised from 40 to 64, to accomodate longer aliases.
-
Documented as Resolved Issue
We have virtual-hosts in server.xml with aliases of more than 40 characters. No problem on the jboss side, but on apache side, mod_cluster fails with the following message : "MEM: Can't read host alias".
Changing HOSTALIASZ from 40 to 64 (mod_clustersize.h) resolves the problem (see patch #1). (see the linked jira)
NB: I had to fix a few "NMAKEmakefile", otherwise it won't compile with Visual Studio 2010 (see patch #2)
- is related to
-
MODCLUSTER-173 Alias max length too low
- Closed