1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-30 21:12:05 +00:00
Peter Bieringer 2025-09-10 19:45:28 +02:00
parent 88908c869a
commit 4d4e5770f4

@ -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 |
| IPv4+IPv6 | localhost | localhost | ok |
# HTTP 100 "Continue" causing issues
Extend Apache ProxyPass configuration with
```
<IfVersion >= 2.4.40>
Proxy100Continue Off
</IfVersion>
```