通过替换 .so 文件来更新 Apache 身份验证模块
我可以通过用相同文件名的 .so 替换模块目录中的模块 .so 文件来更新 Apache 授权模块吗?替换文件后是否需要重新启动 Apache 还是会立即生效? 谢谢
can I update an Apache authorization module by replacing that modules .so file in the modules directory with a .so of the same filename? After I replace the file do I need to restart Apache or will it just take effect immediately?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要重新启动 Apache。
有很多原因表明这可能会失败,以及为什么这是一个坏主意;解决问题的正确方法是更改配置以使用新文件(仍需要为具有正确依赖项的正确版本的 apache 构建该文件)。
You would need to restart Apache.
There are lots of reasons that this will potentially fail and why its a bad idea; the right way to solve the problem would be to change the config to use the new file (which still needs to be built for the correct version of apache with the correct dependencies).