我是靠谱客的博主 贪玩楼房,这篇文章主要介绍配置svn,httpd启动报错 Job for httpd.service failed because the control process exited with error code. See...,现在分享给大家,希望可以做个参考。
查看httpd的状态,发现80端口被占用,因为我的nginx的80端口。
systemctl status httpd.service
解决:
把Apache的端口该成别的端口
vi /etc/httpd/conf/httpd.conf
Listen 80 //该成8080 即可。
然后重启httpd服务即可。
systemctl start httpd
PS:nginx配置转发svn,由于刚才我们将Apache的监听端口改为了8080所以,下面location转要转发的端口即是8080
如下图所示,访问 IP/svn/
最后
以上就是贪玩楼房最近收集整理的关于配置svn,httpd启动报错 Job for httpd.service failed because the control process exited with error code. See...的全部内容,更多相关配置svn,httpd启动报错内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复