From 07c40f2337e4540f5b8319980767f05b2b1567eb Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 12 Nov 2014 11:55:05 +0100 Subject: [PATCH] Update user_documentation.rst --- pages/user_documentation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index c9120fec..b734693e 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -743,7 +743,9 @@ Radicale module in your Python path and write your ``.wsgi`` file (in application = radicale.Application() .. note:: - The ``[server]`` part of the configuration is ignored. + The ``hosts``, ``daemon``, ``pid``, ``ssl``, ``certificate``, ``key``, + ``protocol`` and ``ciphers`` keys of the ``[server]`` part of the + configuration are ignored. Next you have to create the Apache virtual host (adapt the configuration to your environment):