Is this normal:
nobody 26542 0.1 0.6 7920 5576 ? S 11:01 0:01 admin_php
nobody 26543 0.0 0.1 4704 1652 ? S 11:01 0:00 admin_php
?
I mean - each time i see not less than 2 instances of fastcgi script,
this behavior not depends on the type of fastcgi script and number of instances in configuration.
It is normal, admin_php is the internally defined PHP FCGI External App for the web admin interface, whenever web admin interface is accessed, you will see those processes, your configuration has no effect on those.
It is normal, admin_php is the internally defined PHP FCGI External App for the web admin interface, whenever web admin interface is accessed, you will see those processes, your configuration has no effect on those.
For various reason, LSWS always try to start additional FCGI process when "instances" > "1".
If you set both "max connections" and "instances" to "1", then only one instance will be started.