2016년 1월 22일 금요일

[HTTP Server] Apache log file Management

Learn about the access_log, error_log file to reduce file size.


# Reduce the file size without rebooting the Apache daemon
[root@www01 ]# cat /dev/null > error_log
[root@www01 ]# cat /dev/null > access_log

# If you have to restart the Apache daemon
[root@www01 ]# rm -rf error_log
[root@www01 ]# rm -rf aceess_log

* Return the capacity was in use, only you need to restart Apache daemon on your system.



댓글 없음:

댓글 쓰기

 다양한 채널의  블로그 작성으로  집중이 좀 안되기도 하고  나의 회사를 운영하고 관리 하다 보니  회사의 블로그로 작성 해보는 것은 어떤가 하고  하나로 옮겨 봅니다.  (주)다이닝웨이브 - 블로그 바로가기