selinux:allow_access_to_an_http_network_port
Differences
This shows you the differences between two versions of the page.
selinux:allow_access_to_an_http_network_port [2016/07/11 11:00] – created peter | selinux:allow_access_to_an_http_network_port [2019/12/04 20:15] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== SELinux - Allow access to an HTTP network port ====== | ||
- | |||
- | Allow Lighttpd / Apache / Nginx At Port 8181. | ||
- | |||
- | By default SELinux will block access to many ports including 8181. | ||
- | |||
- | If you need to allow access to a port # 8181 so that it can bind and listen for incoming requests on non privileged ports. | ||
- | |||
- | <code bash> | ||
- | semanage port -a -t http_port_t -p tcp 8181 | ||
- | </ | ||
selinux/allow_access_to_an_http_network_port.1468234838.txt.gz · Last modified: 2020/07/15 09:30 (external edit)