I'm running LSPHP in PROCESSGROUP mode. My
Is it possible to override those values on a per-user and/or per-domain level?
/usr/local/directadmin/custombuild/custom/openlitespeed/conf/httpd-phplimits.conf
defines the webserver's default maxConns and PHP_LSAPI_CHILDREN.Is it possible to override those values on a per-user and/or per-domain level?
- The docs only seem to mention overriding
LSPHP_Workers
in the .htaccess file, but I wouldn't think allowing tenants to increase the number of workers is a smart thing to do? - I tried using DirectAdmin conditional statements in the
httpd-phplimits.conf
file, but they aren't supported there.