Search results

  1. Cold-Egg

    How I set custom headers ONLY for html?

    Try exp:^((?!wp-admin).)*(/)$ to exclude wp-admin, then it should works.
  2. Cold-Egg

    x-litespeed-cache: hit after crawling ?!?!

    Hi, It's possible if you have different vary like Language or currency on this site. For more LSCWP relates question, please ask https://wordpress.org/support/plugin/litespeed-cache/
  3. Cold-Egg

    sqlite3 update from 3.7.17 to latest

    Are you using Ubuntu, it should use the version above 3.9. Anyway, you can check https://stackoverflow.com/questions/55674176/django-cant-find-new-sqlite-version-sqlite-3-8-3-or-later-is-required-found to update the SQLite for Django, or simply install a Django version which lower than 2.2
  4. Cold-Egg

    installation error

    Have you added the repository? https://openlitespeed.org/kb/install-ols-from-litespeed-repositories/
  5. Cold-Egg

    sqlite3 update from 3.7.17 to latest

    http://rpms.litespeedtech.com/debian/pool/main/focal/
  6. Cold-Egg

    How I set custom headers ONLY for html?

    Then you can try URI: exp:(.*)(/)$ Location: $DOC_ROOT/ Accessible Yes Header Operations link </wp-content/themes/reboot/assets/fonts/wpshop-core.ttf>; rel=preload; as=font; type=font/ttf; crossorigin
  7. Cold-Egg

    How I set custom headers ONLY for html?

    I only found two Html external resources from this site. :)
  8. Cold-Egg

    How I set custom headers ONLY for html?

    It works on my test site, is it possible to share the HTML URL?
  9. Cold-Egg

    How I set custom headers ONLY for html?

    Should be $DOC_ROOT/$0 instead of $DOC_ROOT/0$ You have a typo on the Location, it works for me by following the KB.
  10. Cold-Egg

    How I set custom headers ONLY for html?

    Please check https://openlitespeed.org/kb/how-to-set-up-custom-headers/ and replace the css with html.
  11. Cold-Egg

    Automatic language redirect with htaccess

    OpenLiteSpeed support rewrite rules, may I know if it's not working in your case?
  12. Cold-Egg

    sqlite3 update from 3.7.17 to latest

    For PHP package, you can get "lsphp80-sqlite3_8.0.9" from LiteSpeed repository currently.
  13. Cold-Egg

    Compiled 7.4.20 not including gd.so library

    It's available on LiteSpeed Repository https://docs.litespeedtech.com/extapp/php/extensions/#litespeed-repository Please try yum install lsphp80-pecl-memcached
  14. Cold-Egg

    Few errors on higher traffic

    Any other log in the std error log? Is it easy to reproduce? May I know if it also happens on a simple PHP script? Sure, you could increase some limits, e.g. initTimeout, procSoftLimit, procHardLimit, and see if it helps.
  15. Cold-Egg

    lsphp for ARM

    Right, LSPHP for the arm would need to be built manually from the source. https://docs.litespeedtech.com/extapp/php/getting_started/#source
  16. Cold-Egg

    Lightspeed ent to lightspeed

    No official method to revert back to OpenLiteSpeed, maybe you need to reinstall the CyberPanel and transfer the site.
  17. Cold-Egg

    Enabe rewrite , disable mod security

    https://www.vpsbasics.com/cp/how-to-enable-manage-disable-modsecurity-rules-directadmin/
  18. Cold-Egg

    get the lscache filename key

    Probably not. Why do you want to avoid purge requests by URL?
Top