Housekeep IHS logs without restarting process

How to Housekeep logs without restarting process

 
1) Go to the log folder

2) run the command:
mv access_log access_log.old
kill -1 `cat httpd.pid` 
原文地址:https://www.cnblogs.com/delly/p/3849770.html