访问控制更新后 Apache 会重新启动吗?
如果我在.htaccess中添加以下Allow限制,是否需要重启apache才能生效?
允许来自 xx.xx.xx.xx
If I add the following Allow restriction to .htaccess, will I need to restart apache for it to take affect?
Allow from xx.xx.xx.xx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不需要。只有将规则添加到 Apache 的配置文件中时,才需要重新启动。
No. You need to restart, only if the rules are added to the config files of Apache.