Search results

  1. Cold-Egg

    LSCache without plugin problem

    Do you mean cache via rewrite rules? I just tested example.com/phpinfo.php and example.com/phpinfo.php?1, the cache is separated.
  2. Cold-Egg

    SSL certificate marked as secure for www and insecure without www

    In general, we apply LE cert for both www.example.com and example.com. In case you may need, "expand" for the root domain may help. https://community.letsencrypt.org/t/how-realy-works-the-expand-flag-correctly/21058/2
  3. Cold-Egg

    LSCache miss page

    I checked the page source and the Page generated time does not change. So, the cache maybe is working, but the header did not update due to the KeyCDN cache.
  4. Cold-Egg

    Openlitespeed changing configuration permission to executable during first startup

    The lsadm user does not have permission for any user to log in, it will return "This account is currently not available."
  5. Cold-Egg

    LSCache miss page

    1. Please check and follow this doc https://docs.litespeedtech.com/lscache/lscwp/troubleshoot/#cache-purges-too-frequently to solve the Cache Purges Too Frequently issue. 2. Could you DM me the category 2 whole URL? 3. Need to turn on the debug log, purge and crawler again, then you should see...
  6. Cold-Egg

    Letsencrypt certificate is renewed but LSWS doesn't restart

    If the hook does not work for some reason, we can also implement restart lsws weekly to avoid such issues. Other people who asked in LE forum, https://community.letsencrypt.org/t/deploy-hook-not-being-run/93342/2 echo '0 0 * * 3 root systemctl restart lsws' | sudo tee -a /etc/cron.d/certbot >...
  7. Cold-Egg

    Letsencrypt certificate is renewed but LSWS doesn't restart

    Sure thing, ticket replied. The resolve means it is fixed in the image/marketplace. Please try to avoid mixing service and systemctl to control the lsws service. it may break the hook.
  8. Cold-Egg

    Letsencrypt certificate is renewed but LSWS doesn't restart

    Got your mail, will update the status on the ticket. :)
  9. Cold-Egg

    Letsencrypt certificate is renewed but LSWS doesn't restart

    Hi Lui, it should have been resolved for a long time. May I know if you can raise a ticket to support@litespeedtech.com so we can take a look? Basically, we will check the cronjob rules, and let's encrypt error logs.
  10. Cold-Egg

    Directadmin LAN integration with OLS

    Hi @opencart, I just set up a new DirectAdmin server with OpenLiteSpeed and no such issue. The /usr/local/lsws/conf/listeners.conf file auto-generate internal 80&443 and external 80&443 listeners as expected. e.g. listener 54-227-113-142-80 { address 54.227.113.142:80 secure...
  11. Cold-Egg

    Unable to export sql database

    Please check Is there's any limit in the PHP.ini
  12. 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.
  13. Cold-Egg

    Cant access Openlitespeed Webadmin using any ports.

    Check https://docs.litespeedtech.com/cloud/images/wordpress/#web-server-control-panel-access
  14. 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/
  15. Cold-Egg

    OLS Oracle Compute Cloud

    Glad to help. :)
  16. Cold-Egg

    Unable to export sql database

    May I know how you download it? via SFTP/SCP? or browser download it?
  17. 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...
  18. 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.
  19. 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.
  20. 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...
Top