apache tomcat load balancing error

[url]
https://unix.stackexchange.com/questions/115212/selinux-is-preventing-usr-sbin-openvpn-from-name-bind-access-on-the-tcp-socket[/url]

https: //zhidao.baidu.com/question/584942404.html

semanage port -l|grep http

# semanage port -a -t PORT_TYPE -p tcp 808
where PORT_TYPE is one of the following: ntop_port_t, http_cache_port_t, http_port_t, puppet_port_t, jboss_messaging_port_t, jboss_management_port_t .
According to the prompt, run semanage port -a -t PORT_TYPE -p tcp 808, where you need to replace PORT_TYPE with http_port_t
[root@web2 ~]# semanage port -a -t http_port_t -p tcp 808

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326139215&siteId=291194637