On Sat, Mar 1, 2008 at 3:09 PM, Ravi <[EMAIL PROTECTED]> wrote:
>
>  I am trying to get two subdomains setup. I have copied the settings
>  below. The problem is that all requests (even for second subdomain) are
>  being served by first subdomain. e.g. if I type in a URL
>  http://mydomain.com, the file served is from "C:/mydomain/test" and not
>  from "C:/mydomain/www" as I would expect.
>
>  Please help. What am I doing wrong?

You have two virtual hosts defined:

www.mydomain.com
and
test.mydomain.com

You request however pages from:
mydomain.com

Since you did not define a virtualhost for mydomain.com apache just
serves you the content from the first virtualhost defined.

Krist

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to