Hi guys
I noticed OLS is logging every "Reached max children process" kind of error on stderr.log instead of the vhost's own error.log
In another post (https://forum.openlitespeed.org/threads/custom-error-log-for-vhost-not-working.2620/) someone said that stderr always go to stderr.log "
due to it being more of a server level type error".
I' not sure this should be the case with PHP_CHILDREN kind of error. If we have, lets say, 10 sites in the server, there is no way to know which one is complaining about the max children limit, since the log doesn't say anything about it. The only message logged is this:
[1488] Reached max children process limit: XX, extra: 0, current: XX, busy: XX, please increase LSAPI_CHILDREN.
This makes debugging a lot harder than it should be.
Is there someway to log this into vhosts own log?
PS: The same applies to node log. Every error is being logged on stderr.log instead of the vhost/context log. :/
Thanks!
I noticed OLS is logging every "Reached max children process" kind of error on stderr.log instead of the vhost's own error.log
In another post (https://forum.openlitespeed.org/threads/custom-error-log-for-vhost-not-working.2620/) someone said that stderr always go to stderr.log "
due to it being more of a server level type error".
I' not sure this should be the case with PHP_CHILDREN kind of error. If we have, lets say, 10 sites in the server, there is no way to know which one is complaining about the max children limit, since the log doesn't say anything about it. The only message logged is this:
[1488] Reached max children process limit: XX, extra: 0, current: XX, busy: XX, please increase LSAPI_CHILDREN.
This makes debugging a lot harder than it should be.
Is there someway to log this into vhosts own log?
PS: The same applies to node log. Every error is being logged on stderr.log instead of the vhost/context log. :/
Thanks!