Search results

  1. D

    "Empty reply from server" - Code: 52

    Can you provide your curl command?
  2. D

    WebAdmin Console shows oldest log entries instead of newest

    Please try add `disableInitLogRotation 0` to httpd_config.conf.
  3. D

    Checking config of OLS from cli

    Can you use ./openlitespeed -t to check the config? Check the return value for error or not.
  4. D

    bug update openlitespeed v1.7.1 to openlitespeed v1.7.2

    Please revert back to 1.7.1 for now and create a ticket to our system and our support team can help. The revert back command is /usr/local/lsws/admin/misc/lsup.sh -e 1.7.1 Thanks David
  5. D

    Mod_security @inspectFile rule is not working

    Hi Jegan, I am David, a developer of this module. I checked your log and will want you to do these, 1, if there is a bug in our code? Since our conf is line by line, but the rules is multi line, there may be error, we can do this way to avoid. As you said, you conf is We can put the rules...
  6. D

    Access-Control-Allow-Origin Multiple Origin Domains

    Openlitespeed does not support this directive 'SetEnvIf'.
  7. D

    GZIP/Brotli Compression turned on, content still served uncompressed

    gzip and br compression is only for static file. If a URL is handled by php, then it will be depended on the php. Also cache or proxy may change. You can toggle the debug log and do one test again. and grep the log to see the reason, or send to us. Thanks David
  8. D

    Unable to reset OpenLiteSpeed WebAdmin Console password

    Normal installation should be 600. But the own is lsadm/lsadm. And lsadm should belong to two groups. root@ubuntu-s-DDD:/usr/local/lsws/admin/conf# ll total 76 drwxr-xr-x 2 lsadm lsadm 4096 May 11 13:41 ./ drwxr-xr-x 9 root root 4096 May 11 13:41 ../ -rw-r--r-- 1 lsadm lsadm 648 May 8...
  9. D

    Difference between 1.7.1 and 1.6.13 version

    You can just keep using 1.7.1. The notice is the latest stable version, 1.7.1 is still new and treated as BETA, but it seems to be very stable.
  10. D

    OpenLiteSpeed V 1.7.1 does not support quic?

    Both support QUIC. What error did you see?
  11. D

    SHM File error

    BTW, the two slashes do not hurt.
  12. D

    SHM File error

    I checked the code. It is a warning when these two value not match and then it will be corrected. You can ignore it. We will fix the error level to DEBUG later.
  13. D

    Error 503 while accessing home page in Openlitespeed with wordpress on GCP and AWS

    For 503 error, you can toggle the debug log and see the reason which should be in the log. The above info is not enough to detect the reason.
  14. D

    1.7.1 - WP image upload

    I just tested with 1.7.1, the file upload is good. Can you give me more info about your issue?
  15. D

    SHM File error

    Thanks for report that issue to us. I will check that.
  16. D

    lsws admin crash

    You can switch to 1.6.13 debug version to test again. If also crash, please raise a ticket. Run the below command to switch .../lswsl/admin/misc/lsup.sh -d -e 1.6.13 Thanks David
  17. D

    Need help with Custom HTTP headers not working in OpenLiteSpeed 1.6.11 in Ubuntu 18.04 LTS

    There is a bug in 1.6.11, can you try 1.6.12? lsws/admin/misc/lsup.sh -e 1.6.12 will do a quick upgrade.
  18. D

    Possible Bug in Graceful Restart in OpenLiteSpeed with DirectAdmin + IPv6

    I replied you in the ticket. If you do not want to give me the access, that is OK. I am not try to reproduce the issue on your server, just want to fix the issue on your server.
  19. D

    OpenLiteSpeed 1.6.11 breaks rewrite rules

    we released 1.6.12. You can use `lsup.sh -e 1.6.12` to do quick upgrade.
  20. D

    OpenLiteSpeed 1.6.11 breaks rewrite rules

    I debugged and fixed this issue, and it will be fixed in 1.6.12. Thanks David
Top