From 85c914c8feda37d65d053b5c6adb5931686b0734 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 16 Mar 2024 08:20:59 +0100 Subject: [PATCH] Updated Server Diagnostics Troubleshooting (markdown) --- Server-Diagnostics---Troubleshooting.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Server-Diagnostics---Troubleshooting.md b/Server-Diagnostics---Troubleshooting.md index 970bc6b..4be6405 100644 --- a/Server-Diagnostics---Troubleshooting.md +++ b/Server-Diagnostics---Troubleshooting.md @@ -1,4 +1,4 @@ -# Listen Status "Radicale" +# Listen Status ## Radicale started, it's listen on configured IP/ports - 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 ``` -# Connection test to internal web server (if enabled) +# Connection tests + +## Connection test to internal web server (if enabled) - config section: `[web]` - 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 - config section: `[auth]`