Search results

  1. D

    Reached max children process - Log into vhost error log instead of stderr

    OK, I will do more testing about it. BTW, your `LSAPI_CHILDREN=1` seems is too low.
  2. D

    Reached max children process - Log into vhost error log instead of stderr

    Are you set each VHost has its own lsphp or all vhost share a same lsphp?
  3. D

    Reached max children process - Log into vhost error log instead of stderr

    Can you add a setting in the php ENV? such as `LSAPI_STDERR_LOG=[The Vhost Directory]/stderr.log` For example my test setting extprocessor lsphp { type lsapi address uds://tmp/lshttpd/lsphp.sock maxConns 35 env...
  4. D

    Are QUIC and SSI coming to OpenLiteSpeed?

    QUIC is in 1.6.*, the ESI is in Enterprise version, and may not goes to Open version.
  5. D

    many possible dead lock on a new server with a simple script.

    Hi AcChek, You need to make sure if it is this `lsphp` to hanlde your test php request, you know sometime we may have some VHost level lsphp.
  6. D

    ipv6 listeners stop working

    So it seems graceful restart cause some port not is forwarded to the new process. We will check. Thanks.
  7. D

    ipv6 listeners stop working

    1, If you fully stop the service and start it, it is always busy, it may be due to the port is still occupied or mistake in the conf file. 2, If it is not always occur, just happen sometimes, it may be some service is using the port, please try to find the service and kill it first.
  8. D

    ipv6 listeners stop working

    Thank you for letting us know. We will check this issue soon. Thanks. David
  9. D

    2 error show in OpenLiteSpeed panel

    1. This is a Example VHost which should have /usr/local/lsws/Example/html/protected/ DIR, if not, you may create it manually. This is not a real issue; 2, How much is your memory? It seems runs out of memory.
  10. D

    Openlitspeed along with MySQL and not MariaDB

    But our code do not deal with mysql and MariaDB separately. I just think maybe some missing extension cause that.
  11. D

    Website is not delivering brotli compressed assets

    It seems you are running LiteSpeed enterprise, correct? All static is br compressed. Can you switch to openlitespeed, so that I can check what happened?
  12. D

    Website is not delivering brotli compressed assets

    What is the link, can I have a test?
  13. D

    Website is not delivering brotli compressed assets

    Yes. It is gzipped. I did not see your request header about the encoding. What is the link, can I have a test?
  14. D

    Website is not delivering brotli compressed assets

    Usually a .php file is handled by php process. A css, js, jpg files are static. Can you check a static file?
  15. D

    [ERROR] failed to enable lshttpd.service in systemd

    I will try to fix this bug in the next release. Will work on it tomorrow. Thank you.
  16. D

    Website is not delivering brotli compressed assets

    The setting is for static file, your php page is handled by php, for openlitespeed server, this is a dynamic content, the content is provided by php process, so by default it will use gzip. Thanks.
  17. D

    many possible dead lock on a new server with a simple script.

    Thank you Paulo. Let keep eye open if any one else get any similar errors.
  18. D

    many possible dead lock on a new server with a simple script.

    Yes. If you guys can give me any case that will die unexpectedly, that will help.
  19. D

    many possible dead lock on a new server with a simple script.

    Need to make sure this `extprocessor ` is serving the testing php, since you may have VHost own php and server level php. For my test case, I tested about 10 times, all are good. I checked the code, the `initTimeout` do the exact thing.
  20. D

    many possible dead lock on a new server with a simple script.

    I will do more testing if you can share you testing code here. Thanks.
Top