为什么我无法加载 webdav 模块?

发布于 2024-09-07 07:07:37 字数 396 浏览 8 评论 0原文

我安装了lighttpd和dependecies,在lighttpd.conf中注释掉了必要的额外模块mod_webdav,并尝试启动它。但我收到此错误:

[root@WL-0022150E7BD4 root]$ /opt/etc/init.d/S80lighttpd start  
Starting web server: lighttpd
2010-06-26 10:46:01: (plugin.c.162) dlopen() failed for: /opt/lib/lighttpd/mod_webdav.so File not found 
2010-06-26 10:46:01: (server.c.643) loading plugins finally failed 

有人有什么建议吗?

I installed lighttpd and dependecies, commented out in lighttpd.conf the necessary extra module mod_webdav, and tried to start it. but i get this error:

[root@WL-0022150E7BD4 root]$ /opt/etc/init.d/S80lighttpd start  
Starting web server: lighttpd
2010-06-26 10:46:01: (plugin.c.162) dlopen() failed for: /opt/lib/lighttpd/mod_webdav.so File not found 
2010-06-26 10:46:01: (server.c.643) loading plugins finally failed 

Anybody have any suggestion?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

反差帅 2024-09-14 07:07:37

您需要单独安装 webdav 模块,因为它不是标准 lighttpd 发行版的一部分。假设您使用的是 Debian 内核:

$apt-get install lighttpd-mod-webdav 

将安装模块,您应该能够在 /usr/lib/lighttpd 下看到 mod_webdav.so。

You need to install the webdav module separately as it is not part of the standard lighttpd distribution. Assuming you're using Debian kernel:

$apt-get install lighttpd-mod-webdav 

Will get the module installed and you should be able to see mod_webdav.so under /usr/lib/lighttpd.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文