Search results

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

    Debian 12 bookworm is out

    Thanks, our build master will prepare it, but no ETA.
  4. 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
  5. 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
  6. 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.
  7. 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.
  8. 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
  9. 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
  10. Cold-Egg

    Almalinux 9.2

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

    Centos 9 Repo Link Broken

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

    Can't access wp-admin or LightSpeed WebAdmin

    For web admin, I don't think there's any rewrite by default. Could you raise a ticket to support@litespeedtech.com with this forum link appended, also the elastic IP?
  13. Cold-Egg

    How to flush cache for my virtual host?

    You should let LSCWP control the cache purge, any reason why you want to purge the cache for all sites? You can manually delete the cache files under the cache folder if you want.
  14. Cold-Egg

    [Possible bug] only allow CF IP accessing website?

    Hi @dhanamerdeka, Please just give my previous suggestion a try, it should work. I've tested it.
  15. Cold-Egg

    [Possible bug] only allow CF IP accessing website?

    The easiest way should be Adding `ALL` to the OLS Web Admin > Server configuration > Security > Access Control > Denied list. And empty the Allowed List. accessControl { deny ALL } And if you still need web admin access, please add your IP to the allow section. Let...
  16. Cold-Egg

    Periodic Cache Cleanup for Virtual Host Caches

    Hi, That is for LSWS, not OLS. You might want to follow https://openlitespeed.org/kb/openlitespeed-cache-module/ to specify the cache location per virtual host. I think the cache will be auto-removed from time to time after it's marked as invalid.
  17. Cold-Egg

    htaccess not working

    @Elijah419 Sure, please share what header you want to display, and what is your current context config settings.
  18. Cold-Egg

    hacker used a vulnerability in litespeed to find out the real IP address behind cloudflare

    Hi, I am still not sure if it has anything to do with it. But if you can reproduce it by enabling the LSCWP again and get those IPs, maybe we can take a look or just share the log here so we may have a better idea.
  19. Cold-Egg

    hacker used a vulnerability in litespeed to find out the real IP address behind cloudflare

    I guess those are optimized CSS and JS files, it's not a problem, and it is also not real IP related. You can try to deactivate the LSCache plugin and see how it goes.
  20. Cold-Egg

    hacker used a vulnerability in litespeed to find out the real IP address behind cloudflare

    Hi @deeit Could you provide more information about the issue, and how to fix it from WordPress?
Top