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.
我想阻止人们在我家和我父亲家之外访问我的网站。检查连接的 IP 并授予访问权限是个好主意还是很容易被破坏?
正如乔恩·埃格顿(Jon Egerton)已经说过的,只有当您和您父亲家中的 IP 是静态的时,您的方法才有效。
我想到了另外两种检查允许连接的方法。
要求输入用户名和密码的登录页面。该示例假设您可以使用 php。
仅允许安装了证书的客户端。该示例假设您正在使用并且您可以更改 Apache 网络服务器的配置。