On 2026-03-13, Borden wrote: > In desperation, I tried walking through the instructions > at /usr/share/doc/radicale/README.Debian , but I hit a hard stop when I ran > `sudo service uwsgi start` and got `Failed to start uwsgi.service: Unit > uwsgi.service not found.` But I have all the correct packages installed, so I > don't know what could be broken.
I remember you have apache installed. Perhaps you access radical via apache only and not uwsgi ? (which I think is a good way for you) So to check that you don't use uwsgi give us : grep -ri uwsgi /etc/apache2/ And give us your apache configuration for your host as your problem should be there.

