I am using Symfony 1.3.6 on Ubuntu, and I want to partition my website into a separate subdomain on a different IP address.
Is it possible to have a page that is on a subdomain with a different IP address?
For example, my main website is on http://www.mysite.com
and I want to have a page with a url like this:
http://www.pigeonfancier.mysite.com
But where the 2nd Url is on a different IP address - is that possible?
I know that it is possible to use subdomains using Symfony, by creating a class that derives from sfRoute, but what I am not sure of, is whether having a different IP address would throw a spanner in the works.