Open kyvaith opened 1 month ago
Hi, I don't know much about apache. But I suppose you should be using this module: https://httpd.apache.org/docs/2.4/mod/mod_proxy_http.html which deprecates this old one: https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html
Hi, I'm trying to enable your plugin but I have a trouble with websockets. I've followed instructions in readme. Installed redis-server, created cable config file, same as in Readme, restarted redis login/logout and checked my webserver confg. I'm using Bitnami stack Redmine so I have an Apache Web Server instead of Nginx. Without redis server started I get in browser:
Starting server with
bundle exec rails server -e production -b 0.0.0.0
gives me:And after login/logout with redis server up:
My Apache config is:
In logs I get:
So I assume there is no need to override headers.
What could be wrong?