Reverse Proxy Hints - Kozea/Radicale GitHub Wiki
See also
- https://radicale.org/v3.html#reverse-proxy
- https://github.com/Kozea/Radicale/issues/1611#issuecomment-2452978640 (example)
Authentication
Stripping domain name from authenticated user
Apache
Insert config to strip domain name from authenticated user
RequestHeader edit X_REMOTE_USER "^(.*)@.*" "$1"
Timeouts
Increase timeout
Apache
Increase timeout and also retry
ProxyPass http://localhost:5232/ retry=20 connectiontimeout=300 timeout=300