Search results

  1. Cold-Egg

    App Server Environment not work

    Hi @metalsonic , I tested few cases and found out it works without virtualenv on CentOS, probably there's some permission or env setup issue somewhere. Here's the script to setup django with no virtualenv on CentOS system. Feel free to give it a try on a clean server. wget...
  2. Cold-Egg

    App Server Environment not work

    Hi @metalsonic , Same issue to https://forum.openlitespeed.org/threads/fatal-python-error-py_initialize-unable-to-get-the-locale-encoding.4303/ ? I can reproduce it on CentOS 8 too. Debian system works fine. Will check it in more details, maybe it's env or venv issue.
  3. Cold-Egg

    Reg LSPHP56

    LSPHP5x only support up to Ubuntu 16. For ubuntu 18, 20, please try lsphp7x
  4. Cold-Egg

    How to update php version from 7.3 to 7.4 with OLWS on Ubuntu 20.04?

    Hi @saz99 , You can also follow https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-set-up-virtual-host-specific-php to setup PHP74. Next wordpress image update will has the PHP74 installed by default.
  5. Cold-Egg

    problem with cyberpanel+OLS

    @highlander926 , The OLS access should be the same as CyberPanel access. Please visit CyberPanel > Firewall and allow port 7080, so you can access OLS panel.
  6. Cold-Egg

    Reg LSPHP56

    Did not receive any similar case yet. May I know if you can search the package success from the server? Example for apt server, apt search lsphp56*
  7. Cold-Egg

    Purge Cache not working on my website.

    Hi, It's been a while, may I ask if the issue still exist?
  8. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Hi, Please check if your app support PHP73. If there's no PHP error, please raise a ticket with us support@litespeedtech.com Best, Eric
  9. Cold-Egg

    Possible hidden BUG in OpenLiteSpeed

    Hi @natas123 , Did you set any Per Client Throttling under security settings? I tried several times from my test server with both HTTP/HTTPS but no luck. Will DM you the site URL see if you can reproduce it easily. Best, Eric
  10. Cold-Egg

    Please help SSL expired on GCP

    Restart the "LiteSpeed web server" should has no down time, so no need to back up.
  11. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    What's the out put ps aux | grep php
  12. Cold-Egg

    Please help SSL expired on GCP

    @propertyhomey Please try restarting web server see if it helps. systemctl restart lsws
  13. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Hi @Dolirow , You hit the limit somehow, please increase both number from 60 to e.g. 100 maxConns 60 env PHP_LSAPI_CHILDREN=60 Then restart the PHP by killall lsphp
  14. Cold-Egg

    Error 404 when adding a new virtual host.

    I did not see any obvious issue from the screenshots, possible to submit a ticket to support@litespeedtech.com with this post link appended?
  15. Cold-Egg

    How to Upgrade by command?

    This is the current latest stable release, which version you want to upgrade? You can use lsup method to upgrade to 1.7 if you want. https://openlitespeed.org/kb/how-to-upgrade-openlitespeed/#Method_2_lsupsh_Script
  16. Cold-Egg

    Won't bind listener to 443.

    Just saw your same question on Slack and it got resolved .
  17. Cold-Egg

    Won't bind listener to 443.

    Usually it's due to something else is listening on the same port. Can you try netstat tool to check again, e.g. netstat -antupl | grep 443
  18. Cold-Egg

    Error 404 when adding a new virtual host.

    Maybe it's a setting issue. Possible to provide screenshots of listener and vhost settings?
  19. Cold-Egg

    Default php version with OLS

    If you install from ols1clk script on Ubuntu 20, then the default version is 74
  20. Cold-Egg

    Web server 404 at times

    Log shows STDERR on Aq_Resize.process, if this is your test server, possible to disable the Aq_Resize.process and see if issue gone?
Top