Disable bot filtering ?

wanah

Well-Known Member
#1
Hello, I need to enable request filtering to filter with modsecurity rules but I don't want litespeed to filter bots.

How can I turn off the bot filtering function ?

I'm getting false positives because of this, the current one being a clients PHP script that is beeing detected as a bot, the connection is dropped without an answer causing lots of PHP files to remain open until they time out.

A year or so ago these were also stopping Google bots.

Please let me know how to stop detecting and blocking bots but keeping the mod security working that I use for things like blocking brute force attacks on scripts.

Thanks
 

NiteWave

Administrator
#2
will litespeed filter bots automatically ? should not. more likely a mod_security rules configuration issue.

lsws web admin->Server->Security->Block Bad Request may relate to it somehow.
 

wanah

Well-Known Member
#3
Hello,

With no rules in mod_security and Block Bad Request set to "No", I get the following entries in my error_log file :

Code:
2014-08-11 12:05:44.019 [NOTICE] [112.208.14.97] bot detected, close connection!
2014-08-11 12:06:01.848 [NOTICE] [121.54.54.224] bot detected, close connection!
2014-08-11 12:06:55.750 [NOTICE] [125.94.71.203] bot detected, close connection!
2014-08-11 12:08:43.537 [NOTICE] [114.32.51.197] bot detected, close connection!
2014-08-11 12:09:25.142 [NOTICE] [49.147.162.27] bot detected, close connection!
2014-08-11 12:10:11.773 [NOTICE] [189.220.33.100] bot detected, close connection!
2014-08-11 12:11:37.394 [NOTICE] [27.5.184.225] bot detected, close connection!
2014-08-11 12:11:50.925 [NOTICE] [202.21.106.250] bot detected, close connection!
2014-08-11 12:19:27.437 [NOTICE] [5.22.73.148] bot detected, close connection!
2014-08-11 12:22:13.198 [NOTICE] [178.33.160.3] bot detected, close connection!
2014-08-11 12:24:41.917 [NOTICE] [175.179.144.94] bot detected, close connection!
2014-08-11 12:28:05.845 [NOTICE] [202.21.106.250] bot detected, close connection!
2014-08-11 12:31:25.230 [NOTICE] [121.54.54.224] bot detected, close connection!
2014-08-11 12:33:13.660 [NOTICE] [175.179.144.94] bot detected, close connection!
2014-08-11 12:40:28.520 [NOTICE] [84.78.163.71] bot detected, close connection!
If I turn off request filter I don't get these entries.
 
Top