Search results

  1. Cold-Egg

    OneClick Install: Unable To Locate Package OpenLiteSpeed

    It seems working fine. So what and how did you fix the issue?
  2. Cold-Egg

    Rewrite rules for all sites in httpd_config.conf ?

    You are right, can not just include it in the server config file, need to include it in the virtual host config file.
  3. Cold-Egg

    Files automatically minified and saved over originals

    Maybe it's similar to this issue? https://stackoverflow.com/questions/9866597/uploading-php-files-via-ftp-all-linebreaks-and-crs-are-lost-upon-upload
  4. Cold-Egg

    OneClick Install: Unable To Locate Package OpenLiteSpeed

    Hi, I can't reproduce it, could you run the following and share the output? sudo wget -O - https://repo.litespeed.sh | sudo bash -x
  5. Cold-Egg

    Missing LSPHP 8.3.x modules

    Thank you for being so patient, the build master will prepare it when available, but no ETA.
  6. Cold-Egg

    Setting up a subdomain without WordPress

    Good. If subdomain.A.com:8088/index.html loads fine, but subdomain.A.com:8088/, then it's auto index problem. But you mentioned subdomain.A.com returns a 404, which is probably a domain mapping issue on the listener, have you map the domain on port 80/443?
  7. Cold-Egg

    Setting up a subdomain without WordPress

    Do you have port 8088 allowed on the server? :unsure:
  8. 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?
  9. 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.
  10. 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.
  11. Cold-Egg

    Availability Problems

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

    Setting up a subdomain without WordPress

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

    OpenLiteSpeed 1.8.1 - Dedicated Server Optimal Config

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

    Chown warning on installation

    Thanks for the report, we will check it.
  15. 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.
  16. 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...
  17. Cold-Egg

    access logs - request duration

    Hi, It is the delta time in milliseconds from request coming in, similar to this post.
  18. 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?
Top