Search results

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

    Module Cache 500 error

    Maybe you can run `top` or `free -h` command to check if the service run out of memory.
  6. 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?
  7. 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...
  8. 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
  9. 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?
  10. 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?
  11. Cold-Egg

    No context found for URI

    No experience for this CMS, may I know if you have set the document root to the public folder?
  12. Cold-Egg

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

    Hi, to specify your certificate location, you can either put it on the listener > SSL or virtual host > SSL https://docs.litespeedtech.com/cloud/images/django/#step-4-set-ssl-for-https
  13. Cold-Egg

    Operation Timed Out Error

    Ok, I will schedule a time to check it, thanks for the information.
  14. Cold-Egg

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

    Hi, Do you mean this image on the GCP marketplace https://console.cloud.google.com/marketplace/details/gc-image-pub/openlitespeed-django ? And the Django Manual you followed is this one https://docs.litespeedtech.com/cloud/images/django/#django-administration-page? If so, did you set up the...
  15. Cold-Egg

    Suddenly Error 404 on My Wordpress

    So it's a PHP code issue? Sid you change anything recently? Did you see any error log under the document root?
  16. Cold-Egg

    Htaccess for openlitespeed

    Hi, I only click those buttons and all load fine. I can not share the config since I have already destroyed the server. If you can load WordPress fine, then there's no issue with PHP and virtual host. To identify if this is a permission issue, could you change all dir and files to 777...
  17. Cold-Egg

    reserve proxy to other domain

    Since your backend server IP is 149.28.136.65, you should use external app >> added webserver Name : test Address: http://149.28.136.65 Set Max Connections : 2000 Set Initial Request Timeout (secs)100 Retry Timeout (secs)0 instead of external app >> added webserver Name : test Address...
  18. Cold-Egg

    Suddenly Error 404 on My Wordpress

    Hi, You might want to check the error log and see why it's a 404. Did it hit any context? Did you change the document root?
  19. Cold-Egg

    GCP Wordpress OpenLiteSpeed solution - Prevent redirection (WP_HOME)

    Do you mean the installation page keeps redirecting you to the domain? It may be due to your browser cache, try to visit it from an incognito browser and see if it helps.
Top