Called by reverse proxy, cannot removed base prefix '/radicale' from path: xxx as not matching #1754
Replies: 9 comments 7 replies
-
|
According to the log entry you do not require any |
Beta Was this translation helpful? Give feedback.
-
|
check your reverse proxy settings for |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for responding. So, I added the In my Apache configuration I have the following: Removing the I feel like my Radicale configuration may need some updating though. I've installed Radicale some years ago and must admint that I haven't paid much attention to the version change logs and maybe my configuration needs to be updated to match its current documentation. I'll look into that, and maybe set it up from scratch even, I just felt I needed to bring attention to that "new" warning message[0]. Thanks for trying to help here. [0] nit: |
Beta Was this translation helpful? Give feedback.
-
|
In your case Current reference configuration for Apache reverse proxy is shown here: Which version of Apache are you using and which modules are active? And can you paste debug log part incl. part of the request header, interesting would be like e.g. BTW: related code starts here: Radicale/radicale/app/__init__.py Line 250 in e907e90 |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the late response. So, I looked at contrib/apache/radicale.conf and admittedly it looked somewhat different to what I had for some years now. The webserver is an Apache 2.4.62 from Debian, with the usual modules loaded, including So, I copied the part from And in Restarted both Apache and Radicale, but trying to access that CardDAV collection now gives: And in the logs: So, the good news is, that the " But now I cannot access my collections anymore. So, I'll go back to my old configuration for now, and ignore that warning for a while. And maybe tinker around with my configuration, I could imagine one of the |
Beta Was this translation helpful? Give feedback.
-
|
are you using |
Beta Was this translation helpful? Give feedback.
-
|
Tried to disable And some configuration too: Web server configuration: So, I've added a single VCF file to the CardDAV collection, this seems to work: But Radicale prints: Disabling (not setting) So, this appears to work too, but the |
Beta Was this translation helpful? Give feedback.
-
|
Interesting, this just reproduced on Nginx too: Again, Unsetting Again, for me this is just a cosmetic issue (albeit a new one since 3.5.1) and Radicale continues to work. If you feel like debugging further but can't reproduce this on your end I could probably setup a remote login for you to fiddle around some more. But as nobody else whines about this, and Radicale continues to work, I worry that you invest too much time to debug this and that it could turn out to be PEBKAC on my end after all :-( |
Beta Was this translation helpful? Give feedback.
-
|
I have some input on a similar issue with Caddy. Caddyfile (stripped from other services)configThis works fine (note that adding I am running radicale as a podman rootful container, btw. Please note that using EDITThe 207 multi-status responses always respond with the 200 OK status and 404 Not Found status, for both |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Upgraded from Radicale 3.3.3 to 3.5.1 yesterday and the log is now full with:
Both the CalDAV and CardDAV still appear to work, but these warnings are new. Radicale is running on
localhost:5232behind an Apache reverse proxy, and I tried to follow the documentation where user accounts are managed on the web server level.I've now added
script_name = /radicaleto the Radicale configuration as well, but that does not change anything.Apparently this was introduced via 280968e with comment "remove base prefix from path (required for proper handling if called by reverse proxy)" but the reverse proxy setup worked just fine before :-)
Does anyone know what this warning is about?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions