Windows
如何通過指定的 IP 地址限制對 Visual SVN 伺服器的訪問?
我只需要允許特定的 IP 地址訪問我的可視 svn 伺服器。
伺服器中安裝了 Visual SVN 2.6.0。伺服器:Windows 2008 R2
我通過https://example.com:8443/svn/reponame之類的網址訪問 svn
我在同一台伺服器上安裝了 IIS7,站點執行為https://example.com
閱讀Apache 中的 ACL(VisualSVN 伺服器幕後的伺服器)
將相關指令(手動)添加到 httpd.conf
Order deny,allow Deny from all Allow from IP.OF.ALLOWED.HOST
創建自定義配置的備份,以便在伺服器更新後恢復更改