OpenLiteSpeed overriding LSAPI_MAX_CHILDREN per user/domain?

mcormick

Verified User
Joined
Jan 31, 2023
Messages
10
I'm running LSPHP in PROCESSGROUP mode. My /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.
 
Back
Top