Recent content by maicol07

  1. maicol07

    OLS Bash Installer - Adding PHP 8.3?

    @Cold-Egg any news about PHP 8.3 release?
  2. maicol07

    Websocket Proxy for Home Assistant

    Solved this issue with the help of @Cold-Egg and @RukaiWang. The issue was that SSL was enabled for Home Assistant server and that failed the SSL cert check. Basically you have to setup a standard reverse proxy with context and webapp in WebAdmin console and a new Websocket proxy like mine:
  3. maicol07

    Websocket Proxy for Home Assistant

    Done, but doesn't seem to work:
  4. maicol07

    Websocket Proxy for Home Assistant

    Looking at the recommended Apache configuration here: https://community.home-assistant.io/t/reverse-proxy-with-apache/196942/12 I've come out with this: #fix detecting incorrect login IP by proxy server RemoteIPInternalProxy 192.168.1.111 RemoteIPHeader X-Forwarded-For RewriteEngine On...
  5. maicol07

    Websocket Proxy for Home Assistant

    Hi @mack29446, did you ever find a way to set up a proxy for Home Assistant? Thanks
  6. maicol07

    Apache Rewrite Rules not working

    It seems now is working doing nothing... solved!
  7. maicol07

    Apache Rewrite Rules not working

    Hi, I'm trying to install XBackBone and it has the following rewrite rules in its .htaccess: Options -Indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(app|bin|bootstrap|resources|storage|vendor|logs|CHANGELOG.md)(/.*|)$ - [NC,F] RewriteCond %{REQUEST_FILENAME} !-f...
  8. maicol07

    How to configure OLS LSWGI with a DJango app

    @Cold-Egg Maybe it's because weblate uses a script instead of the manage.py? See here: https://docs.weblate.org/en/latest/admin/management.html I've tried to install a fresh DJango instance following the OLS docs and worked, so it's something between OLS and Weblate. I'm going to write to that...
  9. maicol07

    How to configure OLS LSWGI with a DJango app

    Should I create a blank Django project and see if it works with that?
  10. maicol07

    How to configure OLS LSWGI with a DJango app

    Works if I run the server manually with runserver, so I think the WSGi script works...
  11. maicol07

    How to configure OLS LSWGI with a DJango app

    Hi, I'm trying to install Weblate, a DJango app. I've followed this guide: https://openlitespeed.org/kb/python-wsgi-applications/#Set_up_Django_with_a_Virtual_Environment and installed LSWGI and configured the context app server with these parameters: When I try to go to the website, I get a...
  12. maicol07

    PHP8

    Hi, 2 days until the stable release. Is the RC ready?
  13. maicol07

    PHP8

    Looking forward to PHP 8 support
Top