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`
kill -1 `cat httpd.pid`
How to Housekeep logs without restarting process