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.
SVN の iptables でポートを開くにはどうすればよいですか? ポート 447、os: centos。アパッチ。
iptables -A INPUT -p tcp -m tcp --dport 447 -j ACCEPT
しかし、一般的に言えば、1024 未満のポートを恣意的な目的で使用するべきではありません。Apache は通常、HTTP (ポート 80) と HTTPS (ポート 443) で実行され、モジュール dav_svn で SVN を処理します。