configuring multiple domains using virtual host with mod proxy in a single httpd instance
问题 I have an apache instance running three domains using name based virtual hosting and every domain has resources to reverse proxy them down to an application server. Application server is a JBoss running a since JVM instance (http://x.x.x.x:8080/) The domains along with their resources are, www.abc.com - alpha www.def.com - beta www.ghi.com - gamma - (root URL - no resource) abd.com and def.com domains have one resource whereas ghi.com has two (root (/) and gamma). this is how we have setup