Control Web Panel

Security => Mod_Security => Topic started by: jonathan1 on September 16, 2017, 10:23:40 PM

Title: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: jonathan1 on September 16, 2017, 10:23:40 PM
I upgraded to CWP Pro and installed the Comodo rules, but it's still saying I need to install mod_security through the warning.

Any idea how to fix this?
Title: Re: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: 24x7servermanagement on September 18, 2017, 07:41:34 AM
Restart httpd service on the server and see if this fix it or not.

service httpd restart
Title: Re: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: jonathan1 on September 18, 2017, 02:56:43 PM
I have tried that, no resolve.
Title: Re: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: studio4host on September 21, 2017, 12:26:25 PM
you probably have multiple messages there which you need to delete.
try clicking and reloading site few times until this messages are gone, you will notice that the message id is changed on each reload.
Title: Re: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: jonathan1 on September 21, 2017, 02:34:09 PM
That sounds like a bug then.

Yes I did that, it keeps coming back.
Title: Re: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: studio4host on September 22, 2017, 11:40:55 AM
then delete all messages and if you installed mod_Security then it will stop to create new messages.
Title: Re: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: jonathan1 on September 22, 2017, 02:54:12 PM
Hi

I've done that, many times. It continues to re-appear even after installing. That's the entire point of why I opened this thread...
Title: Re: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: studio4host on September 25, 2017, 01:11:40 PM
I never saw it after deleting messages on any server, are you sure that mod security is loaded on your apache...you can check it like this

Code: [Select]
/usr/local/apache/bin/httpd -M|grep security2_module|
Title: Re: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: jonathan1 on September 25, 2017, 02:35:45 PM
after running that, I see this result:

 security2_module (shared)
Title: Re: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: Trenchless on September 26, 2017, 05:22:25 PM
Need to add SecStatusEngine On to the Main.cfg
Title: Re: Installed Comodo rules, dashboard still says need to install mod_securityI
Post by: studio4host on September 28, 2017, 10:16:17 AM
after running that, I see this result:

 security2_module (shared)

that is only required that you don't get new messages...this probably means you haven't deleted all old messages.