码迷,mamicode.com
首页 > Web开发 > 详细

httpd Server not started: (13)Permission denied: make_sock: could not bind to address [::]:8888

时间:2017-03-10 16:24:25      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:sudo   分享   for   bsp   utils   mission   core   logs   started   

技术分享

 

 

  1. Install semanage tools: sudo yum -y install policycoreutils-python
  2. Allow port 88 for httpd: sudo semanage port -a -t http_port_t -p tcp 88
  3. Allow port 8445 for httpd: sudo semanage port -a -t http_port_t -p tcp 8445

 

httpd Server not started: (13)Permission denied: make_sock: could not bind to address [::]:8888

标签:sudo   分享   for   bsp   utils   mission   core   logs   started   

原文地址:http://www.cnblogs.com/sanshuiqing/p/6531200.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!