I recently tried to change the port Apache listens on. Apache would not start.
I got this error message from fedora:
Code:
SELinux is preventing /usr/sbin/httpd from binding to port 81
httpd has a permissive type (httpd_t). This access was not denied.
SELinux has denied the httpd from binding to a network port 81 which does not have an SELinux type associated with it.
If httpd should be allowed to listen on 81, use the semanage command to assign 81 to a port type that httpd_t can bind to (ntop_port_t http_cache_port_t http_port_t)
Does anyone know how to do this? Thanks