Recently we upgraded mod_wsgi to v 4.5.15. When trying to upload a 700KB or bigger file to a Django project from Chrome, the Django website crashes. The same file upload from Firefox works fluently.
What I found in documentation, that there are more options to configure for mod_wsgi than in previous versions. The complete list of settings is located in the documentation of WSGIDaemonProcess.
Currently I have only python-path
defined in the options. If the upload issue is related to the configuration at all, which settings should I try to tackle?
Side question: what could be the difference in Chrome and Firefox that deals differently with file uploads.