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

- Install
semanagetools:sudo yum -y install policycoreutils-python - Allow port 88 for httpd:
sudo semanage port -a -t http_port_t -p tcp 88 - Allow port 8445 for httpd:
sudo semanage port -a -t http_port_t -p tcp 8445

浙公网安备 33010602011771号