[APMSETUP 7] Request Entity Too Large – post_max_size랑 upload_max_filesize 용량을 다 키웠는데도 용량 때문에 업로드가 안 된다고 나올 때
Reply
Request Entity Too Large
The requested resource
/folder/
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
용량이 별로 크지도 않은 파일을 업로드시켰는데 위와 같은 에러 메세지가 떴다. 분명히 php.ini 에서 post_max_size랑 upload_max_filesize 의 용량을 늘렸는데도 그랬다.
문제는 php가 아니라 apache였다.
해법은 "Request Entity Too Large 에러 메세지"에서 … ▶전문 보기