我需要只允許特定的 IP 位址存取我的視覺化 svn 伺服器。
伺服器上安裝了Visual SVN 2.6.0。伺服器:Windows 2008 R2
我透過像這樣的網址存取 svnhttps://example.com:8443/svn/reponame
我在同一台伺服器上安裝了 IIS7,並且網站運行為https://example.com
答案1
閱讀Apache 中的 ACL(VisualSVN Server幕後伺服器)
將相關指令(手動)新增至 httpd.conf 中
Order deny,allow
Deny from all
Allow from IP.OF.ALLOWED.HOST
建立自訂配置的備份,以便在伺服器更新後恢復更改