|
Re: Keeping a Server alive
To echo a previous poster, find out exactly why the server is crashing. Is it too much memory usage? When it crashes, does the pi freeze, or does the service running the web server stop? You could make a simple script that restarts your web server once the memory usage exceeds 95%. Also, you could use cron to hourly restart the server if it has crashed.
|