Apache redirect some requests to another server
- by mucie
We just bought a new server.
We want our old server to respond the https connections(because of ssl certificate) and new server to respond the rest. New server is ready but i don't know how to redirect requests to new one.
mydomain.com => old machine ip
10.10.10.41 => new machine
Requests will come through mydomain.com.
If it is https:
respond
else
redirect to 10.10.10.41
How should i configure apache for this situation?