출처: 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 를 다시 시작해 주시면 됩니다.
'웹서버플밍 > APM-conf' 카테고리의 다른 글
| L,APM mySql data 폴더를 다른곳으로 변경하고 windows, ubuntu 같은 폴더 사용하기 (0) | 2011/11/10 |
|---|---|
| 첨부파일 용량 늘이기 (error: File size exceeds allowed limit) (0) | 2010/01/13 |
| APM7 업로드 용량 문제 해결법 (sql 파일 복구 에러) (0) | 2010/01/01 |
| apache2 모듈 mod_rewrite 사용하기 (0) | 2009/11/16 |