HTTP 413 Error when uploading an attachment [message #22007] |
Sat, 08 January 2005 11:42 |
demonstrate
Messages: 5 Registered: January 2005
Karma: 0
|
Junior Member |
|
|
I use eGroupware-fudforum
when I upload a file more than 500Kb(approximately), I will get a HTTP 413 Error:
Request entity too large!
The POST method does not allow the data transmitted, or the data volume exceeds the capacity limit.
If you think this is a server error, please contact the webmaster
Error 413
I have changed php.ini, enlarging max allowed uploading file size to 10M, and the forum's allowed size is more than 5 Mb. I guess there might be something wrong with apache's configuration file.
But I didn't find anything related to this in apache's configuration file. I'd appreciate anyone who gives me a hint. Thanks!
|
|
|
Re: HTTP 413 Error when uploading an attachment [message #22014 is a reply to message #22007] |
Sun, 09 January 2005 16:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The error does indeed sound like an Apache error, when PHP or forum upload limit is hit you simply don't get the file upload and not a 413 error. Check your apache config for limits imposed on post size, perhaps you are running mod_security or similar module.
FUDforum Core Developer
|
|
|
|
|
|
|
|