我可以以普通用户身份运行 mod_perl 应用程序吗
我能否以普通用户身份运行 mod_perl 应用程序,类似于在 suexec 下运行普通 CGI 应用程序?
Can I run my mod_perl aplication as an ordinary user similar to running a plain vanilla CGI application under suexec?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自来源:
更细致的答案以及一些可能的解决方法来自 《实用mod_perl》一书:
(希望不是盗版内容,如有请删掉)
中小企业书中的其他解决方案位于 附录 C2
From the source:
A more nuanced answer with some possible workarounds from "Practical mod_perl" book:
(I hope that's not a pirated content, if it is please edit it out)
Additional solutions from the sme book are in appendix C2
由于 mod_perl 运行在 apache 进程中,我认为答案通常是否定的。例如,您可以作为普通用户运行一个单独的 apache 进程,并使用主 apache 进程作为它的代理。
As mod_perl runs within the apache process, I would think the answer is generally no. You could, for example, run a separate apache process as this ordinary user and use the main apache process as a proxy for it.