update on large file upload issues
Ning To Jamroom
ok i have tried every fix there is on every forum
now heres what i just uncovered
413 Payload Too Large (RFC 7231)
The request is larger than the server is willing or able to process. Called "Request Entity Too Large " previously.
and
6.5.11. 413 Payload Too Large
The 413 (Payload Too Large) status code indicates that the server is
refusing to process a request because the request payload is larger
than the server is willing or able to process. The server MAY close
the connection to prevent the client from continuing the request.
If the condition is temporary, the server SHOULD generate a
Retry-After header field to indicate that it is temporary and after
what time the client MAY try again.
most recent attempts to fix it involved setting
LimitRequestBody
set to unlimited
SSLRenegBufferSize
set very high
upgraded php too
dded some odbc settings in my.cnf to limit cpu overuse
ive got it tuned to handled much more requests per second but cant solvde this large file upload limit
i have all cachings on all pages with create in the ur disabled
(varnish and coudflare)
i just dont know what else to try