Search results

  1. Cold-Egg

    Installing openlitespeed on ubuntu 22.04

    Thanks to @danidoble and @scott0x , I have the wiki updated. :)
  2. Cold-Egg

    Error log not showing in webAdmin OLS

    I tried the same accesslog settings, and my site has logged correctly. Can you join litespeed community on Slack(https://litespeedtech.com/slack) and message me (@eric) from there, I can help you more quickly.
  3. Cold-Egg

    SSL on hostname

    I think you can just add these rules under the "modsecurity_rules `" , but I am not sure if those work with LiteSpeed or not, you need to test it.
  4. 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.
  5. 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/
  6. 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...
  7. 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.
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. 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.
  13. 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.
  14. 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
  15. 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...
  16. 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.
  17. 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...
  18. 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?
  19. 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.
  20. 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.
Top