kokababu Posted June 30, 2008 Share Posted June 30, 2008 Hi, I have apache http server A, server B and server C. Server B is the production server (main website) and server C is the duplicate server of server B(Keeps same contains). Sever A does not hold any webpage/contents. It just acts as router. Server A is the front side server, Vistor will send a request via server A to the server B. if any page/link of server B is missing or server B is down then Server A redirects the visitors to server C. One thing we need to remember that server B and server C will not response directly to user. Server B's response will be sent to A and from A user will get the requested page. My problem is that I don't understand how do I do that. Therefore, I would be glad if anybody give me any advice about this matter. Link to comment https://forums.phpfreaks.com/topic/112630-about-redirect-help/ Share on other sites More sharing options...
kokababu Posted July 3, 2008 Author Share Posted July 3, 2008 1) setup a reverse proxy server So reverse proxy server routes the request and response msg from client to server b or server c. Link to comment https://forums.phpfreaks.com/topic/112630-about-redirect-help/#findComment-581244 Share on other sites More sharing options...
ampo Posted October 19, 2008 Share Posted October 19, 2008 Hi. Did you manage this? I have the same issue. Can you help? thanks. Link to comment https://forums.phpfreaks.com/topic/112630-about-redirect-help/#findComment-669138 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.