PHP TUNING > PHP 7 > Max Connections ?
Is this the same as nginx limit_conn ?
PHP TUNING > PHP 7 > Max Connections ?
Is this the same as nginx limit_conn ?
And what is this settings also?
LITESPEED TUNING > Max Connections & Max SSL Connections ?
How can I set similar feature of limit_conn feature on Nginx?
I want to limit PHP process only if possible and not static files.
I don’t know about the nginx thingy , but basically , this controls how many PHP processes can be running at same time.
for example if it’s 10 as default , then it means it will maxium run 10 LSPHP process , the 11th request wait be waiting in queue.
for you second question.
Are those screenshots coming from CyberPanel? How can I access it?
Thanks!
Are those screenshots coming from CyberPanel? How can I access it? Thanks!
There is a whole new world at https://forums.cyberpanel.net/discussion/87/tutorial-how-to-setup-and-login-to-openlitespeed-webadmin-console
Thanks a lot @usmannasir
I don’t know about the nginx thingy , but basically , this controls how many PHP processes can be running at same time.
for example if it’s 10 as default , then it means it will maxium run 10 LSPHP process , the 11th request wait be waiting in queue.
So I can limit maximum PHP process per domain?
domain1.com, I can set limit of 10.
domain2.com I can limit maximum of 2 process only.
That is correct?
With OLS is it possible to limit max connection per IP?
limit_conn for Nginx.