Search results

  1. Cold-Egg

    .woff issues

    For LS Enterprise version, you can apply ExpiresByType on the .htaccess file.
  2. Cold-Egg

    External media optimization

    Hi, For WordPress Plugin questions, please post on the LSCache for WordPress support forum, thanks.
  3. Cold-Egg

    Missing RPM for 1.7.19

    It will be released in the next few days. If you want to try the binary, you could use the following command to upgrade it. /usr/local/lsws/admin/misc/lsup.sh -v 1.7.19
  4. Cold-Egg

    How to update OpenLiteSpeed on Debian 12?

    Because OLS v1.7.19 package is not ready yet, if you want to try the binary, you could use the following command to upgrade it. /usr/local/lsws/admin/misc/lsup.sh -v 1.7.19
  5. Cold-Egg

    "server" headers still showing even after checking the option Server Signature = Hide Full Header

    Because it is returned by the Quic Cloud server, not from the origin server. If you bypass the CDN, then you should see the difference.
  6. Cold-Egg

    .woff issues

    For openlitespeed, the browser cache is controlled by the server, please go to openlitespeed web console > Server Configuration > General > Expires Settings and add type from there.
  7. Cold-Egg

    cannot download files with version 1.7.19

    I see, then you might want to contact DA support for more details about the CB changes.
  8. Cold-Egg

    find failed config in shared host server

    What if you filter 'REQUEST_SCHEME' only to the /usr/local/directadmin/data/users/*
  9. Cold-Egg

    cannot download files with version 1.7.19

    HI, I just tested one site with v1.7.19, and no download file issue/, may I know how you upgraded to v1.7.19, with lsup command? Maybe you can raise a ticket to support@litespeedtech.com if the issue is reproducible.
  10. Cold-Egg

    subdomains SSL

    Assume you have a cert on the listener, then you just need to add the VH SSL with its cert, and the SSL certificate in the virtual host will overwrite the listener. If not working, please share both server and vh configs so we can check for you. You can also inbox me if you want to keep the...
  11. Cold-Egg

    OLS using header IP, not trusted Cloudflare IP, for connection limit?

    From my test, the whitelist works, maybe you can submit the issue to support@litespeedtech.com for further support. The connection set to 100000/150000 is similar to disabling the feature.
  12. Cold-Egg

    troubleshooting attacks (might be?)

    Probably a DDoS attack, maybe you can decrease the limit, e.g. from 220 to 40, and apply recaptcha to the virtual host. More https://docs.openlitespeed.org/docs/advanced/security Let us know if it works.
  13. Cold-Egg

    more workers and less maxConns vs less workers and more maxConns

    Definition of the workers, It will help with high-traffic load situations, if the maxConns you mentioned is PHP-related, then it won't help much.
  14. Cold-Egg

    Cache problem

    Hi, For WordPress Plugin questions, please post on the LSCache for WordPress support forum, thanks.
  15. Cold-Egg

    Almalinux 9.2

    Thanks for the report, it has been fixed but not published yet. I will let the infra team know it and publish it soon.
  16. Cold-Egg

    Centos9 - Unable to install openlitespeed from repo

    I see, we didn't mention it because it has already been included in the script. Please try to use the script method, it will be easier. Maybe we can consider removing those manually specified methods in the future. Add the Repository Use the following commands to add our...
  17. Cold-Egg

    Centos9 - Unable to install openlitespeed from repo

    The remi repo is required for CentOS9, the following script should take care of it, may I know if you have run the command to install litespeed repo and dependencies? sudo wget -O - https://repo.litespeed.sh | sudo bash
  18. Cold-Egg

    OpenLiteSpeed Drupal at DigitalOcean - image styles not working

    FEI, this issue will be handled by the web server with v1.7.19.
Top