Search results

  1. 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
  2. Cold-Egg

    How I set custom headers ONLY for html?

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

    How I set custom headers ONLY for html?

    It works on my test site, is it possible to share the HTML URL?
  4. 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.
  5. 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.
  6. Cold-Egg

    Automatic language redirect with htaccess

    OpenLiteSpeed support rewrite rules, may I know if it's not working in your case?
  7. 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.
  8. 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
  9. 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.
  10. 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
  11. 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.
  12. Cold-Egg

    Enabe rewrite , disable mod security

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

    get the lscache filename key

    Probably not. Why do you want to avoid purge requests by URL?
  14. Cold-Egg

    Use OLS like resolve proxy and normal http server

    Yes if there's no port conflict
  15. Cold-Egg

    Enable opcache php 8.0.7 (OLS 1.7.11)

    apt-get install lsphp80-opcache
  16. Cold-Egg

    Another .htaccess RewriteRule question

    Could you provide some examples, for the first line, what do you put in the URL, and what's the result you expect?
  17. Cold-Egg

    Enabe rewrite , disable mod security

    mod_security module should have nothing to do with the rewrite, not sure where did you see it. You can control it with custombuild.
  18. Cold-Egg

    Unable to build in arm64

    Looks ip2location does not compile properly. Maybe you can try to run the build script again. /root/third-party/script/build_ip2loc.sh Please try to fix the failure if any.
Top