apache error log 안쌓이게 하는 방법

안녕하세요? WEBPD.NET 서버운영팀입니다.

 

access_log 는 httpd.conf 에서 주석 처리하면 로그내용이 쌓이지 않게 됩니다만, error_log 는 주석처리해도 쌓이게 됩니다.

httpd.conf 에서 아래 두줄을 적용한다.

 

  CustomLog      /dev/null  common 

  ErrorLog          /dev/null 

Was this answer helpful? 1 Users Found This Useful (1 Votes)