1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Updated Server Diagnostics Troubleshooting (markdown)

Peter Bieringer 2024-03-16 08:20:59 +01:00
parent 0a5d042145
commit 85c914c8fe

@ -1,4 +1,4 @@
# Listen Status "Radicale" # Listen Status
## Radicale started, it's listen on configured IP/ports ## Radicale started, it's listen on configured IP/ports
- config section: `[server]` - config section: `[server]`
@ -12,7 +12,9 @@ tcp 0 0 127.0.0.1:5232 0.0.0.0:* LISTEN
tcp6 0 0 ::1:5232 :::* LISTEN 4117/python3 tcp6 0 0 ::1:5232 :::* LISTEN 4117/python3
``` ```
# Connection test to internal web server (if enabled) # Connection tests
## Connection test to internal web server (if enabled)
- config section: `[web]` - config section: `[web]`
- config option: `type` - config option: `type`
@ -24,7 +26,7 @@ curl http://localhost:5232/.web/
``` ```
# Connection test to any existing calendar ## Connection test to any existing calendar
Successful result depends on auth and permission Successful result depends on auth and permission
- config section: `[auth]` - config section: `[auth]`