I found a work around to get SecRuleRemoveById to work from in the cyberpanel Rules interface (Security → ModSecurity Rules). i.e. rules.conf file
I modified /usr/local/lsws/conf/httpd_config.conf and changed this line:
`
modsecurity_rules_file /usr/local/lsws/conf/modsec/rules.conf
To:
modsecurity_rules_file /usr/local/lsws/conf/modsec/rules.conf
`
I found out by putting SecRuleRemoveById in /usr/local/lsws/conf/httpd_config.conf before the and it worked so when I included the file /usr/local/lsws/conf/modsec/rules.conf within the
my rules then began to work.