On Thu, 24 Aug 2017 09:22:24 +0200 Joerg Dorchain wrote: > It is not quite that easy, however let's try with some snippets. > > My working config of radicale with the supplied wsgi script > consists of the following config snippets:
I tried following these instructions and grafting this file at https://gist.github.com/return42/47ac8aabd19eaad0f10979761d0611a1 into my config. I have authentication set to pwauth, not a static file. Apache spawns a login window when I use the uWSGI configuration, but it throws a 500 error (due to PermissionError: [Errno 13] Permission denied: '/var/lib/radicale/collections') when I use only mod_wsgi. What am I forgetting to do? It would be nice to choose between a uwsgi and a mod_wsgi config.