Connection Soft Limit

kuts

Well-Known Member
#1
Is the connection we're talking about here the value of

netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
 

kuts

Well-Known Member
#3
I'm trying to put a limit on the Soft and Hard connections but I don't want to ban legitimate connections.

What's the safe value to put in the soft and hard?
 

kuts

Well-Known Member
#5
How do I know if LS blocked some legitimate connections after I've set these values? So I can increase the limit just in case.
 

mistwang

LiteSpeed Staff
#6
error.log will log IPs being blocked. You can check that IP against access log what url has been accessed to determine it is an attacker or not. And usually, an attacking IP will be banned again immeditely after previous ban being lift.
 
Top