본문 바로가기

Server Oriented/Server

df -h 체크하면 100% use

혹시 apache 를 사용하고 있다면,

/usr/local/apache2/logs/ 에 쌓이는 파일을 체크해 보자.

실제 경로는 어떻든 apache 경로의 logs 디렉토리를 살펴보고

파일 사이즈가 큰 파일을 0 사이즈로 만들자.


mv -f access_log access_log.bak  (이 상태에선 access_log 가 없다)

cp access_log.tmp access_log     (access_log.tmp 파일은 사이즈 0 파일로 임시로 만든 것, 이제 제로 사이즈의 access_log 생성)