修改访问端口
vim /etc/httpd/conf/httpd.conf
----------
Listen 80
----------
修改成需要的端口
重启httpd服务
systemctl restart httpd

相关文章: