[GH-ISSUE #4036] Outdated Documentation for Apache in Sublocation Config #39001

Closed
opened 2026-07-17 09:25:24 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @vollkorn1982 on GitHub (Nov 6, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4036

Subject of the issue

The documentation explains a deprecated setup for the websocket.

Steps to reproduce

According to https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.0 the websocket setup on port 3012 is deprecated.
The section "Apache in a sub-location (by ss89)" on https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples still shows an example setup with the deprecated setup for a websocket on port 3012:

        RewriteCond %{HTTP:Upgrade} =websocket [NC]
        RewriteRule /notifications/hub(.*) ws://<SERVER>:3012/$1 [P,L]
        ProxyPass http://<SERVER>:80/$sublocation/

Expected behaviour

The documentation on Apache with a sublocation reflects the currently supported setup mode.

Originally created by @vollkorn1982 on GitHub (Nov 6, 2023). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4036 ### Subject of the issue The documentation explains a deprecated setup for the websocket. ### Steps to reproduce According to https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.0 the websocket setup on port 3012 is deprecated. The section "Apache in a sub-location (by ss89)" on https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples still shows an example setup with the deprecated setup for a websocket on port 3012: ``` RewriteCond %{HTTP:Upgrade} =websocket [NC] RewriteRule /notifications/hub(.*) ws://<SERVER>:3012/$1 [P,L] ProxyPass http://<SERVER>:80/$sublocation/ ``` ### Expected behaviour The documentation on Apache with a sublocation reflects the currently supported setup mode.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#39001