I have 5 websites running on a webserver.
I read Apache docs Apache serves the vhost file in alphabetical order
of name of vhost file.
I have a few subdomains on main domain
http://mydomain.com
as follows
http://site1.mydomain.com
http://site2.mydomain.com
http://site3.mydomain.com
http://site4.
Hi,
I was finally able to solve the problem.
The context root of application mingle was serving the site on / and not /mingle
so when some one requested http://site.mydomain.com/mingle he could
reach but not correct page.
Here is a link to a discussion which helped
http://community.thoughtworks.com