Search results

  1. D

    OpenLiteSpeed 1.6.11 breaks rewrite rules

    Can you give more info about which rules? Or provide an debug log which have the 404 case? Thanks David
  2. D

    htpasswd problem

    In this version, I did not fix it, because of afraid of side effect. If it is a one time fix, please manually fix it. Or maybe later, I can update lsup.sh to have more function to deal with this situation. Thanks David
  3. D

    Bytes out after compression

    Thanks. Need to check.
  4. D

    How to change OLS cache key?

    You need to update the code yourself and rebuild from the source code. If you need more help, you ask your question here.
  5. D

    Does OLS support brotli compression of dynamic content?

    We may add support for it in the future. Thank you for your feedback.
  6. D

    Does OLS support brotli compression of dynamic content?

    OLS does not support bortli for dynamic content. What is your version?
  7. D

    Module:Cache checkAssignHandler error 2

    Please check your server error log which may tell the reason. Not the Vhost log.
  8. D

    Free Conn and Free SSL Conn

    Good. No trouble. :D
  9. D

    Free Conn and Free SSL Conn

    It is in /usr/local/lsws/conf/httpd_config.conf. If you have `include`, then it can in the included files.
  10. D

    Free Conn and Free SSL Conn

    OK, in server Tuning part, you will find them. In the conf file, it is tuning { maxConnections 2000 maxSSLConnections 1000 ... }
  11. D

    Free Conn and Free SSL Conn

    Do you use webAdmin to set the config? Usually it is https://ip:7080/.
  12. D

    Free Conn and Free SSL Conn

    You do not need to do changes for now. It won't cause too much memory usage issue but is big enough to handle traffic. When your server are too busy, then you may need to do some tuning.
  13. D

    Free Conn and Free SSL Conn

    Concurrent 2000 is many. If you don’t have lord issue or slow speed, you may need not to change.
  14. D

    Free Conn and Free SSL Conn

    OK. It is like "available connection: 2000" and same for SSL connection. Because you set max connection is 2000 and when no one current connecting then it will be 2000 available.
  15. D

    Free Conn and Free SSL Conn

    Can you show more info about these? Which dashboard you are using?
  16. D

    Module:Cache checkAssignHandler error 2

    Should have some errors before this error. Please check if the configuration of the server level or the VHost level.
  17. D

    1.6.9 bug?

    Need more info to identify the error. Please toggle the debug log and paste more log about the error. Thanks. David
  18. D

    is mod_lua still supported?

    We still support it. Since recently we changed it a lot, may cause some issue our test does not reach. Sorry. I will check it and may update you later.
  19. D

    htpasswd problem

    As design, conf is owned by `lsadm`, but can be access by group `nogroup`. This is the reason why it is 750 with lsadm/nogroup. Server start will fix the /conf/ DIR only in current code. We may change to fix the whole directory at that time.
  20. D

    htpasswd problem

    So if you change all /conf/ include all files to drwxr-x--- lsadm nogroup Then it will work, right?
Top