Django Webfaction 'Timeout when reading response headers from daemon process'

后端 未结 4 503
南方客
南方客 2020-12-14 17:59

My Django app on my production server hosted on Webfaction was working fine until I just tried to restart it after pushing a change to the settings.py file. I ran

         


        
4条回答
  •  北海茫月
    2020-12-14 18:23

    Try increasing Timeout directive in httpd.conf, which defaults to 60 seconds in Apache 2.4. For example:

    TimeOut 600
    

提交回复
热议问题