Can we setup WordPress Brute Force Attack Protection on directadmin?

#2
I try to set it on /etc/httpd/conf/extra/httpd-includes.conf reference from this: https://docs.litespeedtech.com/lsws/cp/directadmin/configuration/ but still not working.
this is httpd-includes.conf contents:
Code:
Include /etc/httpd/conf/extra/i360.remoteip.conf

Include "/etc/httpd/conf/extra/modsec2.imunify.conf"

#For mod_lsphp settings

Include /etc/httpd/conf/extra/mod_lsapi.conf



Include "/etc/httpd/conf/extra/jh.error-pages.conf"



<IfModule Litespeed>

  CacheRoot /home/lscache

  WordPressProtect drop, 5

</IfModule>
I have had success before on cpanel. but it hasn't worked on directadmin.
 
Top