Newsgroups : Alt : alt.internet.search-engines : 2007 Jan : Two servers, one site, one IP
| Subject: | Two servers, one site, one IP |
| Posted by: | "Tips" (see_reply-to_address@nospam.invalid) |
| Date: | Thu, 4 Jan 2007 19:44:48 |
Is there a way to configure a site to run with two different servers like
this:
Server 1: IIS running custom ASP.NET Web site.
Server 2: Apache, with WordPress in a directory called /blog.
All requests would be taken care of by Server 1, unless it is for the /blog/
directory, which would be handled by Server 2. Ideally, they would be on
the same IP address.
Is it possible?