|
Re: Keeping a Server alive
What I mean by a crash is a kernel panic. The Pi is frozen. I cannot SSH to it. I cannot UART to it and I cannot connect a display, keyboard and mouse!
Before, server crashes were common. Recently, I have configured the server to refuse requests if it recieves too many. That way, DoSers are denied access to a 500 error message. Now, I would like the 500 message be sent to nginx instead, where less RAM will be used.
|