标签:apache2 多端口 监听
apache的配置文件我所知的有:httpd.conf 或 (000-default.conf 、port.conf): 知道这些修改就很简单了。 注意:添加新的端口号后需要打开防火墙,我使用的是ubuntu系统,防火墙是ufw,大部分 的linux都使用iptable防火墙
sudo ufw allow 端口号
apache2多端口设置
原文地址:http://blog.csdn.net/u010640235/article/details/45640975