首页 > 代码库 > httpd Server not started: (13)Permission denied: make_sock: could not bind to address [::]:8888

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

技术分享

 

 

  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