> We now see the need to move the non-secure site to it's own server.  So I
> need apache to redirect all the non-secure traffic from the old server to
> the new server, and all the secure traffic from the new server to the old
> server.  I have accomplished the non-secure traffic of the old server to
> be
> redirected, but I can't get the new server secure traffic to be
> redirected.
>
> is this even possible?

If I get this correct:

Current situation:
http://domain and https://domain both point to the current machine

New situation:
http://domain to the new machine, https://domain to the current machine.

Possible solution:

have DNS point 'domain' to the current machine, and use reverse proxying
to pass the http-requests to the new machine.

Joost


---------------------------------------------------------------------
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