Lag on Litespeed

#1
Hi,
I got terrible lag for 1 website in my server when this website get a little bit busy. Other websites in my server open fast and my server load is too low. What is the problem can be?

Is there a limit for a website in litespeed? If there is, how can I increase it?

(Btw, I swithced to apache and its working fine now but I want to switch litespeed. So help me please.)

 
Last edited:

webizen

Well-Known Member
#2
Try raising Max Connections and PHP_LSAPI_CHILDREN (both need to match each other) to 50 in your lsphp5 (Admin CP->Server->External App->lsphp5) settings.
 
#3
Ok, I raised both to 250 (not 50), but I dont think it works cause before you said, I raised both to 100 and the lag still continued.
 

NiteWave

Administrator
#4
it looks php suExec enabled:
lsws admin console -> Server -> General ->
PHP suEXEC: Yes

then increase
PHP suEXEC Max Conn from 10 to 50 (for example)
 
Top