From 4d4e5770f450d07b5b3dd2faa720887a6dfa4fc5 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Wed, 10 Sep 2025 19:45:28 +0200 Subject: [PATCH] add note related to https://github.com/Kozea/Radicale/issues/1869 --- Reverse-Proxy-Diagnostics-Troubleshooting.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Reverse-Proxy-Diagnostics-Troubleshooting.md b/Reverse-Proxy-Diagnostics-Troubleshooting.md index b354b8e..aa2016a 100644 --- a/Reverse-Proxy-Diagnostics-Troubleshooting.md +++ b/Reverse-Proxy-Diagnostics-Troubleshooting.md @@ -275,4 +275,14 @@ In case connection from reverse proxy towards _Radicale_ is not working or flapp | IPv4+IPv6 | 127.0.0.1 | 127.0.0.1 | ok | | IPv4+IPv6 | localhost | 127.0.0.1 | flapping | | IPv4+IPv6 | 127.0.0.1 | localhost | ok | -| IPv4+IPv6 | localhost | localhost | ok | \ No newline at end of file +| IPv4+IPv6 | localhost | localhost | ok | + +# HTTP 100 "Continue" causing issues + +Extend Apache ProxyPass configuration with + +``` + = 2.4.40> + Proxy100Continue Off + +``` \ No newline at end of file