]
Jean-Frederic Clere closed MODCLUSTER-77.
-----------------------------------------
Resolution: Done
Fixed in r2500
Add logic to support Alias (in server.xml) and NameVirtualHost (in
httpd.conf)
------------------------------------------------------------------------------
Key: MODCLUSTER-77
URL:
https://jira.jboss.org/jira/browse/MODCLUSTER-77
Project: mod_cluster
Issue Type: Feature Request
Environment: Configuration VirtualHost
Reporter: Jean-Frederic Clere
Assignee: Jean-Frederic Clere
Fix For: 1.0.1.GA
From httpd docs there is the following
+++
NameVirtualHost *:80
<VirtualHost *:80>
ServerName
www.domain.tld
ServerAlias domain.tld *.domain.tld
DocumentRoot /www/domain
</VirtualHost>
<VirtualHost *:80>
ServerName
www.otherdomain.tld
DocumentRoot /www/otherdomain
</VirtualHost>
+++
How to make this fit with the server.xml:
<Host name="www.otherdomain.tld".. />
<Host name="domain.tld" ... />
The Alias and name of jboss side are received in httpd by the ENABLE_APP commands.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: