问题标签 [radicale]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
222 浏览

apache - Radicale 与 uwsgi 和 Apache 与 Debian:连接被拒绝

我想为 CardDav 和 CalDav 同步设置 Radicale。

我设置了 Apache 并想用 uwsgi 访问 Radicale。当我输入用户名时,它显示“服务不可用”。

错误日志文件显示: [proxy:error] [pid 21029:tid 140292405581568] (111)Connection denied: AH02454: uwsgi: attempt to connect to Unix domain socket /run/uwsgi/app/radicale/socket (radicale) failed [:错误] [pid 21029:tid 140292405581568] [客户端 178.251.71.190:33788] AH10101:无法连接到后端:httpd-UDS:0

我正在运行 Debian buster。HTTPS 流量似乎有效,我被要求输入用户名/密码。

我拿了examples/apache2-vhost.conf 并且只是编辑了域名/主机名并将conf-available文件更正为radicale-uwsgi.conf(错误)并将其放入/etc/apache2/sites-available(+ a2ensite .. .)。

我还编辑了 /etc/radicale/config 但对我来说,它看起来并没有那么远。

到目前为止,我从未使用过 unix 套接字和 uwsgi,所以我现在有点迷茫。谁能给我一些提示?

谢谢你,弗洛。