I put inside my virtual host file:
LimitRequestBody 1024
to limit the upload size. When i upload files of 100kB up to 7MB i get a 413 Response, but when i try a 25MB file I get "The connection was reset. The connection to the server was reset while the page was loading" instead of 413
Does anyone know why this would happen?
btw, i'm using mod_wsgi with apache