Hi,
I have a main webserver on port 80. I setup Jitsi following some instructions on port 80/443 (and other ports). It works. I then edited the config file in Jitsi and nginx to change the ssl port for Jitsi to 444. That also works. I can connect to my Jitsi server on port 444 from the internet.
In my main webserver (apache) logs I am getting a lot of these errors: GET /colibri-ws/default-id/c9fdfb71f7855f4/bc9fe39b?pwd=7pliom9s5jguj4qjpun4tu3ur HTTP/1.1
From a search I cannot see how to fix this. Also I read that someone says after 3 to 4 clients connect the video quality starts to degrade.
I did fine something someone said on here about ProxyPass config in the apache httpd.conf but I’m not sure what to set.
ProxyPassMatch ^/colibri-ws/default-id ws://localhost:9090
ProxyPassReverse ^/colibri-ws/default-id ws://localhost:9090
Has anyone any ideas?
Thank you
Paul
So the apache error log error is too long and cuts off
No protocol handler was valid for the URL /colibri-ws/default-id/c7a4013e42ee1f7f/bbc361fd (scheme 'ws'). If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.