Search results

  1. Cold-Egg

    Almalinux 8.6 failed to update ImageMagick-libs

    Our build master just finished packages for Ubuntu 22, will try to check/fix the imagick package on CentOS soon.
  2. Cold-Egg

    Installing openlitespeed on ubuntu 22.04

    By using the following method, it should cover the Ubuntu 22, may I know where you get enable_lst_debian_repo.sh? wget -O - https://repo.litespeed.sh | sudo bash More, https://docs.litespeedtech.com/lsws/extapp/php/getting_started/
  3. Cold-Egg

    How to Use fastapi with OLS

    It seems that you can include WSGI into Flask, Django, but I don't see any method to run fastapi on a WSGI server. https://fastapi.tiangolo.com/advanced/wsgi/ Maybe you need to rely on Gunicron, Uvicorn or xxicron, then set OpenLiteSpeed as a reverse proxy. More...
  4. Cold-Egg

    SSL on hostname

    Follow https://docs.openlitespeed.org/configuration to set up listener, virtual host, and SSL. Then you can go to web admin > SSL page to specify the SSL key & cert path.
  5. Cold-Egg

    Can't install lsphp80-pecl-imagick: nothing provides libMagickCore

    Just so you know that we have aware of this Imagick package error, and it's on our to do list.
  6. Cold-Egg

    Installing openlitespeed on ubuntu 22.04

    LiteSpeed repo including OpenLiteSpeed and PHP extensions now support on Ubuntu 22.04 Let us know if you see any issues.
  7. Cold-Egg

    Installing openlitespeed on ubuntu 22.04

    HI Just so you know our build master is still working on it. PHP with that version under 7.4 is end-of-life, so I guess 7.2 may not be considered.
  8. Cold-Egg

    LS reCaptcha Is Not Working

    Please submit the issue to support@litespeedtech.com with this forum post link appended, we can help to check from there.
  9. Cold-Egg

    Websocket Proxy for Home Assistant

    Maybe you can send the question to support@litespeedtech.com with this forum post appended, we can help you directly from there.
  10. Cold-Egg

    Error log not showing in webAdmin OLS

    Looks alright, what if you remove the error.log and restart lsws, it should auto-generate with proper permission.
  11. Cold-Egg

    Tracking real visitors IP address in access log

    What I mean is that OLS works, and backend app is able to get visitor's IP by HTTP_X_FORWARDED_FOR/REMOTE_ADDR
  12. Cold-Egg

    Tracking real visitors IP address in access log

    So, I set up a OLS proxy with Django, and setup django logging and ip function in views.py. Then the console log shows client IP correctly with/without the "Use Client IP" feature. views.py def get_client_ip(request): x_forwarded_for = request.META.get('HTTP_X_FORWARDED_FOR') if...
  13. Cold-Egg

    Websocket Proxy for Home Assistant

    Maybe you can create another virtual host and follow https://openlitespeed.org/kb/setting-up-websocket-proxies-on-openlitespeed/ to set up a web socket proxy.
  14. Cold-Egg

    Traccar Revers Proxy VirtualHost Config. i am new, need help

    First, please follow https://docs.openlitespeed.org/docs/advanced/proxy to set up the proxy, by setting up web server external app and proxying with rewrite(name-based virtual hosting) it should solve your 500 issue. To custom headers, follow...
  15. Cold-Egg

    LS reCaptcha Is Not Working

    It looks ok, 0 means always On. May I know if you have any reCAPTCHA settings at the virtual host level?
  16. Cold-Egg

    Websocket Proxy for Home Assistant

    Another guide for setting OLS as a proxy https://docs.openlitespeed.org/docs/advanced/proxy Feel free to ask if you have any set questions.
  17. Cold-Egg

    how to Park a Domain in openlitespeed at vhost level

    Hi, After pointing the domain to the server, you can follow https://docs.openlitespeed.org/configuration to set up listener and VH.
  18. Cold-Egg

    Installing openlitespeed on ubuntu 22.04

    Yes, it is the plan, the build master will come back tomorrow, hope we can have it ready soon.
  19. Cold-Egg

    Problems with SSL in Wordpress Multisite

    @AioGreg I saw you have it figured https://forum.openlitespeed.org/threads/aws-ubuntu-20-04-ols-1-7-ssl-not-working.5424/
  20. Cold-Egg

    AWS / ubuntu 20.04 OLS 1.7.* => SSL not working

    Glad to know that you have it fixed. Here're some useful docs related to your question, just in case you needed, https://docs.openlitespeed.org/configuration#set-up-ssl-for-virtual-hosts https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts
Top