Truncated or oversized response headers received from daemon process

后端 未结 8 2022
伪装坚强ぢ
伪装坚强ぢ 2021-01-11 12:50

I recently migrated a python django application from a debian system to a redhat enterprise distribution. The application is hosted using httpd, mod_wsgi and running in a ve

8条回答
  •  生来不讨喜
    2021-01-11 12:58

    I had the same error message "Truncated or oversized response headers received from daemon process '...': /var/www/dev.audiocont.com/index.wsgi" in my Django project (without any other error message).

    My error was that I changed the virtual environment and forgot to adapt the Apache settings "dev.conf" to the new venv path.

提交回复
热议问题