[보안] ModSecurity 대용량 업로드 문제점
페이지 정보
작성자 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 8,483회 작성일 13-07-05 20:35본문
CentOs 5.x
Apache 2.2.x
PHP 5.x
두대의 서버에 업로드 용량 제한을 500M로 변경 했습니다.
php.ini 설정을 한후 계속되는 modsecurity의 에러 메시지
" Request body is larger than the configured limit "
이 부분을 해결하기 위한 설정 부분입니다.
SecRequestBodyAccess On
SecResponseBodyAccess On
SecResponseBodyMimeType (null) text/html text/plain text/xml
SecResponseBodyLimit 524288000 <<< 500M
SecRequestBodyLimit 524288000
위의 내용이 없으면 안되구요 꼭 설정해주세요.
Apache 2.2.x
PHP 5.x
두대의 서버에 업로드 용량 제한을 500M로 변경 했습니다.
php.ini 설정을 한후 계속되는 modsecurity의 에러 메시지
" Request body is larger than the configured limit "
이 부분을 해결하기 위한 설정 부분입니다.
SecRequestBodyAccess On
SecResponseBodyAccess On
SecResponseBodyMimeType (null) text/html text/plain text/xml
SecResponseBodyLimit 524288000 <<< 500M
SecRequestBodyLimit 524288000
위의 내용이 없으면 안되구요 꼭 설정해주세요.
관련링크
댓글목록
등록된 댓글이 없습니다.