I don’t remember any issue like that in older version. Simple answer is use the latest.
Also look at whether using any WSGI middleware that could be overriding wsgi.input if using a framework. In general also recommend against using Alpine as their Apache httpd seems to like to crash when running mod_wsgi. They may have fixed what ever incompatibility is by now. Graham > On 7 Oct 2018, at 16:06, Drew Duncan <[email protected]> wrote: > > Hello, > > I recently came across a problem using mod_wsgi. environ['wsgi.input'].read > is returning the entire request regardless of the argument supplied. The > installed version of mod_wsgi is 4.5.11-1 from the raspbian package > repository (most recent package). The problem goes away when I install > mod_wsgi from the current source (cloned from github). > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/modwsgi. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
