Apache 模块可以在运行时注入配置吗?

发布于 2024-09-03 00:02:34 字数 239 浏览 3 评论 0原文

我想知道 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 技术交流群。

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

发布评论

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

评论(1

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