lsapi problem - Priority, Max Connections and soft/hard limit

#1
hi friends

i have a problem. LSAPI settings not work.

im use cloudlinux + altphp + ls

I change all the settings To see the error. (for test)

Max Connections (im try 1 but not work)
Environment (im try 1 MAX_REQUESTS and LSAPI_CHILDREN but not work )
Priority (im try -20 but not work)
Process Soft Limit (im try 1 but not work )
Process Hard Limit (im try 1 but not work )

example : i change priority 20 and restart litespeed but priority not work. http://prntscr.com/8ihas9

whats problem ? :(
 

NiteWave

Administrator
#2
please revert back to default settings.

in 99% time, you no need change these settings unless you understand well what those settings means.

what's your main problem ? altphp not working ?
 

NiteWave

Administrator
#4
the settings alone are no problem at all, they are default settings of lsphp5 -> Environment.

can you give more details regarding "lsapi environments not work" ?
 
#5
the settings alone are no problem at all, they are default settings of lsphp5 -> Environment.

can you give more details regarding "lsapi environments not work" ?
hi nitewave. yep of course

example i try this settings http://prntscr.com/8nag3z

but 1 ip can be connected again. I'm following ip's. no limit. not working.

Max Connections = 35
PHP_LSAPI_MAX_REQUESTS=500
PHP_LSAPI_CHILDREN=35

or

Max Connections = 1
PHP_LSAPI_MAX_REQUESTS=1
PHP_LSAPI_CHILDREN=1

There is no difference. no effect.
 
Top