We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, when I set the Run As User and Run As Group fields in the lsphp application on the virtual host, I get a 503 error.
Run As User
Run As Group
the output of /usr/local/lsws/logs/stderr.log :
/usr/local/lsws/logs/stderr.log
lscgid: execve():/usr/local/lsws/lsphp831/bin/lsphp: Resource temporarily unavailable
but this error can not help me.
So I fixed this by adding PHP_LSAPI_CHILDREN=10 in the Environment field.
PHP_LSAPI_CHILDREN=10
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
when I set the
Run As User
andRun As Group
fields in the lsphp application on the virtual host, I get a 503 error.the output of
/usr/local/lsws/logs/stderr.log
:but this error can not help me.
So I fixed this by adding
PHP_LSAPI_CHILDREN=10
in theEnvironment
field.The text was updated successfully, but these errors were encountered: