Django + FastCGI - randomly raising OperationalError

前端 未结 13 1142
忘掉有多难
忘掉有多难 2020-12-31 19:24

I\'m running a Django application. Had it under Apache + mod_python before, and it was all OK. Switched to Lighttpd + FastCGI. Now I randomly get the following exception (ne

13条回答
  •  伪装坚强ぢ
    2020-12-31 19:43

    In the end I switched back to Apache + mod_python (I was having other random errors with fcgi, besides this one) and everything is good and stable now.

    The question still remains open. In case anybody has this problem in the future and solves it they can record the solution here for future reference. :)

提交回复
热议问题