如何让 LigHTTPD 运行 mod_perl 代码?
我的 mod_perl 包中有一个 MapToStorageHandler,有没有办法让它在 LigHTTPD 中工作?我见过大量有关运行脚本的代码,但没有看到任何有关链中处理程序的信息。
I have a MapToStorageHandler in my mod_perl package, is there anyway to get this to work in LigHTTPD? I've seen tons of code on running a script, but not anything about Handlers in the chain.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
mod_perl
是一个 Apache 模块。您无法在另一个 HTTP 服务器上运行mod_perl
代码。mod_perl
is an Apache module. You can't runmod_perl
code on another HTTP server.的指南
这是有关如何设置 Lighttpd 和 Perl http://www.cyberciti.biz/tips/lighttpd-howto-setup-cgi-bin-access-for-perl-programs.html
基本上,只需将其添加到你的配置
Here is a guide on how to setup Lighttpd and Perl
http://www.cyberciti.biz/tips/lighttpd-howto-setup-cgi-bin-access-for-perl-programs.html
Basically, just add this to your config