]
Michal Babacek closed MODCLUSTER-173.
-------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
Alias max length too low
------------------------
Key: MODCLUSTER-173
URL:
https://issues.jboss.org/browse/MODCLUSTER-173
Project: mod_cluster
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 1.0.3.GA
Environment: Windows server 2008
Reporter: Gregory Lardiere
Assignee: Jean-Frederic Clere
Fix For: 1.0.6
Attachments: alias.patch, makefile.patch, patch.txt
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).
NB: I had to fix a few "NMAKEmakefile", otherwise it won't compile with
Visual Studio 2010 (see patch #2)