Running a server wide admin panel accessible through my hostname, the scripts are located in /var/www/html/
Just noticed that my PHP script (running user:apache?) is unable to use file_exists on files located in my /home/user/ directories. No errors, no warnings.
Changing the permissions of my user folders from 710 to 711 fixes the issue.
Are there any downsides to this approach (I'm the owner and only user of the sites hosted on this VPS) or are there any other (simple) solutions?
Just noticed that my PHP script (running user:apache?) is unable to use file_exists on files located in my /home/user/ directories. No errors, no warnings.
Changing the permissions of my user folders from 710 to 711 fixes the issue.
Are there any downsides to this approach (I'm the owner and only user of the sites hosted on this VPS) or are there any other (simple) solutions?