Search results

  1. Cold-Egg

    OLS webadmin GUI does not ask for a restart when context is deleted

    Thanks for the report, I am able to reproduce it, will forward to the developer.
  2. Cold-Egg

    Cannot install pear php for Open Lite Speed

    Hi, Could you double confirm that the lsphp73-pear module loaded by creating a PHP info page and check on it.
  3. Cold-Egg

    Lsphp74 mcrypt install

    Do you install it with apt-get install command? If so, please try to restart PHP process. killall lsphp
  4. Cold-Egg

    How to set auto-renewal of Let's Encrypt SSL?

    Hi @gilles and @simii, Before systemd updates, we can mix up in use with "lswsctrl" and "systemctl" to restart lsws, but after the certain update, it messed up with systemctl. Like if you have a process start with lswsctrl start then systemctl restart/stop won't touch it. Please run follow...
  5. Cold-Egg

    its possible upgrade from OpenLiteSpeed to LiteSpeed ?

    Check FAQ, https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-upgrade-to-litespeed-enterprise Please keep in mind that the free starter has 2 GB RAM and one domain limit.
  6. Cold-Egg

    vhosts configuration

    Hi Ian, Have you set up domain mapping for each virtual host? any screenshot that we can take a look?
  7. Cold-Egg

    I got an error after click yes on Let's encrypt certificate

    Hi, Because CloudFlare does not support port 7080 More information: https://support.cloudflare.com/hc/en-us/articles/200169156-Identifying-network-ports-compatible-with-Cloudflare-s-proxy#:~:text=HTTPS%20ports%20supported%20by%20Cloudflare,2083
  8. Cold-Egg

    How to set auto-renewal of Let's Encrypt SSL?

    Hi @simii, I remember Let's Encrypt should has auto setup a cronjob on the system, you might need to add the hook for server restart Edit /etc/cron.d/certbot , and add "--deploy-hook 'systemctl restart lsws' " hook to the end of the default certbot command
  9. Cold-Egg

    Why does OpenLiteSpeed Django app give errors when save or delete very simple model in admin view ?

    Resolved by @artertendean https://forum.openlitespeed.org/threads/lswsgi-cant-handle-unicode.4713/
  10. Cold-Egg

    I got an error after click yes on Let's encrypt certificate

    No, it should have no effect. I see, because you are using Cloudflare which will hide the server name, and the setup script needs to detect if the server name is LiteSpeed. In this case, you can either 1. Edit /opt/domainsetup.sh, remove line 310 to bypass the validation...
  11. Cold-Egg

    I got an error after click yes on Let's encrypt certificate

    Hi, I guess that you are using OpenLiteSpeed WordPress image. In this case, the prompt script will show again with new SSH if you haven't completed it. About how to check Let's Encrypt certificate on your server, if certificate verification is a success, you should find your certificate...
  12. Cold-Egg

    ipv6 not working

    Hi, If you can reproduce/confirm something is still not working properly, in this case is IPv6, then please send a ticket to bug@litespeedtech.com so we take a further look.
  13. Cold-Egg

    ipv6 not working

    Hi, I just set up a pure OLS test server and it works on both HTTP/HTTPS IPv6 validation AAAA DNS record 2400:6180::d0:0:0:f8a:3001 IPv6 web server LiteSpeed Only need to set "[ANY] IPv6" on port 80 and 443 listeners. No need to set multiple port 80 and port 443 listeners. I just found out...
  14. Cold-Egg

    packetLen < 0 frequent error

    Can not determine the issue, the message indicates that there was a communication error between LSWS and PHP. Need more information.
  15. Cold-Egg

    how to setup reCaptcha (huge server load)

    Do you see many lsphp processes from the `top` command output? Possible to share a snapshot? Please check the output of the connection numbers netstat -nat | awk '{print $6}' | sort | uniq -c | sort -n Also, please decrease the number of PHP_LSAPI_MAX_REQUESTS, 10000 is way too high.
  16. Cold-Egg

    Failed to open temp file for swapping

    Please check your disk and tmp folder space. df -h df --inodes
  17. Cold-Egg

    Poor Performance and SSL handshake failed(5)

    Hi, It seems like your test client issue. Please prepare your client-server in the same region to avoid any network latency issue. h2load -n 100000 -c 100 -t 1 -T 5 -m 10 -H 'Accept-Encoding: gzip,deflate' https://www.gospel4china.org/ starting benchmark... spawning thread #0: 100 total...
  18. Cold-Egg

    ipv6 not working

    No extra port allowed needed, it should just work. May I know the OLS version? and if this IPv6 interface can be found from the server? ip addr
  19. Cold-Egg

    LScache for phpBB ?

    No experience on this CMS before, you can check LSCache without plugin method and give it a try, https://docs.litespeedtech.com/lscache/noplugin/installation/
  20. Cold-Egg

    Https greatly increases response time

    Hi @ofmarconi , The number of HTTPS lower than HTTP is expected to me, HTTPS will go through handshakes and encrypt/decrypt key process. It might be helpful a little if you use the ECC certificate.
Top