2011年4月26日 星期二

Server sent unexpected return value (413 Request Entity Too Large) 錯誤

上傳大型檔案到 apache server 時有可能發生的錯誤訊息。

解決方法是:開啟 httpd.conf 檔案,並且加入 LimitRequestBody 參數。

比如:

LimitRequestBody 102400

可以限制上傳檔案的到小最大為 100K。

Note:Apache server 的上傳上限為 2G。

參考:http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestbody

沒有留言: