웹서버플밍/APM-conf2010/01/01 03:20

출처: http://scarab72.egloos.com/5200238


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 를 다시 시작해 주시면 됩니다.

저작자 표시 비영리 동일 조건 변경 허락
Posted by 파이델