Search results

  1. Cold-Egg

    "Unable to locate package openlitespeed" Error while installing CyberPanel on ubuntu

    @Khosmhyn In that video, he changed the CPU back to AMD at 3:12 :ROFLMAO:
  2. Cold-Egg

    Listener mapping, URL masking

    Right, static context is not enough for this case. Should use the proxy method. May I know if abc.xyz.com:3000 is a nodeJS, not a WordPress site right? First, you might want to set up a subfolder called abc, and make sure xyz.com/abc is loadable. For checking, you can add IP and xyz.com to your...
  3. Cold-Egg

    "Unable to locate package openlitespeed" Error while installing CyberPanel on ubuntu

    @Khosmhyn Please share the log output Also the output of "name -a" and "lscpu" may help.
  4. Cold-Egg

    My website not opening

    Maybe due to DNS propagation? nslookup sbaccounting.com.ng ** server can't find sbaccounting.com.ng: SERVFAIL Can you see the site if you add IP and domain to your host file?
  5. Cold-Egg

    ssl not work

    https://medium.com/@saurabh6790/generate-wildcard-ssl-certificate-using-lets-encrypt-certbot-273e432794d7
  6. Cold-Egg

    Listener mapping, URL masking

    Set listener with domain mapping to xyz.com, then set a static context called abc to abc.xyz.com document root should do the item 1.
  7. Cold-Egg

    ssl not work

    Hi, Did you hit the limit? https://letsencrypt.org/docs/rate-limits/ The main limit is Certificates per Registered Domain (50 per week) Maybe you can apply Wildcard SSL certificate?
  8. Cold-Egg

    How I set custom headers ONLY for html?

    Try exp:^((?!wp-admin).)*(/)$ to exclude wp-admin, then it should works.
  9. 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/
  10. 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
  11. Cold-Egg

    installation error

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

    sqlite3 update from 3.7.17 to latest

    http://rpms.litespeedtech.com/debian/pool/main/focal/
  13. 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
  14. Cold-Egg

    How I set custom headers ONLY for html?

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

    How I set custom headers ONLY for html?

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

    Automatic language redirect with htaccess

    OpenLiteSpeed support rewrite rules, may I know if it's not working in your case?
Top