Ive created a symbolic link to a mounted NFS drive to Apache's "images" folder:
ls -ltr /var/www/html/images
/var/www/html/images -> /mnt/mount_name/images
Edit:
Ive added the namei command output as @Thomas suggested:
namei -olm /mnt/mount_name/images/
f: /mnt/mount_name/images/
dr-xr-xr-x root root /
drwxr-xr-x user user mnt
drwxrwxrwx user user mount_name
drwxrwxrwx user user images
When i trying to access an image on that path i am receiving the error below:
Permission denied because search permissions are missing on a component of the path.
I tried to look for solutions to the problem but encountered several different solutions, Please advice.
Regards,
Yarone