I'm trying to configure Apache logs to split logs files for every virtual host on the server for example: {site1 .com} => copy access_log to /home/site1/public_html/logs {site2 .com} => copy access_log to /home/site2/public_html/logs .. {site3 .com} => copy access_log to /home/site3/public_html/logs i want to also to make sure is the logs files updated in the real time operating system is CentOs6, with Apache and cPanel how i can do that ? thanks for help