February 2020
Intermediate to advanced
666 pages
15h 45m
English
In this lab, you'll view the effects of having Apache try to listen on an unauthorized port:
sudo semanage port -l | grep 'http'
sudo systemctl restart httpd
sudo tail -20 /var/log/messages
sudo semanage port -a 82 -t http_port_t -p tcpsudo semanage port -lsudo systemctl restart httpd
sudo semanage ...