Apache 模块可以在运行时注入配置吗?
我想知道 Apache 模块是否可以更改全局配置结构。
我想要实现的是在不重新启动 Apache 的情况下注入新的虚拟主机。当然,我知道这些更改将在所有工作人员回收后完全生效,但对我来说 - 这仍然比重新启动更好。
我以前写过一个Apache模块,但是配置对我来说是一个未知的领域。在阅读 config.c 时,我注意到一个名为 ap_build_config() 的函数可能会有所帮助,但如何调用它来完成我需要的操作?这有可能吗?
I wonder if it's possible for an Apache module to change global config structures.
What I want to achieve is injecting new vhosts without Apache restart. Of course I'm aware that the changes would fully take effect after all workers have recycled, but for me - it's still better than a restart.
I've written an Apache module before, but the configuration is an unknown land to me. While reading config.c, I noticed that a function called ap_build_config() could be helpful, but how do I call it to do what I need? Is it at all possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
邮件列表的人已经很好地回答了这个问题。
http:// /mail-archives.apache.org/mod_mbox/httpd-modules-dev/201006.mbox/%[电子邮件受保护]%3e
The mailing list guys have answered this question quite well.
http://mail-archives.apache.org/mod_mbox/httpd-modules-dev/201006.mbox/%[email protected]%3e