which script hook would be best to copy my custom modsec2.conf file when easy apache runs.
should I use the script 'posteasyapache' or 'before_httpd_restart_tests' ?
Code:
#!/bin/sh
cp -f /root/config_backup/modsec2.conf /usr/local/apache/conf/modsec2.conf