-
|
https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples for Apache in a sub-location (by @agentdr8) ... Firstly, I suspect Are the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
If this works for all current supported versions of Apache httpd, then feel free to change the wiki. That is where wiki's are for. |
Beta Was this translation helpful? Give feedback.
That's exactly the problem...
Apache 2.4 has been around for a long time, thus the short version of upgrading websockets only works with Apache httpd >= 2.4.47.
@NoseyNick btw, you should also use
ProxyRequests Off. I know it is the default, but I like to be on the safe side. e.g. in a hosted env, you might not have access to the virtual host itself but only the location. In such a case the virtual host could have set it toOn.