• Apache/HTTPd Permissions are missing on a component of the path

    Seeing that error in HTTPd/Apache logs when trying to GET some pages?

    (13)Permission denied: [client xxxxx]: access to /html/myfile.html denied because search permissions are missing on a component of the path

    This is because of some SELinux policies blocking the calls. If you don’t want to turn SELinux off, a simple workaround is:

    chcon -R --type=httpd_sys_rw_content_t /html/