The problem is that I have PHP files that do not work in the browser. I suspect because the user is missing read permissions.
The files are located in a dir called "ajax"
drwxrwxrwx. 2 root root 4096 Sep 13 14:33 ajax
The content of that dir:
-rwxrwxrwx. 1 root root 13199 Sep 13 14:33 getOrderDeliveryDates.php
-rwxrwxrwx. 1 root root 20580 Sep 13 14:33 getParcelShops.php
-rwxrwxrwx. 1 root root 1218 Sep 13 14:33 index.php
-rwxrwxrwx. 1 root root 814 Sep 13 14:33 lang.php
-rwxrwxrwx. 1 root root 6001 Sep 13 14:33 prod_reviews.php
I'm 100% certain logged in as root:
[root@accept: nl (MP-git-branch)] $
doublecheck with command id:
uid=0(root) gid=0(root) groups=0(root) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
It is driving me nuts.
tried sudo (even though I already am root).
sudo chmod 777 filename
tried chown (even though I already am the owner root).
sudo root filename
There are no errors or warnings at all.
OS is CentOS 6