Search results

  1. Cold-Egg

    how to set up openlitespeed Proxy

    I saw a similar issue before, could you confirm if the document root folder exist?
  2. Cold-Egg

    OLS on Amazon Linux

    https://serverfault.com/questions/1023541/installation-openlitespeed-web-server-on-amazon-linux-rhel No repository is available. But you can try to install the binary and see how it goes https://openlitespeed.org/kb/install-from-binary/
  3. Cold-Egg

    how to set up openlitespeed Proxy

    Hi, May I know if you have followed this guide, https://openlitespeed.org/kb/reverse-proxy-basics/? If you have any clean/fresh server, feel free to set one up with this example script, maybe it can bring you some ideas.
  4. Cold-Egg

    Django File System Encoding

    It probably not LiteSpeed related, I saw something similar before, can you try to add encoding to DB/SQL config file directly?
  5. Cold-Egg

    Connection refused

    Hi, Could you confirm if the service is listening? netstat -antupl| grep 8123
  6. Cold-Egg

    Deny access to zip files

    Hi @gilles , Yes, both methods should work. To use .htaccess, we will need to refactor the FilesMatch rules to RewriteRule. :)
  7. 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.
  8. 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.
  9. Cold-Egg

    Lsphp74 mcrypt install

    Do you install it with apt-get install command? If so, please try to restart PHP process. killall lsphp
  10. 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...
  11. 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.
  12. Cold-Egg

    vhosts configuration

    Hi Ian, Have you set up domain mapping for each virtual host? any screenshot that we can take a look?
  13. 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
  14. 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
  15. 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/
  16. 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...
  17. 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...
  18. 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.
  19. 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...
  20. 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.
Top