Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个本地 Apache 服务器,我希望它可以从其他机器访问。我发现关闭(外部的,基于 Windows 的)防火墙后是可能的。
我可以在不关闭防火墙的情况下从特定 IP 访问它吗?
转到Windows 防火墙GUI 并从“例外”选项卡添加例外 ..添加例外时,您可以更改其范围并可以在“自定义列表”下提供特定 IP ..
请确保未选中Windows 防火墙GUI下常规选项卡上的不允许例外复选框。
瞧,您的 Apache 服务器现在可以从特定 IP 访问,而无需关闭防火墙..!!