currently, ISPConfig by default creates two logs for every website, /log/access.log and /log/error.log mod_security2 by default logs interceptions into error.log, making it huge, difficult to read, and full of irrelevant info. what should I do to have mod_security2 log interceptions into a separate log file for each website, alongside and similarly to the existing error and access logs? i.e. I want each website to have a separate mod_sec.log along with error.log and access.log, and also to have it archived the same way. any ideas on how to achieve this?