> From: Gregor Schneider [mailto:[email protected]] > Subject: Re: Lazy Virtual Hosting? > > I want a *separation* of the hosts. Alias, as I understand it, helps > to run multiple domains within the same IP-adress.
No, it can be used for different things. In this case, the <Alias> simply allows use of either the DNS name or the IP address. You would still have one <Host> element for each site, and each <Host> element would have an <Alias> of its IP address inside it. > Since I can't insert a Valve into a Server-Element, there's > no SSO-functionality between different Services Yup, that precludes the strict separation mechanism. > Therefore, I guess I stick with my current design having 1 Service, 1 > Executor, in there 1 HTTP-Connector for each IP, and I should be on > the safe side. Yes, just add the appropriate <Alias> inside each <Host>. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
