Search results

  1. Cold-Egg

    files upload stuck at 2MB with swap error

    Hi, maybe it's due to the tmp partitionfull, please check the tmp size when it fails again.
  2. Cold-Egg

    Cant access Openlitespeed Webadmin using any ports.

    Check https://docs.litespeedtech.com/cloud/images/wordpress/#web-server-control-panel-access
  3. Cold-Egg

    OpenLiteSpeed faster than Litespeed

    Because the cache is not hit on the LSWS server, see attached file. You can also verify the cache with this tool, https://check.lscache.io/
  4. Cold-Egg

    OLS Oracle Compute Cloud

    Glad to help. :)
  5. Cold-Egg

    Unable to export sql database

    May I know how you download it? via SFTP/SCP? or browser download it?
  6. Cold-Egg

    OLS Oracle Compute Cloud

    It should work. You can also build your own image by following scripts and it should also take care of the firewall for you with Oracle Cloud https://github.com/litespeedtech/ls-cloud-image/wiki/Build-WordPress-Image For manual installation, please add following rules to /etc/iptables/rules.v4...
  7. Cold-Egg

    I can not login to Litespeed web admin console

    Did you set a domain and SSL for the web admin panel? Otherwise, it's normal to get invalid credential warnings when accessing the web admin at port 7080 due to an invalid certificate.
  8. Cold-Egg

    How do I to setup Virtual Host-specific PHP using VHost Template?

    It's very similar to the standard Virtual Host, set up the External App and Script Handler inside of the VHost Template.
  9. Cold-Egg

    Password protect WordPress admin but allow admin-ajax.php?

    I tested it and it works, here's my config, context /wp-admin/ { location /var/www/html/wp-admin/ allowBrowse 0 rewrite { } addDefaultCharset off phpIniOverride { } } context /wp-admin/admin-ajax.php { location...
  10. Cold-Egg

    PHP upgrade on GCP

    Try updating the package, then install again, apt-get update -y apt-get upgrade -y
  11. Cold-Egg

    OpenLiteSpeed not redirect to product, when select domain in WHMCS

    Please enable the debug log from the rewrite, and check if it hits the unpexpected rule.
  12. Cold-Egg

    Problems with SSL in Wordpress Multisite

    For Let's Encrypt, it will store the cert in a different path for each domain, so I am not sure what does "when modifying the location of the SSL certificate of 1 domain, they are modified for all with the location that I have recently placed. " means. Some example should help.
  13. Cold-Egg

    Redirect IP to domain name before forcing https

    I see, no ideal solution if users visit HTTPS with IP directly. How about disabling the IP from the listener?
  14. Cold-Egg

    Redirect IP to domain name before forcing https

    If this is your production site, please set your site URL and home URL to your final domain URL, not the IP. Hope it help.
  15. Cold-Egg

    WHMCS Admin Login Error

    OpenliteSpeed does not take those rules from .htaccess, will just ignore them. If you want to migrate those rules, can try the context function from the webadmin.
  16. Cold-Egg

    Problems with SSL in Wordpress Multisite

    Hi, I would recommend you to set up multiple virtual hosts for each domain, and then add all the virtual hosts on the listeners mapping. This way, you can apply certificate for each one and set it on the virtual host's SSL tab easily. Let us know if you have any other questions.
  17. Cold-Egg

    Google Crawl stats to low

    https://support.wix.com/en/article/google-search-console-crawled-currently-not-indexed#:~:text=If%20you've%20submitted%20a,results%20for%20the%20time%20being.&text=It's%20not%20necessary%20to%20resubmit%20the%20URL%20to%20be%20crawled%20and%20indexed. The Crawled - Currently Not Indexed message...
  18. Cold-Egg

    lsphp-curl

    It should. Did you hit the same issue? Is it a new installation?
  19. Cold-Egg

    OpenLiteSpeed faster than Litespeed

    May I know if this site is a dynamic page or a cached page? If you have the GTMetrix result, please share the links so we will see the response header from the waterfall.
  20. Cold-Egg

    upload_max_filesize ?

    Good to know it works, :)
Top