M Mr_Parham Well-Known Member Feb 25, 2018 #1 Feb 25, 2018 #1 Hi Is it possible to have a different "Per Client Throttling" for a specific virtual host on cPanel? Regards Parham
Hi Is it possible to have a different "Per Client Throttling" for a specific virtual host on cPanel? Regards Parham
M mistwang LiteSpeed Staff Feb 26, 2018 #2 Feb 26, 2018 #2 Yes, you can use mod_bw style config, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:vhost-level_bw_throttling plus "MaxConnPerClient <limit_for_connections>" to configure the maximum concurrent connections from one IP.
Yes, you can use mod_bw style config, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:vhost-level_bw_throttling plus "MaxConnPerClient <limit_for_connections>" to configure the maximum concurrent connections from one IP.
M Mr_Parham Well-Known Member Feb 26, 2018 #3 Feb 26, 2018 #3 Is it possible to protect an API from getting brute force attack by litespeed? something like maximum two connections per minute if the word login was in the url for specific virtual host
Is it possible to protect an API from getting brute force attack by litespeed? something like maximum two connections per minute if the word login was in the url for specific virtual host
M mistwang LiteSpeed Staff Feb 27, 2018 #4 Feb 27, 2018 #4 You can do it with mod_security rule, it is a little slower. but can be flexible. We have dedicate WordPress brute force protection feature. https://blog.litespeedtech.com/2017/12/20/wpw-brute-force-attack-protection/
You can do it with mod_security rule, it is a little slower. but can be flexible. We have dedicate WordPress brute force protection feature. https://blog.litespeedtech.com/2017/12/20/wpw-brute-force-attack-protection/