Reference the Truncated/Oversize response headers etc:
a) I the app does not send anything back to the user beyond few lines of 
HTML and a 200 (if successful)
b) The post request contains a tar.gz file form element of around 4MB so 
although apache2 doesn't have a specific limit the post puts a load on the 
system especially when its subsequently decompressed by python in the app.
c) The jessie based container doesnt contain tcp_rmem/wmem entries under 
/proc/sys/net with which to determine socket buffer sizes (which is the 
default mod_wsgi takes by default)..
 
I suspect I am running out of resources somewhere and maybe the error 
message (where it does show) is simply misleading.



-- 
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.

Reply via email to