Answer the question
In order to leave comments, you need to log in
Redirect HTTP[S] PROPFIND from host/ to host/mydir/?
There is an application (let's call it Apple Reminder) that, when connected to CalDAV, tries to read the list of resources strictly from the root of the web server (the path will be cloud.mysite.ru)
You need to transfer its PROPFIND request to the virtual directory where the CalDAV server runs (let will be cloud.mysite.ru/radicale/).
The request goes via HTTPS (in general, the server also responds to http, but Reminder breaks exactly via https), Wirth. directory decorated with apache config:
WSGIScriptAlias /radicale /usr/share/radicale/radicale.wsgi
<Location /radicale>
...
</Location>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question