What if your server hosting Prosper202 goes down?

Status
Not open for further replies.

acemenace

New member
Feb 6, 2008
1,479
12
0
Texas
If the server goes down (like mine did today) is there anything you can add to the prosper code where after x number of seconds, if the server is not responding, it redirects to the offer using the url link to the offer?

ps. fuck you hostgator.
 


get a server that gaurantees "6-nine uptime" or something (99.9999)

Any company can guarantee that but does it deliver? Also, I have never had problems with the server going down for this long and the support unresponsive.
Also, I was looking for a solution - in case shit happens...like an insurance. If the server ever goes down, is there a code that you can add to the existing prosper code that would redirect the offer?
 
Also, I was looking for a solution - in case shit happens...like an insurance. If the server ever goes down, is there a code that you can add to the existing prosper code that would redirect the offer?

That doesn't really make sense... if the server's down how is any additional code going to execute?
 
at least make sure you have good monitoring set up to alert you within a couple minutes if there is a problem. nothing sucks worse than a server being down for hours and only needing a quick reboot to get back online.
 
Yes there's code you can put to help. One way of doing it would be to have a little script running that pings your p202 server. If that's down, it can replace your LPs with alterantive LPs, which would be exactly the same but have a different outbound link (to another server, or direct link to offer maybe, etc). This would be a cron job.

Another way to go, to avoid duplicating LPs, is to have the script just alter the DNS to point to another server.. etc/hosts or "ddclient" (on Linux).

Either way, not hard to do. Another way to go would be to just have the app send you a text if the server ping fails. Then you can manually go in and fix.. services like pingdom.com do that.

That doesn't really make sense... if the server's down how is any additional code going to execute?

That's assuming that prosper202 and the landing pages are on the same host.


peace
 
If you have two different server(assuming they can't be down at the same time) set up your domain's name server to each of the server, and each server should act as name server corresponding to that domain.

so:

ns1.mydomain.com --> first IP
ns2.mydomain.com --> second IP

There's still pointless if your domain registrar is down(supposedly).
 
Status
Not open for further replies.