ubuntu apache subdomains pointing to main domain
Posted
by
Suhail Thakur
on Server Fault
See other posts from Server Fault
or by Suhail Thakur
Published on 2011-01-31T04:32:41Z
Indexed on
2011/01/31
7:27 UTC
Read the original article
Hit count: 678
i have a ubuntu server with apache setup, the main domain on the server is a subdomain app.example.com, which is working fine, now if i setup john.app.example.com, then that also is displaying the web page of app.example.com, the DocumentRoot for john.app.example.com is different, still it shows the web page of app.example.com. how can i resolve this, so john.app.example.com displays the pages that are there in its DocumentRoot.
© Server Fault or respective owner