Centos7中apache2/httpd绑定多个端口失败


配置文件http-ssl.conf

Listen 443
Listen 7443
Listen 8081

然后启动报错

systemctl start httpd.service

 

 

Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.

检测配置文件是否正确

httpd -t

 

 使用命令查看启动失败详情:

systemctl status httpd.service -l

 

 解决方法关闭 selinux

setenforce 0 
#修改配置
vim /etc/selinux/config
SELINUX=enforcing改为SELINUX=disabled

 

参考来源:

https://blog.51cto.com/bguncle/957315

https://blog.csdn.net/lzk25419/article/details/98172543


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM