[root@localhost logs]# ls -al
합계 18646488
drwxr-xr-x 2 root root 4096 3월 27 2014 .
drwxr-xr-x 15 root root 4096 1월 30 2013 ..
-rw-r–r– 1 root root 19018455874 10월 8 10:16 access.log
-rw-r–r– 1 root root 56850324 10월 8 10:16 error_log
-rw-r–r– 1 root root 6 10월 7 16:33 httpd.pid
//아파치 멈춤후에 (ubuntu)
[root@localhost logs]# cat /dev/null > /usr/local/apache2/logs/access.log
//아파치 재시작
[root@localhost logs]# ls -al
합계 18646488
drwxr-xr-x 2 root root 4096 3월 27 2014 .
drwxr-xr-x 15 root root 4096 1월 30 2013 ..
-rw-r–r– 1 root root 0 10월 8 10:16 access.log
-rw-r–r– 1 root root 56850324 10월 8 10:16 error_log
-rw-r–r– 1 root root 6 10월 7 16:33 httpd.pid