[mod_cluster-issues] [JBoss JIRA] Work started: (MODCLUSTER-77) Add logic to support Alias (in server.xml) and NameVirtualHost (in httpd.conf)

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Tue Jul 21 06:50:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/MODCLUSTER-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on MODCLUSTER-77 started by Jean-Frederic Clere.

> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the mod_cluster-issues mailing list