APM7 업로드 용량 문제 해결법

APMSETUP7 에서는 mod_security http://www.modsecurity.org/

를 사용 합니다.


옵션중에 


# Maximum request body size we will

# accept for buffering

SecRequestBodyLimit 131072


옵션이 있는데요 이 옵션에 해당하는 용량이 넘으면 차단하도록 되어 있습니다..


PHP 업로드 용량을 늘리더라도 SecRequestBodyLimit 값보다 높으면 위의 에러 메세지를 표시하고 업로드가 중단 됩니다.


해결 방법은 용량을 늘리는 방법과 (비 추천)

또는 mod_security 를 사용하지 않는 방법 입니다.


mod_security 를 사용하지 않으시려면


APM_Setup\Server\Apache\conf\httpd.conf


파일을 편집기로 열으셔서


# mod_security (http://www.modsecurity.org/)

Include conf/extra/httpd-modsecurity.conf

이 부분을 찾으신다음


# mod_security (http://www.modsecurity.org/)

#Include conf/extra/httpd-modsecurity.conf


이렇게 주석 처리를 하시고

Apache 를 다시 시작해 주시면 됩니다.

by 왕풍뎅이 | 2009/12/18 17:41 | 일상

※ 로그인 사용자만 덧글을 남길 수 있습니다.

<< 이전 페이지다음 페이지 >>