
13 Jul
2016
13 Jul
'16
4:53 p.m.
From: Paulo Vital <pvital@linux.vnet.ibm.com> Signed-off-by: Paulo Vital <pvital@linux.vnet.ibm.com> --- docs/troubleshooting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 858f78f..8f7c26d 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -25,6 +25,7 @@ Wok uses by default the ports 8000 and 8001. To allow incoming connections: Don't forget to correctly save the rules. ### SELinux -Allow httpd_t context for Wok web server: +Allow httpd_t context for Wok web server and add default port to it: $ sudo semanage permissive -a httpd_t + $ sudo semanage port -a -t http_port_t -p tcp 8001 -- 2.7.4