Short of concurrent connections

#1
Hello everyone,,

Litespeed Web Server Enterprise v4.0.20

What happens is that websites start loading extremely slow, or they won't even load at all. What needs to be done?
https://19216801.onl/ https://routerlogin.uno/
At the time of the problem (maybe higher, only ran it once):
netstat -an | grep 80 | grep ESTA | wc
519 3114 46191

Right now sites are loading fine:
netstat -an | grep 80 | grep ESTA | wc
148 888 13172

Please inform on what needs to be done, thanks in advance!
 
Last edited:

Pong

Administrator
Staff member
#3
v4.0.20? are you sure that's the version number, not 5.4.9 latest one?
enable cache for applications can help.
increate PHP SuEXEC Max CONN will increase php processes.
Also check which domain has such issue. If too many php processes for that domain, might be bad code?
 
Top