Search results

  1. Cold-Egg

    Redirect to HTTPS WWW - How Do I Achieve it?

    Hi @iamsushanth, may I know what is this about, did you post on the wrong thread?
  2. Cold-Egg

    ETA on Debian 11 (Bullseye) support?

    Thanks, will forward to the build master
  3. Cold-Egg

    enabling memcached extension after switching to suExec mode

    The first thing is to figure out why there's no Memcached on that domain. Can you also add phpinfo page to other domain and compare if both load the same "Loaded Configuration File"
  4. Cold-Egg

    enabling memcached extension after switching to suExec mode

    Can you try to set up a phpinfo page and check if Memcached is on it?
  5. Cold-Egg

    How to get Real Client IPs, but still only allow traffic from cloudflare?

    To see the IP from the access log, you will need to use "Trusted IP only". If this site is served by cloudflare, how did you get those hits directly to the original server?
  6. Cold-Egg

    error in wordpress after update.

    I am actually not familiar with the panel, if you have Apache and WordPress first, it may not work since OLS doesn't read the config files from the Apache. And the panel provides openlitespeed install option actually, so no need to install it from the console. To fix it, you need to know where...
  7. Cold-Egg

    OpenLitespeed ubuntu server doesn't change the max_vars_input

    Default PHP version on this server is PHP7.4 or PHP 8.0, have you changed the handler to lsphp73? I just want to make sure you are updating the correct php ini file
  8. Cold-Egg

    error in wordpress after update.

    Do you mean WordPress upgrade to v5.8 or? What's error did you see on the other pages?
  9. Cold-Egg

    I am unable to Upload Webp Images In Wordpress 5.8

    Oh, it's on the PHP extension. We should have had this package support webp a long time ago. May I know your PHP version? Maybe you can try php74 or php80? https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-use-lsphp80
  10. Cold-Egg

    sqlite3 version issue which prevent to compile php

    Hi Do you have this package installed, libsqlite3-dev For lsphp sqlite3 extension, you can get it from the LiteSpeed repository, so no custom build is needed. https://docs.litespeedtech.com/extapp/php/getting_started/
  11. Cold-Egg

    I am unable to Upload Webp Images In Wordpress 5.8

    May I know the OLS version? As long as the OpenLiteSpeed version is higher than v1.4.33, you should be able to upload it. To upgrade OLS, run the following command, sudo apt-get update sudo apt-get upgrade -y You can also check from OpenLiteSpeed Web Admin > Server Configuration > General >...
  12. Cold-Egg

    How can I allow my mysqld for remote connection ?

    https://webdock.io/en/docs/how-guides/database-guides/how-enable-remote-access-your-mariadbmysql-database I did not test, but you might want to change the bind-address to allow connections on all host IPv4 interfaces.
  13. Cold-Egg

    Module Cache 500 error

    Maybe you can run `top` or `free -h` command to check if the service run out of memory.
  14. Cold-Egg

    .htaccess rewrite rule doesn't work on Cyber Panel

    https://stackoverflow.com/questions/63053459/wordpress-on-openlitespeed-cyberpanel-get-404-error-after-vps-reboot Maybe you have a permission issue?
  15. Cold-Egg

    Operation Timed Out Error

    Just tried to check several settings with @vlohargb, this issue is possible due to the network latency. If your server in the Asia region, the curl timeout happens easily. 1000 milliseconds = 1 seconds I found something from Google search, hope this helps...
  16. Cold-Egg

    https working perfectly but I haven't applied certbot key!

    Yes, the certificate will be auto-renewed. https://docs.litespeedtech.com/cloud/images/django/#how-does-certbots-auto-renew-script-work
  17. Cold-Egg

    Operation Timed Out Error

    Just tried to install no. 2 and 3, still no error. Could you submit a ticket to support@litespeedtech.com and this post link appended?
  18. Cold-Egg

    Operation Timed Out Error

    Hi, I've tried to install 4 plugins and set up woocommerce with example products and storefront theme, still, no error shows in Query Monitor. Please help to narrow down on which button you clicked to trigger the API or any other plugin you have installed?
Top