proFTPD 安装 mod_exec
对于傻瓜,请:
我需要在 debian squeeze(64 位)上安装 proFTPD 模块 mod_exec。 它是如何运作的。 proftpd 页面上的文档对我没有帮助。
谢谢。
For dummys please:
I need to install proFTPD module mod_exec on a debian squeeze (64bit).
How does it work. The documentation on the proftpd page was no help for me.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
编译源代码是正确的唯一方法。顺便说一句,您将获得包含重要错误修复的最新版本。我已经通过以下步骤完成了此操作:
我使用 --with-modules=mod_readme:mod_sql:mod_sql_postgres:mod_exec 来将 mod_sql 包含在 postgres 中,这可能不是必需的,因为它位于 --with-shared 部分。
Compiling the source is the only way to get it right. By the way you'll get the latest version with important bugfixes. I've done this with these steps:
I've used --with-modules=mod_readme:mod_sql:mod_sql_postgres:mod_exec to also include mod_sql with postgres which is maybe not necessary because it's in the --with-shared part.
奇怪的。 可用:
在我的 Debian squeeze 系统上,它默认
Odd. On my debian squeeze system it is available by default:
with