Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bahua129056ySo the client wants a maintenance page to come up when the site accidentally goes down? ie: "I meant to do that."
-
@bahua They want a maintenance page on their site for when their entire site goes down...
-
tokumei21316yI dont get it. People do this all the time. Just use a reverse proxy of some kind and put a custom 503 error page.
-
@tokumei Imagine your wordpress site going down entirely (probably including the webserver),then what's the point of having a wordpress page notifying people that its down (that's what this person wanted)?
-
@bahua Yeah like their entire wordpress installation going down and then wanting a page in that wordpress site about the outage..
-
xalys18826y@linuxxx well, if you give a client their own IP and you advertise it with BGP, you could use aspathprepend on another failover server to show that the website is offline on another server with the same IP. I call it a 'sorry server'
-
Could be done, it's called custom error pages, but it does require that the server be at least online, or failed over to a small VM that spins up when the main server is down?
But then why not just have redundancy...
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮...
(overheard colleagues)
"hey, client x wants to speak to you, can I put them through?"
"what's it it about?"
*mumbles something*
"dafuq?! Oh well, put him through already 😑"
Me: hey, what did he want?
Colleague: they wanted help with setting up a page on their site with a maintenance message for when their site goes down.
Me: ah righ.... wait what? What's the function of a maintenance page on a site if the entire site is down?!
Colleague: yeah, that 🤣
Well, okay, then 😶
rant
that makes no sense at all
wtf
dafuq