On Sun, Apr 26, 2020 at 6:17 AM Jeffrey Walton <noloader@xxxxxxxxx> wrote: > > As far as I can tell, the search permissions are present. Apache has > access to the file: > > # ls -Al /var > ... > drwxr-xr-x. 4 root apache 33 Apr 26 00:00 www > # ls -Al /var/www/ > ... > drwxr-xr-x. 2 root apache 24 Apr 21 11:20 html > # ls -Al /var/www/html > -rw-r--r--. 1 root apache 104 Apr 21 11:20 index.html > > How do I find out what search permissions are mission from which > directory or directories? Probably selinux ones, adding -Z to `ls` command could help. IIRC, on RHEL/centos, you need selinux context "httpd_sys_content_t" for read access, `chcon` command may be your friend here. Regards, Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx