Search code examples
linuxapacheredhatnfschown

Change owner on NFS share


I have a NFS share mounted on my redhat server but now I need to change the owner so apache can access it.

chown -R apache:apache /folder

doesn't work.

Anyone tips?


Solution

  • You might have to take look at the below reference

    http://www.cyberciti.biz/tips/linux-nfs-storage-for-apache-lighttpd-nginx-webserver.html

    and modify your configuration accordingly