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

Closed
opened 2026-03-03 02:11:49 +03:00 by kerem · 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.
kerem closed this issue 2026-03-03 02:11:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#1758
No description provided.