Search results

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

    Automatic language redirect with htaccess

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

    Enabe rewrite , disable mod security

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

    get the lscache filename key

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

    Use OLS like resolve proxy and normal http server

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

    Enable opcache php 8.0.7 (OLS 1.7.11)

    apt-get install lsphp80-opcache
  13. 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?
  14. 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.
  15. 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.
  16. Cold-Egg

    GCP - How to edit wp-config.php

    Try "curl -kL https://127.0.0.1:7080/" from the SSH console, if it's a success, then it means there's a firewall on your network level.
  17. Cold-Egg

    openlitespeed + wordpress + cache = no php?

    You can't, it won't launch PHP anymore if the page is cached. Maybe you can try ajax call to call a non-cache URI to send these data.
Top