[mod_cluster-issues] [JBoss JIRA] Created: (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 Jun 2 09:36:56 EDT 2009


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


>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