Search results

  1. Cold-Egg

    Setting up a subdomain without WordPress

    The config looks right. If you visit HTTP://subdomain.A.com:8088/index.html directly, does it return 200 ok, or 404 not found?
  2. Cold-Egg

    Files automatically minified and saved over originals

    Can you compare the file size before/after upload to the server? If it's uploaded via the FTP, then it sounds not web server-related.
  3. Cold-Egg

    PHP warning failed loading extension

    Thanks for the report, we have received the issue and it should be fixed in the next build.
  4. Cold-Egg

    Availability Problems

    Check access logs and see if there's any unusual traffic during that time.
  5. Cold-Egg

    Setting up a subdomain without WordPress

    Have you set up document root in the subdomain's virtual host?
  6. Cold-Egg

    OpenLiteSpeed 1.8.1 - Dedicated Server Optimal Config

    If the site relies on PHP heavily, 120 is ok.
  7. Cold-Egg

    Chown warning on installation

    Thanks for the report, we will check it.
  8. Cold-Egg

    Unexpected 404 between example.com and www.example.com

    Need to check your listener conf, rewrite part, and context settings. Feel free to DM me if you want to keep those in private.
  9. Cold-Egg

    SSL Configuration - Full Chain and Ciphers

    According to many contexts: ciphers that use RSA key exchange or CBC mode are considered less secure. If you use an RSA key, please generate it with more than 3072 bits, or use the ECC cert with 384+ bit, then it should clean up some warnings. The only warning I can't get rid of is CBC cipher...
  10. Cold-Egg

    access logs - request duration

    Hi, It is the delta time in milliseconds from request coming in, similar to this post.
  11. Cold-Egg

    OpenLiteSpeed 1.8.1 - Dedicated Server Optimal Config

    Next time, you can just share the content of the config file(/usr/local/lsws/conf/httpd_config.conf), which should be much easier. 1. Please try to restart the web server a few more times and see if it helps. 2. Do you have any virtual host-level lsphp settings?
  12. Cold-Egg

    OLS crashed without stack information

    It's probably enabled by you before. Since the issue required to check the config and log, please submit your issue to support@litespeedtech.com with this forum post link appended. As well as...
  13. Cold-Egg

    OLS crashed without stack information

    I remember you are using DA server. Do you have group enabled? If disabled, does it make any difference?
  14. Cold-Egg

    litespeed service inactive, but web service is still running

    This is the path /usr/local/lsws/logs/lsrestart.log for the lsrestart log. Is it possible to share the log content here?
  15. Cold-Egg

    How to update OpenLiteSpeed on Debian 12?

    @LuckyMuc The latest commit should have Debian 12 covered, feel free to give it a try.
  16. Cold-Egg

    lsphp83.sock.11490.pid

    If nothing is found from the log, then you can consider customizing the socket name per virtual host, then you will know where it comes from.
  17. Cold-Egg

    SSL installation Error

    Hi, Have you followed https://docs.litespeedtech.com/cloud/images/wordpress/#step-3 to set up the domain + SSL with the prompt script? If you want to apply the cert manually, please follow https://docs.litespeedtech.com/cloud/images/wordpress/#enable-https, it should work too.
  18. Cold-Egg

    SSL Configuration - Full Chain and Ciphers

    Do you mean the TLS 1.0 and 1.1 are still enabled? or the cipher is using 128? Is there any screenshot of SSL Lab Test?
  19. Cold-Egg

    SSL doesn't work in PhpMyAdmin with openlitespeed OLS

    Sure, and if they have any questions about OLS configuration, feel free to contact LiteSpeed support.
Top