• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Code: 413 Request Entity too Large

Minipod

Member
Hi All,

Has anyone come across this error when uploading files.

Not sure what is causing it. I see no pattern at first thought it might have been large files, but this was not the cause and had been uploading larger files.

Just looking to see if anyone has any ideas as to what could be causing it and how I could go about fixing it.

2018/06/10 23:40:58 b518da15 ERROR could not read from uploaded file: code=413, message=Request Entity Too Large
2018/06/10 23:40:58 b518da15 ERROR could not read from uploaded file: code=413, message=Request Entity Too Large
2018/06/10 23:40:59 b518da15 ERROR could not read from uploaded file: code=413, message=Request Entity Too Large
2018/06/10 23:40:59 b518da15 ERROR could not read from uploaded file: code=413, message=Request Entity Too Large
2018/06/10 23:40:59 b518da15 ERROR could not read from uploaded file: code=413, message=Request Entity Too Large

Regards

Mini
 

ZerefGG

Member
Error 413 can be caused by many things
Are you using ngix ir apache?
Is mod_security enabled?
What is the value if 'client_max_body_size' if using ngix?
modsecurity.conf has 'SecRequestBodyAccess' On or Off if using apache
 

Gagi2

Active Member
have the same errors from time to time...
im using apache with security.conf loaded (no modsecurity.conf present) which doesnt include 'SecRequestBodyAccess' at all

suggestions?
 
Top