centos - 如何在 iptables 中为 SVN 打开端口?

标签 centos apache iptables

如何在 iptables 中为 SVN 打开端口? 端口 447,操作系统:centos。 Apache 。

最佳答案

iptables -A INPUT -p tcp -m tcp --dport 447 -j ACCEPT

但一般来说,您不应该随意使用低于 1024 的端口。 Apache 通常运行在 HTTP(端口 80)和 HTTPS(端口 443)上,并使用模块 dav_svn 处理 SVN

关于centos - 如何在 iptables 中为 SVN 打开端口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10023838/

相关文章:

docker运行图像,但无法获得响应

apache - .htaccess - 将所有重定向到根文件夹或子文件夹的 index.php

Apache Mina FTP 服务器 SFTP 配置和连接 SFTP 连接使用 FileZiza 或 WInscp 或任何 ftp 客户端接管安全通道

python - 通过 python cgi 脚本的 ssh 不工作

tcp - 端口重定向不适用于 IPtables

ubuntu - AWS EC2 实例 - ssh "Connection timed out"怀疑 iptables

linux - 单声道 : Is it possible to host a web/wcf service from console application?

python - 如何像 bdist_wininst 一样使用 bdist_rpm?

kubernetes - 如何通过iptables从外部控制对某些Nodeport的访问

php未加载但代码存在于查看源页面中