I have a simple python flask server that is started by start-stop-daemon. It was running well last week, and this monday I see that it is not serving anymore (curl http://localhost/mypage
takes forever and never returns). Last log is from friday.
The strange thing is that sudo service myService status
is "running" and I see that the process is indeed running (ps aux | grep $(cat /var/run/myservice.pid)
)
Is there a way to know what could have happened? I have no idea where to go next from here.
ps aux..
rules that out) – Anthon Dec 09 '13 at 09:28