mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-30 21:12:05 +00:00
add note related to https://github.com/Kozea/Radicale/issues/1869
parent
88908c869a
commit
4d4e5770f4
1 changed files with 11 additions and 1 deletions
|
@ -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 | 127.0.0.1 | 127.0.0.1 | ok |
|
||||||
| IPv4+IPv6 | localhost | 127.0.0.1 | flapping |
|
| IPv4+IPv6 | localhost | 127.0.0.1 | flapping |
|
||||||
| IPv4+IPv6 | 127.0.0.1 | localhost | ok |
|
| 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>
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue