centos中httpd Server not started: (13)Permission denied: make_sock: could not bind to address [::]:88...

 

 

  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

 

相关文章: