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.
如何在 iptables 中为 SVN 打开端口?端口 447,操作系统:centos。阿帕奇。
iptables -A INPUT -p tcp -m tcp --dport 447 -j ACCEPT
但一般来说,您不应该将低于 1024 的端口用于任意事情。Apache 通常在 HTTP(80 端口)和 HTTPS(443 端口)上运行,并使用模块 dav_svn 处理 SVN