Search results

  1. Cold-Egg

    Blocked by CORS policy and other console errors

    It seems like a cache issue, if I visit the site with a different query string, e.g. https://speedstix.com/?v=3d9975706be3, then there's no CORS issue alert, so please purge your CDN cache and see if it fixes the issue or not.
  2. Cold-Egg

    curl PHP extension install

    Hi @guytz72 , Then I think you just need to install the curl package with the following command, apt install lsphp74-curl -y killall lsphp Let me know if it works.
  3. Cold-Egg

    Virtual host configuration for Django, Postgresql & angular web app 500 error

    To answer your latest question, App Server. There're some examples of using Django demo script with different DB, see https://docs.litespeedtech.com/cloud/images/django/#how-do-i-switch-sqlite-to-postgresql You might want to confirm if the APP works with Django built-in server. If it works...
  4. Cold-Egg

    Django Postgresql Angular deployment giving 500 error

    To answer your latest question, App Server. There're some examples of using Django demo script with different DB, see https://docs.litespeedtech.com/cloud/images/django/#how-do-i-switch-sqlite-to-postgresql You might want to confirm if the APP works with Django built-in server. If it works...
  5. Cold-Egg

    What full page cache can I use for Magento 2 store on OLS?

    The LiteMage plugin is designed for LSWS which supports ESI, so it won't work correctly on OLS. If you still want to have some page cached, you might want to try cache rewrite rules, https://docs.litespeedtech.com/lscache/noplugin/installation/#basic-rewrite-rules
  6. Cold-Egg

    Need help with Crawler function

    Our WordPress plugin support is located at the official WordPress plugin support page. Please do not post your LiteSpeed Cache for WordPress questions in this forum. Please visit the WordPress forum. We will be happy to answer your questions there. Thank you!
  7. Cold-Egg

    WebAdmin access via URL

    Just create a normal VH with a valid domain, then you can access it with port 7080. A warning should be fine, because it uses a self-signed certificate by default, accept it and you should be able to proceed it. It should only redirect to https, no redirect to http feature, so I am not sure...
  8. Cold-Egg

    Blocked by CORS policy and other console errors

    Hi, For the CORS issue, could you share the domain? I just want to double confirm the header.
  9. Cold-Egg

    curl PHP extension install

    Hi @guytz72 Please try to create a phpinfo page and check if curl ext exists or not, I think this is included in the common package already.
  10. Cold-Egg

    WebAdmin access via URL

    You can still use httpS://ipaddress:7080 to access the webadmin. If you want to visit it by domain, you can set up another virtual host for ls01.xxx.com without proxy, since Cloudflare does not allow port 7080 to pass through.
  11. Cold-Egg

    Debian 12 bookworm is out

    Thanks, our build master will prepare it, but no ETA.
  12. Cold-Egg

    Downgrading PHP Errors

    I see, then these guides should also help you. https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-use-lsphp81 https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-set-up-virtual-host-specific-php
  13. Cold-Egg

    Downgrading PHP Errors

    Do you still remember how you install the lsphp81 and packages? Just do the same way with,e.g. lsphp74 and it should work. Check https://docs.openlitespeed.org/installation/repo#install-lsphp and https://docs.openlitespeed.org/configuration#method-1-webadmin-console
  14. Cold-Egg

    [Possible bug] only allow CF IP accessing website?

    Please message me on Slack or submit the issue to support@litespeedtech.com with this forum link appended for further check.
  15. Cold-Egg

    [Possible bug] only allow CF IP accessing website?

    Cloudflare IPs are whitelisted by default after v1.7.13, see https://openlitespeed.org/release-log/version-1-7-x/. Feel free to join golitespeed community on Slack and message me @Eric from there.
  16. Cold-Egg

    Almalinux 9.2

    @3frsb There's no such rpm, just follow https://docs.openlitespeed.org/installation/repo and it should work. I will update the kb soon. sudo wget -O - https://repo.litespeed.sh | sudo bash
  17. Cold-Egg

    Centos 9 Repo Link Broken

    @jasong There's no such rpm, just follow https://docs.openlitespeed.org/installation/repo and it should work. I will update the kb soon. sudo wget -O - https://repo.litespeed.sh | sudo bash
  18. Cold-Egg

    Almalinux 9.2

    Thanks for the report, we will check it.
  19. Cold-Egg

    Centos 9 Repo Link Broken

    Thanks for the report, we will check it.
Top