SELinux is preventing httpd from name_bind access on the tcp_socket port

SELinux is preventing httpd from name_bind access on the tcp_socket port 的解决方法。

Apache 遇到以下类似错误时:

SELinux is preventing /usr/sbin/httpd from name_bind access on the tcp_socket port 4040

可以通过以下命令解决:

1# semanage port -a -t httpd_port_t -p tcp [port]
  • [port] 改为对应的端口即可,如 4040