Does ComodoWAF Plugin for ModSecurity in DirectAdmin work with OpenLiteSpeed?

sainikbiswas

Verified User
Joined
Oct 26, 2019
Messages
9
I have a doubt on ModSecurity and OpenLiteSpeed. Does anyone who has any knowledge on this clarify my doubts?

I am running a DA Server for testing. I initially installed nginx as reverse proxy with apache. I then installed ModSecurity Ruleset From Comodo which made the Comodo WAF 2.2.4.5 available on my DA Server.

I did the following to install OpenLitespeed and ModSecurity

./build update
./build set mod_ruid2 no
./build set php1_mode lsphp
./build set php2_mode lsphp
./build set php3_mode lsphp
./build set php4_mode lsphp
./build set modsecurity yes
./build set modsecurity_ruleset comodo
./build set webserver openlitespeed
./build openlitespeed
./build php n
./build rewrite_confs
./build modsecurity

When I login to my admin server panel, the Comodo WAF plugin shows the following error?

"cp: cannot stat '/etc/nginx/nginx-modsecurity.conf': No such file or directory "

Where am I going wrong here? Did I miss something or does the ComodoWAF plugin does not work with OpenLiteSpeed?
 

Attachments

  • OpenLiteSpeedCRS.png
    OpenLiteSpeedCRS.png
    27.5 KB · Views: 34
It works fine with the ruleset, but plugin might be incompatible at this moment. I would suggest reporting it to Comodo.

Thank you!
 
Back
Top